Code

Updated listing table summary
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseUsage.tpl
index 3790766d78a036ba2bc180d839344a4b8e96e64f..5e7872deebd53343e6638cbc5877a6c0012cb571 100644 (file)
@@ -2,29 +2,16 @@
 <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}
 
+<!-- GENERIC -->
+<h3>{t}License usage{/t}</h3>
 
-<table width="100%">
-  <tr> 
-    <td style='vertical-align:top;'>
-
-        <!-- GENERIC -->
-        <h2>{t}Generic{/t}</h2>
-        <table>
-          <tr> 
-            <td>{t}Name{/t}</td>
-            <td>
-              TESTER
-            </td>
-          </tr>
-        </table>
+{$licenseUses}
 
-    </td>
-  </tr>
-</table>
 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
 {/if}