Code

Updated template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Mar 2010 16:35:07 +0000 (16:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Mar 2010 16:35:07 +0000 (16:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16388 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/modern/userFilterEditor.tpl

index e014ab3f5bf7b6eee9a82e83965bb18b2e1bc7b1..dec633cf353f71097386dd1f7e58d8dd596f1d5e 100644 (file)
         </tr>
         <tr>
           <td>
-            <label for='parent'>{t}parent{/t}</label>
+            <label for='description'>{t}Description{/t}</label>
           </td>
           <td>
-            <select name='parent'>
-              {html_options values=$fixedFilters output=$fixedFilters selected=$parent}
-            </select>
+            <input type='text' name='description' id='description' value='{$description}'>
           </td>   
         </tr>
         <tr>
           <td>
-            <label for='description'>{t}Description{/t}</label>
+            <label for='parent'>{t}Extension for the base filter{/t}</label>
           </td>
           <td>
-            <input type='text' name='description' id='description' value='{$description}'>
+            <select name='parent'>
+              {html_options values=$fixedFilters output=$fixedFilters selected=$parent}
+            </select>
           </td>   
         </tr>
       </table>  
@@ -46,7 +46,7 @@
 
     </td>
     <td style='vertical-align: top;'>
-      <label for='usedCategory'>{t}Affects the following categories{/t}</label><br>
+      <label for='usedCategory'>{t}This filter affects the following categories{/t}</label><br>
       <select id='usedCategory' name='usedCategory[]' size='4' multiple style='width:100%;'>
         {html_options options=$selectedCategories}
       </select>