Code

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