Code

updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 17:00:27 +0000 (17:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 17:00:27 +0000 (17:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16885 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/glpi/admin/systems/services/glpi/glpiPrinterCartridgesEdit.tpl

index ef9b7f0e3d69bb02de3d303ec2b92cecf578fbd8..8e6038e22cc30efe6bdd5f85044791723bb4ca3c 100644 (file)
@@ -2,7 +2,8 @@
        <tr>
                <td>
                        <h3>{t}Generic{/t}</h3>
-                       <table summary="" title="" width="100%" style="vertical-align:top;">    
+                       <table summary="" width="100%"> 
+
                                <tr>
                                        <td>{t}Name{/t}
                                        </td>
@@ -20,7 +21,8 @@
                        </table>
                        <hr>
                        <h3>{t}Comments{/t}</h3>
-                       <table summary="" title="" width="100%" style="vertical-align:top;">    
+                       <table summary="" width="100%"> 
+
                                <tr>
                                        <td>{t}Comment{/t}
                                        </td>
                                </tr>
                        </table>
                </td>
-               <td style="vertical-align:top;border-left: 1px solid rgb(160, 160, 160);padding-right: 5px;">
+               <td style='padding-right: 5px;' class='left-border'>
+
                        <h3>{t}Generic{/t}</h3>
-            <table summary="" title="" width="100%" style="vertical-align:top;">
+            <table summary="" width="100%">
+
                 <tr>
                     <td>{t}Type{/t}
                     </td>
                     <td>
-                                               <select name="type" >
+                                               <select name="type"  size=1>
                             {html_options values=$typeKeys output=$types selected=$type}
                         </select>
                         <button type='submit' name='edit_type_cartridge'>{t}edit{/t}</button>
@@ -48,7 +52,7 @@
                     <td>{t}Manufacturer{/t}
                     </td>
                     <td>
-                                               <select name="FK_glpi_enterprise">
+                                               <select name="FK_glpi_enterprise" size=1>
                             {html_options values=$ManufacturerKeys output=$Manufacturers selected=$FK_glpi_enterprise}
                         </select>
                         <button type='submit' name='edit_manufacturer_cartridges'>{t}edit{/t}</button>