Code

fixed some headpages ................
[gosa.git] / plugins / gofon / macro / generic.tpl
1 <table width="100%" summary="">
2   <tr>
3     <td>
4                         <table summary="">
5                         <tr>
6                                 <td><LABEL for="cn">{t}Macro name{/t}</LABEL>{$must}</td>
7                                 <td><input {$disable_cn} name="cn" id="id" size=13 maxlength=13 value="{$cn}" title="{t}Macro name{/t}"></td>
8                         </tr>
9                         <tr>
10                                 <td><LABEL for="displayName">{t}Display name{/t}</LABEL>{$must}</td>
11                                 <td>
12                                         <input name="displayName" id="displayName" size=35 maxlength=60 value="{$displayName}" title="{t}Macro name to be displayed{/t}">
13                                 </td>
14                         </tr>
15                         <tr>
16                                         <td colspan=2>
17                                         </td>
18                                 </tr>
19                         <tr>
20                                 <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
21                                 <td>
22                                            <select size="1" id="base" name="base" title="{t}Choose subtree to place macro in{/t}">
23                                                         {html_options options=$bases selected=$base_select}
24                 <option disabled>&nbsp;</option>
25                                            </select>
26                                 </td>
27                         </tr>
28                         </table>
29                 </td>
30                 <td style="border-left:1px solid #A0A0A0">
31                      &nbsp;
32                 </td>
33                 <td style="vertical-align:top;">
34                         <table summary="">
35                         <tr>
36                                 <td><LABEL for="description">{t}Description{/t}</LABEL></td>
37                                 <td>
38                                         <input name="description" id="description" size=35 maxlength=60 value="{$description}">
39                                 </td>
40                         </tr>
41                         <tr>
42                                 <td colspan=2>
43                                         <input type="checkbox" name="goFonMacroVisible" size=35 maxlength=60 value="1" {$goFonMacroVisibleChecked}> {t}Visible for user{/t}
44                                 </td>
45                         </tr>
46                         </table>
47                 </td>
48         </tr>
49 </table>
50 <p class="seperator">&nbsp;</p>
51 <br>
52 {t}Macro text{/t}
53 <br>
54 <textarea name="goFonMacroContent" style="width:99%;height:300px;font-size:14px;font-family:Arial;">{$goFonMacroContent}</textarea>
56 <!-- Place cursor -->
57 <script language="JavaScript" type="text/javascript">
58   <!-- // First input field on page
59   document.mainform.cn.focus();
60   -->
61 </script>