Code

e842b2b839bc00fc6ce9c76fe4673826e2e95cc5
[gosa.git] / gosa-plugins / goto / personal / environment / printerSelect / selectPrinter-filter.tpl
1 <div class="contentboxh">
2  <p class="contentboxh">
3   {image path="images/launch.png" align="right"}{t}Filter{/t}
5  </p>
6 </div>
8 <div class="contentboxb">
10 <div style="border-top:1px solid #AAAAAA"></div>
12  {$SCOPE}
14  <table summary='{t}Filter options{/t}' style="width:100%;border-top:1px solid #B0B0B0;">
15   <tr>
16    <td>
17     <label for="NAME">
18      {image path="images/lists/search.png"}&nbsp;Name
20     </label>
21    </td>
22    <td>
23     {$NAME}
24    </td>
25   </tr>
26  </table>
28  <table summary='{t}Filter options{/t}' width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
29   <tr>
30    <td width="100%" align="right">
31     {$APPLY}
32    </td>
33   </tr>
34  </table>
35 </div>