Code

Moved to new base selector
[gosa.git] / gosa-plugins / systems / admin / systems / systemSelect / selectSystem-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   {$SERVER}&nbsp;<LABEL for='SERVER'>{t}Show servers{/t}</LABEL><br>
12   {$WORKSTATION}&nbsp;<LABEL for='WORKSTATION'>{t}Show workstations{/t}</LABEL><br>
13   {$TERMINAL}&nbsp;<LABEL for='TERMINAL'>{t}Show terminals{/t}</LABEL><br>
15  <div style="border-top:1px solid #AAAAAA"></div>
16  {$SCOPE}
18  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
19   <tr>
20    <td>
21     <label for="NAME">
22      <img src="images/lists/search.png" align=middle>&nbsp;Name
23     </label>
24    </td>
25    <td>
26     {$NAME}
27    </td>
28   </tr>
29  </table>
31  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
32   <tr>
33    <td width="100%" align="right">
34     {$APPLY}
35    </td>
36   </tr>
37  </table>
38 </div>