Code

Updated table summary
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseByProduct.tpl
1 {if !$init_successfull}
2 <br>
3 <b>{msgPool type=siError}</b><br>
4 {t}Check if the GOsa support daemon (gosa-si) is running.{/t}&nbsp;
5 <button type='submit' name='retry_init'>{t}Retry{/t}</button>
7 <br>
8 <br>
9 {else}
11 <!-- GENERIC -->
12 <h3>{t}License usage{/t}</h3>
14 {$licenseUses}
16 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
17 {/if}
19 <hr>
20 <div style='width:100%; text-align: right; padding:3px;'>
21   <button type='submit' name='save_properties'>{msgPool type=saveButton}</button>
23   &nbsp;
24   <button type='submit' name='cancel_properties'>{msgPool type=cancelButton}</button>
26 </div>