Code

Updated templates for application
[gosa.git] / gosa-plugins / goto / admin / applications / application-filter-release.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  <table summary="" style="width:100%;">
13   <tr>
14    <td>
15      <LABEL for='RELEASE'>{t}Release{/t}</LABEL>&nbsp;{$RELEASE}<br>
16    </td>
17   </tr>
18  </table>
20  <table style='width:100%;' summary="">
22   <tr>
23    <td>
24     <label for="NAME">
25      {image path="images/lists/search.png"}&nbsp;Name
27     </label>
28    </td>
29    <td>
30     {$NAME}
31    </td>
32   </tr>
33  </table>
35  <table style='background:#EEEEEE;' summary="">
37   <tr>
38    <td width="100%" align="right">
39     {$APPLY}
40    </td>
41   </tr>
42  </table>
43 </div>