Code

Updated licenses
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseUsageByHost.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}Licenses used{/t}</h2>
12 {$licenseUses}
14 <h2>{t}Licenses reserved for this host{/t}</h2>
15 {$licenseReserved}
17 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
18 {/if}