Code

Update licenses
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseUsage.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;'>
15         <!-- GENERIC -->
16         <h2>{t}Generic{/t}</h2>
17         <table>
18           <tr> 
19             <td>{t}Name{/t}</td>
20             <td>
21               TESTER
22             </td>
23           </tr>
24         </table>
26     </td>
27   </tr>
28 </table>
29 <input name='opsiLicenseUsagePosted' value='1' type='hidden'>
30 {/if}