Code

Fixed strings
[gosa.git] / gosa-plugins / goto / addons / goto / events / eventTargetSystems-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   {$SERVER}&nbsp;<LABEL for='SERVER'>{t}Show servers{/t}</LABEL><br>
12   {$WORKSTATION}&nbsp;<LABEL for='WORKSTATION'>{t}Show workstations{/t}</LABEL><br>
13   {$TERMINAL}&nbsp;<LABEL for='TERMINAL'>{t}Show terminals{/t}</LABEL><br>
14   {$BYIP}&nbsp;<LABEL for='TERMINAL'>{t}Filter by IP address range{/t}</LABEL><br>
16  <div style="border-top:1px solid #AAAAAA"></div>
17  {$SCOPE}
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;{t}Name{/t}
24     </label>
25    </td>
26    <td>
27     {$NAME}
28    </td>
29   </tr>
30   <tr>
31    <td>
32     <label for="IPSTART">
33      <img src="images/lists/search.png" align=middle>&nbsp;IP Start
34     </label>
35    </td>
36    <td>
37     {$IPSTART}
38    </td>
39   </tr>
40   <tr>
41    <td>
42     <label for="IPSTOP">
43      <img src="images/lists/search.png" align=middle>&nbsp;IP Stop
44     </label>
45    </td>
46    <td>
47     {$IPSTOP}
48    </td>
49   </tr>
50  </table>
52  <table summary=""  width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;">
53   <tr>
54    <td width="100%" align="right">
55     {$APPLY}
56    </td>
57   </tr>
58  </table>
59 </div>