Code

removed unique remove templates, added one in the theme directory
[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%">
13   <tr>
14     <td style='vertical-align:top;width: 50%; padding-right:5px; border-right: solid 1px #AAA; '>
15         <h3>{t}Reserved for{/t}</h3>
16 {render acl=$boundToHostACL}
17         {$licenseReserved}
18 {/render}
19 {render acl=$boundToHostACL}
20         <select name='availableLicense'>
21 {/render}
22           {html_options options=$availableLicenses}
23         </select>
24 {render acl=$boundToHostACL}
25         <button type='submit' name='addReservation'>{msgPool type=addButton}</button>
27 {/render}
28     </td>
29     <td style='vertical-align:top;'>
30         <h3>{t}Licenses used{/t}</h3>
31 {render acl=$boundToHostACL}
32         {$licenseUses}
33 {/render}
34     </td>
35   </tr>
36 </table>
38 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
39 {/if}