Code

replaced <p> seperator style by <hr >
[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-right:5px; border-right: solid 1px #AAA; '>
14         <h3>{t}Reserved for{/t}</h3>
15 {render acl=$boundToHostACL}
16         {$licenseReserved}
17 {/render}
18 {render acl=$boundToHostACL}
19         <select name='availableLicense'>
20 {/render}
21           {html_options options=$availableLicenses}
22         </select>
23 {render acl=$boundToHostACL}
24         <input type='submit' name='addReservation' value='{msgPool type=addButton}'>
25 {/render}
26     </td>
27     <td style='vertical-align:top;'>
28         <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}