Code

Updated height of filter editor
[gosa.git] / gosa-core / plugins / admin / departments / dep-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  <table summary='{t}Filter options{/t}' style="width:100%;border-top:1px solid #B0B0B0;">
10   <tr>
11    <td>
12     <label for="NAME">
13      <img src="images/lists/search.png" align=middle>&nbsp;Name
14     </label>
15    </td>
16    <td>
17     {$NAME}
18    </td>
19   </tr>
20  </table>
22  <table summary='{t}Filter options{/t}'  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
23   <tr>
24    <td width="100%" align="right">
25     {$APPLY}
26    </td>
27   </tr>
28  </table>
29 </div>