Code

Updated get_ou it receives values from the config registry now.
[gosa.git] / gosa-plugins / fai / admin / fai / faiTemplate.tpl
2 <table summary="" width="100%">
3  <tr>
4   <td style='width:50%' class='right-border'>
5    <h3>{t}Generic{/t}
6    </h3>
7    <table summary="" cellspacing="4">
8     <tr>
9      <td><LABEL for="cn">{t}Name{/t}
10       {$must}</LABEL>
11      </td>
12      <td>
13       {render acl=$cnACL}
14        <input type='text' value="{$cn}" size="45" maxlength="80" disabled id="cn">
15       {/render}
16      </td>
17     </tr>
18     <tr>
19      <td><LABEL for="description">{t}Description{/t}</LABEL>
20      </td>
21      <td>
22       {render acl=$descriptionACL}
23        <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
24       {/render}
25      </td>
26     </tr>
27    </table>
28   </td>
29   <td style="width:50%">
30    <h3>{t}List of template files{/t}
31    </h3>
32    {$Entry_listing}
33    
34    {if $sub_object_is_addable}
35     <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">
36     {msgPool type=addButton}</button>
37     {else}
38     <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">
39     {msgPool type=addButton}</button>
40     
41    {/if}
42   </td>
43  </tr>
44 </table>
45 <input type="hidden" value="1" name="FAItemplate_posted"><!-- Place cursor -->
46 <script language="JavaScript" type="text/javascript"><!-- // First input field on page  focus_field('cn','description');  --></script>