Code

fixed some headpages ................
[gosa.git] / plugins / admin / systems / glpiDeviceManagement.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;width:50%;" >
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of devices{/t}
7     </p>
8   </div>
9   <div class="contentboxb">
10       {$devicehead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14       {$devices}
15     <input type=hidden name="edit_helper">
16   </div>
17   </td>
18   <td style="vertical-align:top;">
19    <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
20     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21    </div>
22    <div class="contentboxb">
23    <p class="contentboxb">
24     {t}This dialog allows you to attach a device to your currently edited computer.{/t}
25    </p>
26    </div>
27    <br>
28    <div class="contentboxh">
29     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
30    </div>
31    <div class="contentboxb">
32      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
33       {$alphabet}
34      </table>
35 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
36 <tr>
37 <td><LABEL for="regex"><img alt="{t}Display devices matching{/t}" src="{$search_image}" align=middle></label></td>
38 <td width="99%">
39 <input type='text' style='width:99%' name='device_regex' maxlength='20' value='{$device_regex}' title='{t}Regular expression for matching device names{/t}' onChange="mainform.submit()">
40 </td>
41 </tr>
42 </table>
43    {$apply}
44    </div>
45   </td>
46 </tr>
47 </table>
49 <input type="hidden" name="ignore">
50 <p class="seperator">&nbsp;</p>
51 <div align="right">
52         <input type="submit" name="SelectDeviceSave" value="{t}Use{/t}">
53         <input type="submit" name="SelectDeviceCancel" value="{t}Cancel{/t}">
54 </div>