Code

Added category parameter to tabs.
[gosa.git] / plugins / admin / fai / faiHook.tpl
1 <table width="100%" summary=''>
2         <tr>
3                 <td width="50%" valign="top">
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}
10                                                         </LABEL>
11                                                 </td>
12                                                 <td>
13 {render acl=$cnACL}
14                                                         <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
15 {/render}
16                                                 </td>
17                                         </tr>
18                                         <tr>
19                                                 <td>
20                                                         <LABEL for="description">
21                                                         {t}Description{/t}
22                                                         </LABEL>
23                                                 </td>
24                                                 <td>
25 {render acl=$descriptionACL}
26                                                         <input value="{$description}" size="45" maxlength="80" name="description" id="description">
27 {/render}
28                                                 </td>
29                                         </tr>
30                                 </table>
31                 </td>
32         </tr>
33 </table>
34 <p class="seperator">&nbsp;</p>
35 <table width="100%" summary=''>
36         <tr>
37                 <td>
38                                 <h2><img class="center" alt="" src="images/fai_hook.png" align="middle" title="{t}Objects{/t}">&nbsp;
39                                         <LABEL for="SubObject">
40                                                 {t}List of hook scripts{/t}
41                                         </LABEL>
42                                 </h2>
43                                 <table width="100%" summary=''>
44                                 <tr>
45                                         <td>
46                                                 {$Entry_divlist}
47 {if $sub_object_is_addable}
48                                                 <input type="submit" name="AddSubObject"     value="{t}Add{/t}" title="{t}Add{/t}">
49 {else}
50                                                 <input type="submit" name="AddSubObject"     value="{t}Add{/t}" title="{t}Add{/t}" disabled>
51 {/if}
52                                         </td>
53                                 </tr>
54                                 </table>
55                 </td>
56         </tr>
57 </table>
58 <input type="hidden" value="1" name="FAIhook_posted">
59 <!-- Place cursor -->
60 <script language="JavaScript" type="text/javascript">
61   <!-- // First input field on page
62   document.mainform.description.focus();
63   -->
64 </script>