Code

Updated license handling
[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 <input type='submit' name='retry_init' value="{t}retry{/t}">
6 <br>
7 <br>
8 {else}
10 <!-- GENERIC -->
11 <h2>{t}License usage{/t}</h2>
13 {$licenseUses}
15 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
16 {/if}
18 <p class="seperator">&nbsp;</p>
19 <div style='width:100%; text-align: right; padding:3px;'>
20   <input type='submit' name='save_properties' value='{msgPool type='saveButton'}'>
21   &nbsp;
22   <input type='submit' name='cancel_properties' value='{msgPool type='cancelButton'}'>
23 </div>