Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-core / plugins / admin / ogroups / ogroup-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  {$USER}&nbsp;<LABEL for=''>{t}user groups{/t}</LABEL><br>
12  {$GROUP}&nbsp;<LABEL for=''>{t}nested groups{/t}</LABEL><br>
13  {$APPLICATION}&nbsp;<LABEL for=''>{t}application groups{/t}</LABEL><br>
14  {$DEPARTMENT}&nbsp;<LABEL for=''>{t}department groups{/t}</LABEL><br>
15  {$SERVER}&nbsp;<LABEL for=''>{t}server groups{/t}</LABEL><br>
16  {$WORKSTATION}&nbsp;<LABEL for=''>{t}workstation groups{/t}</LABEL><br>
17  {$WINDOWS}&nbsp;<LABEL for=''>{t}windows workstation groups{/t}</LABEL><br>
18  {$TERMINAL}&nbsp;<LABEL for=''>{t}terminal groups{/t}</LABEL><br>
19  {$PRINTER}&nbsp;<LABEL for=''>{t}printer groups{/t}</LABEL><br>
20  {$PHONE}&nbsp;<LABEL for=''>{t}phone groups{/t}</LABEL><br>
23  {$SCOPE}
25  <table summary='{t}Filter options{/t}' style="width:100%;border-top:1px solid #B0B0B0;">
26   <tr>
27    <td>
28     <label for="NAME">
29      <img src="images/lists/search.png" align=middle>&nbsp;Name
30     </label>
31    </td>
32    <td>
33     {$NAME}
34    </td>
35   </tr>
36  </table>
38  <table summary='{t}Filter options{/t}'  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
39   <tr>
40    <td width="100%" align="right">
41     {$APPLY}
42    </td>
43   </tr>
44  </table>
45 </div>