Code

Fixed mangement handling;
[gosa.git] / gosa-core / plugins / admin / acl / acl-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 {$ACL}&nbsp;<LABEL for='MAIL'>{t}Show access control lists{/t}</LABEL><br>
12 {$ROLE}&nbsp;<LABEL for='SAMBA'>{t}Show roles{/t}</LABEL><br>
14  <div style="border-top:1px solid #AAAAAA"></div>
15  {$SCOPE}
17  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
18   <tr>
19    <td>
20     <label for="NAME">
21      <img src="images/lists/search.png" align=middle>&nbsp;Name
22     </label>
23    </td>
24    <td>
25     {$NAME}
26    </td>
27   </tr>
28  </table>
30  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
31   <tr>
32    <td width="100%" align="right">
33     {$APPLY}
34    </td>
35   </tr>
36  </table>
37 </div>