Code

replaced <p> seperator style by <hr >
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseUsageByHost.tpl
index c9a60fa340f0536d14d990339b5f149c8908af9f..a82d76c0a8dcf28ef413c2278b8c61a886f42202 100644 (file)
@@ -2,7 +2,7 @@
 <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}">
+<input type='submit' name='retry_init' value="{t}Retry{/t}">
 <br>
 <br>
 {else}
 
 <table width="100%">
   <tr>
-    <td style='vertical-align:top;width: 50%; padding: 5px; border-right: solid 1px #AAA; '>
-        <h2>{t}Licenses used{/t}</h2>
-{render acl=$boundToHostACL}
-        {$licenseUses}
-{/render}
-    </td>
-    <td style='vertical-align:top;'>
-        <h2>{t}Licenses reserved for this host{/t}</h2>
+    <td style='vertical-align:top;width: 50%; padding-right:5px; border-right: solid 1px #AAA; '>
+        <h3>{t}Reserved for{/t}</h3>
 {render acl=$boundToHostACL}
         {$licenseReserved}
 {/render}
         </select>
 {render acl=$boundToHostACL}
         <input type='submit' name='addReservation' value='{msgPool type=addButton}'>
+{/render}
+    </td>
+    <td style='vertical-align:top;'>
+        <h3>{t}Licenses used{/t}</h3>
+{render acl=$boundToHostACL}
+        {$licenseUses}
 {/render}
     </td>
   </tr>