Code

We've to enforce password set after apply&&cancel too
[gosa.git] / gosa-core / plugins / admin / users / user-filter.tpl
index 7ef964afdd8b937f09f38890894f86d2789f630c..227243dcfcf2f95419949f78b59c0e52119e8cb7 100644 (file)
@@ -1,29 +1,30 @@
 <div class="contentboxh">
  <p class="contentboxh">
-  <img src="images/launch.png" align="right" alt="[F]">Filter
+  <img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}
  </p>
 </div>
 
 <div class="contentboxb">
- <div style="border-top:1px solid #AAAAAA"></div>
- {$ALPHABET}
- <div style="border-top:1px solid #AAAAAA"></div>
- {$TEMPLATE}&nbsp;{t}Show templates{/t}<br>
- {$GENERIC}&nbsp;{t}Show functional users{/t}<br>
- {$MAIL}&nbsp;{t}Show mail users{/t}<br>
- {$POSIX}&nbsp;{t}Show POSIX users{/t}<br>
- {$SAMBA}&nbsp;{t}Show samba users{/t}<br>
+
+<div style="border-top:1px solid #AAAAAA"></div>
+
+{$TEMPLATES}&nbsp;<LABEL for='TEMPLATES'>{t}Show templates{/t}</LABEL><br>
+{$FUNCTIONAL}&nbsp;<LABEL for='FUNCTIONAL'>{t}Show functional users{/t}</LABEL><br>
+{$POSIX}&nbsp;<LABEL for='POSIX'>{t}Show POSIX users{/t}</LABEL><br>
+{$MAIL}&nbsp;<LABEL for='MAIL'>{t}Show Mail users{/t}</LABEL><br>
+{$SAMBA}&nbsp;<LABEL for='SAMBA'>{t}Show Samba users{/t}</LABEL><br>
+
  <div style="border-top:1px solid #AAAAAA"></div>
  {$SCOPE}
 
  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
   <tr>
    <td>
-    <label for="Regex">
-     <img alt="Zeige die Benutzer, auf die Folgendes passt" src="images/lists/search.png" align=middle>
+    <label for="NAME">
+     <img src="images/lists/search.png" align=middle>&nbsp;Name
     </label>
    </td>
-   <td width="99%">
+   <td>
     {$NAME}
    </td>
   </tr>
@@ -36,5 +37,4 @@
    </td>
   </tr>
  </table>
-
 </div>