Code

Fixed strings
[gosa.git] / gosa-plugins / goto / admin / devices / device-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;{t}Name{/t}
18     </label>
19    </td>
20    <td>
21     {$NAME}
22    </td>
23   </tr>
24  </table>
26  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
27   <tr>
28    <td width="100%" align="right">
29     {$APPLY}
30    </td>
31   </tr>
32  </table>
33 </div>