Code

Added import
[gosa.git] / gosa-plugins / goto / addons / goto / deploy-filter.tpl
1 <div class="contentboxh">
2  <p class="contentboxh">
3   <img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}
4  </p>
5 </div>
7 <div class="contentboxb">
9 <div style="border-top:1px solid #AAAAAA"></div>
11 {$TEMPLATES}&nbsp;<LABEL for='TEMPLATES'>{t}Show templates{/t}</LABEL><br>
12 {$FUNCTIONAL}&nbsp;<LABEL for='FUNCTIONAL'>{t}Show functional users{/t}</LABEL><br>
13 {$POSIX}&nbsp;<LABEL for='POSIX'>{t}Show POSIX users{/t}</LABEL><br>
14 {$MAIL}&nbsp;<LABEL for='MAIL'>{t}Show Mail users{/t}</LABEL><br>
15 {$SAMBA}&nbsp;<LABEL for='SAMBA'>{t}Show Samba users{/t}</LABEL><br>
17  <div style="border-top:1px solid #AAAAAA"></div>
18  {$SCOPE}
20  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
21   <tr>
22    <td>
23     <label for="NAME">
24      <img src="images/lists/search.png" align=middle>&nbsp;Name
25     </label>
26    </td>
27    <td>
28     {$NAME}
29    </td>
30   </tr>
31  </table>
33  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
34   <tr>
35    <td width="100%" align="right">
36     {$APPLY}
37    </td>
38   </tr>
39  </table>
40 </div>