Code

Design changes, only set section release if set button is pressed
[gosa.git] / plugins / admin / fai / faiVariable.tpl
index 25843553c434e09b4330d44e9d2d9d1ff44694ea..d2302acbaaf1581ee7e7a2ec0258e732b86a775b 100644 (file)
@@ -6,7 +6,7 @@
                                        <tr>
                                                <td>
                                                        <LABEL for="cn">
-                                                       {t}Name{/t}
+                                                       {t}Name{/t}{$must}
                                                        </LABEL>
                                                </td>
                                                <td>
@@ -16,7 +16,7 @@
                                        <tr>
                                                <td>
                                                        <LABEL for="description">
-                                                       {t}Description{/t}{$must}
+                                                       {t}Description{/t}
                                                        </LABEL>
                                                </td>
                                                <td>
                </td>
        </tr>
 </table>
+<input type="hidden" value="1" name="FAIvariable_posted">
+<!-- Place cursor -->
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  document.mainform.description.focus();
+  -->
+</script>
+