Code

Upps
[gosa.git] / plugins / admin / fai / faiProfile.tpl
index 8ecedab7f75da5355f6caea1dd78e54619c99560..5020bc74557770a214669c7679e830ecc14fd53b 100644 (file)
@@ -10,7 +10,7 @@
                                                </LABEL>
                                        </td>
                                        <td>
-                                               <input value="{$cn}" size="45" maxlength="80" id="cn" name="cn">
+                                               <input value="{$cn}" size="45" maxlength="80" id="cn" name="cn" {$cnACL}>
                                        </td>
                                </tr>
                                <tr>
@@ -20,7 +20,7 @@
                                                </LABEL>
                                        </td>
                                        <td>
-                                               <input value="{$description}" size="45" maxlength="80" name="description" id="description">
+                                               <input value="{$description}" size="45" maxlength="80" name="description" id="description" {$descriptionACL}>
                                        </td>
                                </tr>
                        </table>
@@ -35,7 +35,7 @@
                                                </select>-->
                                                {$divlist}
                                                <br>
-                                               <input type="submit" name="AddClass" value="{t}Add{/t}">
+                                               <input type="submit" name="AddClass" value="{t}Add{/t}" {$cnACL}>
                                                <input type="hidden" name="edit_helper">
                                        </td>
                                </tr>