Code

Updated filter
[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 <div style="border-top:1px solid #AAAAAA"></div>
11  {$SCOPE}
13  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
14   <tr>
15    <td>
16     <label for="NAME">
17      <img src="images/lists/search.png" align=middle>&nbsp;{$NAME}
18     </label>
19    </td>
20   </tr>
21  </table>
23  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
24   <tr>
25    <td width="100%" align="right">
26     {$APPLY}
27    </td>
28   </tr>
29  </table>
30 </div>