Code

Removed unsed stuff
[gosa.git] / plugins / gofon / macro / generic.tpl
index e886735a07166d6aed44029aa04121759c547bd7..1379e73864107676f0e6ab9339c9d935b6351541 100755 (executable)
@@ -3,13 +3,13 @@
     <td>
                        <table summary="">
                        <tr>
-                               <td>{t}Macro name{/t}{$must}</td>
-                               <td><input name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Macro name{/t}"></td>
+                               <td><LABEL for="cn">{t}Macro name{/t}</LABEL>{$must}</td>
+                               <td><input {$disable_cn} name="cn" id="id" size=13 maxlength=13 value="{$cn}" title="{t}Macro name{/t}"></td>
                        </tr>
                        <tr>
-                               <td>{t}Display name{/t}{$must}</td>
+                               <td><LABEL for="displayName">{t}Display name{/t}</LABEL>{$must}</td>
                                <td>
-                                       <input name="displayName" size=35 maxlength=60 value="{$displayName}" title="{t}Macro name to be displayed{/t}">
+                                       <input name="displayName" id="displayName" size=35 maxlength=60 value="{$displayName}" title="{t}Macro name to be displayed{/t}">
                                </td>
                        </tr>
                        <tr>
@@ -17,9 +17,9 @@
                                        </td>
                                </tr>
                        <tr>
-                               <td>{t}Base{/t}{$must}</td>
+                               <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
                                <td>
-                                          <select size="1" name="base" title="{t}Choose subtree to place macro in{/t}">
+                                          <select size="1" id="base" name="base" title="{t}Choose subtree to place macro in{/t}">
                                                        {html_options options=$bases selected=$base_select}
                <option disabled>&nbsp;</option>
                                           </select>
@@ -33,9 +33,9 @@
                <td style="vertical-align:top;">
                        <table summary="">
                        <tr>
-                               <td>{t}Description{/t}</td>
+                               <td><LABEL for="description">{t}Description{/t}</LABEL></td>
                                <td>
-                                       <input name="description" size=35 maxlength=60 value="{$description}">
+                                       <input name="description" id="description" size=35 maxlength=60 value="{$description}">
                                </td>
                        </tr>
                        <tr>