Code

Updated listing table summary
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseUsageByHost.tpl
index fd57126ae895957513fd5164dd19d3acf8e6b8c0..ec4df090640e6f0e4396f4171791c791a7f6acba 100644 (file)
@@ -2,7 +2,8 @@
 <br>
 <b>{msgPool type=siError}</b><br>
 {t}Check if the GOsa support daemon (gosa-si) is running.{/t}&nbsp;
-<input type='submit' name='retry_init' value="{t}Retry{/t}">
+<button type='submit' name='retry_init'>{t}Retry{/t}</button>
+
 <br>
 <br>
 {else}
 
 <table width="100%">
   <tr>
-    <td style='vertical-align:top;width: 50%; padding-right:5px; border-right: solid 1px #AAA; '>
-        <h2>{t}Reserved for{/t}</h2>
+    <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>
 {render acl=$boundToHostACL}
-        <input type='submit' name='addReservation' value='{msgPool type=addButton}'>
+        <button type='submit' name='addReservation'>{msgPool type=addButton}</button>
+
 {/render}
     </td>
-    <td style='vertical-align:top;'>
-        <h2>{t}Licenses used{/t}</h2>
+    <td>        <h3>{t}Licenses used{/t}</h3>
 {render acl=$boundToHostACL}
         {$licenseUses}
 {/render}