Code

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