Code

Fixed layout
[gosa.git] / plugins / admin / systems / glpiPrinterCartridges.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" style="height:20px;">
5     <p class="contentboxh" style="font-size:12px;">
6      {t}List of available cartridge type for this type of printer{/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;height:20px;" >
20     <p class="contentboxh" style="font-size:12px;"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21    </div>
22    <div class="contentboxb" style="padding:5px;">
23     {t}This dialog allows you to create new types of cartridges, and select one or more types for your printer. Cartridge types depends on the printer type you have selected. For each selected cartridge type there will be a new cartridge created, this allows you to select the same cartridge type for more then one printer.{/t}
24    </div>
25    <br>
26    <div class="contentboxh" style="height:20px;">
27     <p class="contentboxh" style="font-size:12px;"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
28    </div>
29    <div class="contentboxb">
30      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
31       {$alphabet}
32      </table>
33 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
34 <tr>
35 <td><LABEL for="regex"><img alt="{t}Display cartridge types matching{/t}" src="{$search_image}" align=middle></label></td>
36 <td width="99%">
37 <input type='text' style='width:99%' name='cartridge_regex' maxlength='20' value='{$cartridge_regex}' title='{t}Regular expression for matching cartridge types{/t}' onChange="mainform.submit()">
38 </td>
39 </tr>
40 </table>
41    {$apply}
42    </div>
43   </td>
44 </tr>
45 </table>
47 <input type="hidden" name="ignore">
48 <p class="seperator">&nbsp;</p>
49 <div align="right">
50         <p>
51         <input type="submit" name="SelectCartridgeSave" value="{t}Use{/t}">
52         <input type="submit" name="SelectCartridgeCancel" value="{t}Cancel{/t}">
53         </p>
54 </div>