Code

Updated listing table summary
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseByProduct.tpl
index 443d2f4f4f55fb328a5d82c6cef095528bbfe7fa..a2bdd788d7b74791e2fba12cb72747129e518f93 100644 (file)
@@ -2,15 +2,26 @@
 <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 -->
-<h2>{t}License usage{/t}</h2>
+<h3>{t}License usage{/t}</h3>
 
 {$licenseUses}
 
 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
 {/if}
+
+<hr>
+<div style='width:100%; text-align: right; padding:3px;'>
+  <button type='submit' name='save_properties'>{msgPool type=saveButton}</button>
+
+  &nbsp;
+  <button type='submit' name='cancel_properties'>{msgPool type=cancelButton}</button>
+
+</div>
+