Code

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