Code

Renamed license class to pool class
[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}
11 <table width="100%">
12   <tr>
13     <td style='vertical-align:top;width: 50%; padding: 5px; border-right: solid 1px #888888; '>
14         <h2>{t}Licenses used{/t}</h2>
15         {$licenseUses}
16     </td>
17     <td style='vertical-align:top;'>
18         <h2>{t}Licenses reserved for this host{/t}</h2>
19         {$licenseReserved}
20         <select name='availableLicense'>
21           {html_options options=$availableLicenses}
22         </select>
23         <input type='submit' name='addReservation' value='{msgPool type=addButton}'>
24     </td>
25   </tr>
26 </table>
28 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
29 {/if}