Code

Fixed headpage
[gosa.git] / plugins / admin / systems / glpiPrinter.tpl
index 03a758cf3c779717ed594fe61580751ce0f1ce14..835a00eca76a3cce466c2be5640ac494d8303b0e 100644 (file)
                                        </td>
                                </tr>
                        </table>
+<br>
                        <p class="seperator" >&nbsp;</p>
+                       <h2>{t}Information{/t}</h2>
+                       <table summary="" width="100%">
+                               <tr>
+                                       <td width="100%">
+                                               <textarea name="comments" style="width:100%;height:100px;" {$commentsACL}>{$comments}</textarea>
+                                       </td>
+                               </tr>
+                       </table>
+               </td>
+               <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
                        <h2>{t}Supported interfaces{/t}</h2>
                        <table summary="" width="100%">
                                <tr>
                                </tr>
                        </table>
                        <input name="glpiPrinterFlagsPosted" value="1" type="hidden">
-               </td>
-               <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
-                       <h2>{t}Information{/t}</h2>
-                       <table summary="" width="100%">
+                       <p class="seperator" >&nbsp;</p>
+                       <h2>{t}Attachments{/t}</h2>
+                       <table summary="" width="100%"> 
                                <tr>
-                                       <td style="vertical-align: top;">
-                                               {t}Comments{/t}
-                                       </td>
                                        <td>
-                                               <textarea name="comments" style="width:100%;height:110px;" {$commentsACL}>{$comments}</textarea>
+                                               <select name="Attachments" {$AttachmentsACL} style="height:100px;width:100%;" multiple>
+                                                       {html_options values=$AttachmentKeys output=$Attachments}
+                                               </select>
+                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
+                                               <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit">    
                                        </td>
                                </tr>
                        </table>
                        <p class="seperator" >&nbsp;</p>
-                       <h2>{t}Attachments{/t}</h2>
+                       <h2>{t}Installed cartridges{/t}</h2>
                        <table summary="" width="100%"> 
                                <tr>
                                        <td>
-                                               <select name="Attachments" {$AttachmentsACL} style="height:120px;width:100%;" multiple>
-                                                       {html_options values=$AttachmentKeys output=$Attachments}
+                                               <select name="Cartridges[]" {$CartridgesACL} style="height:100px;width:100%;" multiple>
+                                                       {html_options values=$CartridgeKeys output=$Cartridges}
                                                </select>
-                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
-                                               <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit">    
+                                               <input name="AddCartridge"      value="{t}Add{/t}" type="submit">       
+                                               <input name="RemoveCartridge"   value="{t}Remove{/t}" type="submit">    
                                        </td>
                                </tr>
                        </table>