Code

Updated remaining template
[gosa.git] / gosa-plugins / goto / admin / applications / application-filter-release.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="" style="width:100%;">
12   <tr>
13    <td>
14      <LABEL for='RELEASE'>{t}Release{/t}</LABEL>&nbsp;{$RELEASE}<br>
15    </td>
16   </tr>
17  </table>
19  <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
20   <tr>
21    <td>
22     <label for="NAME">
23      <img src="images/lists/search.png" align=middle>&nbsp;Name
24     </label>
25    </td>
26    <td>
27     {$NAME}
28    </td>
29   </tr>
30  </table>
32  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
33   <tr>
34    <td width="100%" align="right">
35     {$APPLY}
36    </td>
37   </tr>
38  </table>
39 </div>