Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-core / plugins / admin / users / user-filter.tpl
1 <div class="filter">
3    <h3>Filter
6   {$TEMPLATES}&nbsp;<LABEL for='TEMPLATES'>{t}Show templates{/t}</LABEL><br>
7   {$POSIX}&nbsp;<LABEL for='POSIX'>{t}Show POSIX users{/t}</LABEL><br>
8   {$MAIL}&nbsp;<LABEL for='MAIL'>{t}Show Mail users{/t}</LABEL><br>
9   {$SAMBA}&nbsp;<LABEL for='SAMBA'>{t}Show Samba users{/t}</LABEL><br>
11   <hr>
13   {$SCOPE}
15   <table>
16    <tr>
17     <td>
18      <label for="NAME">
19       <img src="images/lists/search.png" align=middle>&nbsp;Name
20      </label>
21     </td>
22     <td>
23      {$NAME}
24     </td>
25    </tr>
26   </table>
28   <table>
29    <tr>
30     <td width="100%" align="right">
31      {$APPLY}
32     </td>
33    </tr>
34   </table>
36 </div>