Code

Updated listing table summary
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseUsageByHost.tpl
index 7f99b9b6bff7fc00e403be4b5de77160952b50b5..ec4df090640e6f0e4396f4171791c791a7f6acba 100644 (file)
 
 <table width="100%">
   <tr>
-    <td style='vertical-align:top;width: 50%; padding-right:5px; border-right: solid 1px #AAA; '>
-        <h3>{t}Reserved for{/t}</h3>
+    <td style='width: 50%; padding-right:5px; ' class='right-border'>        <h3>{t}Reserved for{/t}</h3>
 {render acl=$boundToHostACL}
         {$licenseReserved}
 {/render}
 {render acl=$boundToHostACL}
-        <select name='availableLicense'>
+        <select name='availableLicense' size=1>
 {/render}
           {html_options options=$availableLicenses}
         </select>
@@ -26,8 +25,7 @@
 
 {/render}
     </td>
-    <td style='vertical-align:top;'>
-        <h3>{t}Licenses used{/t}</h3>
+    <td>        <h3>{t}Licenses used{/t}</h3>
 {render acl=$boundToHostACL}
         {$licenseUses}
 {/render}