Code

Updated plugin description
[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 <button type='submit' name='retry_init'>{t}Retry{/t}</button>
7 <br>
8 <br>
9 {else}
12 <table width="100%" summary="{t}License usage{/t}">
13   <tr>
14     <td style='width: 50%; padding-right:5px; ' class='right-border'>        <h3>{t}Reserved for{/t}</h3>
15 {render acl=$boundToHostACL}
16         {$licenseReserved}
17 {/render}
18 {render acl=$boundToHostACL}
19         <select name='availableLicense' size=1>
20 {/render}
21           {html_options options=$availableLicenses}
22         </select>
23 {render acl=$boundToHostACL}
24         <button type='submit' name='addReservation'>{msgPool type=addButton}</button>
26 {/render}
27     </td>
28     <td>        <h3>{t}Licenses used{/t}</h3>
29 {render acl=$boundToHostACL}
30         {$licenseUses}
31 {/render}
32     </td>
33   </tr>
34 </table>
36 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
37 {/if}