Code

replaced <p> seperator style by <hr >
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseByProduct.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 <h3>{t}License usage{/t}</h3>
13 {$licenseUses}
15 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
16 {/if}
18 <hr>
19 <div style='width:100%; text-align: right; padding:3px;'>
20   <input type='submit' name='save_properties' value='{msgPool type='saveButton'}'>
21   &nbsp;
22   <input type='submit' name='cancel_properties' value='{msgPool type='cancelButton'}'>
23 </div>