Code

Added license generic template
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / licenseGeneric.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>
14         <!-- GENERIC -->
15         <h2>{t}Generic{/t}</h2>
16         <table>
17           <tr> 
18             <td>{t}Name{/t}</td>
19             <td>
20 {render acl=$cnACL}
21               <input type='text' value='{$cn}' name='cn'>
22 {/render}
23             </td>
24           </tr>
25           <tr> 
26             <td>{t}Description{/t}</td>
27             <td>
28 {render acl=$descriptionACL}
29               <input type='text' value='{$description}' name='description'>
30 {/render}
31             </td>
32           </tr>
33         </table>
35     </td>
36   </tr>
37   <tr> 
38     <td>
39         <!-- LICENSES -->
40         <h2>{t}Licenses{/t}</h2>
41         <table>
42           <tr> 
43             <td></td>
44           </tr>
45         </table>
47     </td>
48   </tr>
49   <tr> 
50     <td>
51         <!-- APPLICATIONS -->
52         <h2>{t}Applications{/t}</h2>
53         <table>
54           <tr> 
55             <td></td>
56           </tr>
57         </table>
59     </td>
60   </tr>
61   <tr> 
62     <td>
63         <!-- SOFTWARE -->
64         <h2>{t}Windows software IDs{/t}</h2>
65         <table>
66           <tr> 
67             <td></td>
68           </tr>
69         </table>
71     </td>
72   </tr>
73 </table>
75 {/if}