Code

11111ea035b0b377b421c94fdf8424a9c1ad6974
[gosa.git] / plugins / admin / fai / faiTemplate.tpl
1 <table summary="" width="100%">
2         <tr>
3                 <td valign="top" style="border-right:1px solid #A0A0A0; width:50%">
4                                 <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
5                                 <table summary="" cellspacing="4">
6                                         <tr>
7                                                 <td>
8                                                         <LABEL for="cn">
9                                                         {t}Name{/t}{$must}
10                                                         </LABEL>
11                                                 </td>
12                                                 <td>
13                                                         <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
14                                                 </td>
15                                         </tr>
16                                         <tr>
17                                                 <td>
18                                                         <LABEL for="description">
19                                                         {t}Description{/t}
20                                                         </LABEL>
21                                                 </td>
22                                                 <td>
23                                                         <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description" {$descriptionACL}>
24                                                 </td>
25                                         </tr>
26                                 </table>
27                 </td>
28                 <td style="width:50%">
29                                 <h2><img class="center" alt="" src="images/fai_template.png" align="middle" title="{t}Objects{/t}">&nbsp;
30                                         <LABEL for="SubObject">
31                                                 {t}List of template files{/t}
32                                         </LABEL>
33                                 </h2>
34                         {$Entry_divlist}
35                                 <input type="submit" name="AddSubObject"     value="{t}Add{/t}"         title="{t}Add{/t}" {$cnACL}>
36                 </td>
37         </tr>
38 </table>
39 <input type="hidden" value="1" name="FAItemplate_posted">
40 <!-- Place cursor -->
41 <script language="JavaScript" type="text/javascript">
42   <!-- // First input field on page
43   document.mainform.description.focus();
44   -->
45 </script>