Code

Added missing files
[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  {$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    <td>
21     {$RELEASE}
22     {$NAME}
23    </td>
24   </tr>
25  </table>
27  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
28   <tr>
29    <td width="100%" align="right">
30     {$APPLY}
31    </td>
32   </tr>
33  </table>
34 </div>