Code

Updated host usage template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Sep 2009 08:54:09 +0000 (08:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Sep 2009 08:54:09 +0000 (08:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14395 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsiLicenses/licenseUsageByHost.tpl

index c9a60fa340f0536d14d990339b5f149c8908af9f..26a24c1b3e3273fbbd2f6a2a8e5c9948b1339edb 100644 (file)
 <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>
 {render acl=$boundToHostACL}
         {$licenseReserved}
         </select>
 {render acl=$boundToHostACL}
         <input type='submit' name='addReservation' value='{msgPool type=addButton}'>
+{/render}
+    </td>
+    <td style='vertical-align:top;'>
+        <h2>{t}Licenses used{/t}</h2>
+{render acl=$boundToHostACL}
+        {$licenseUses}
 {/render}
     </td>
   </tr>