Code

Fixed department list
[gosa.git] / plugins / admin / fai / faiVariableEntry.tpl
index 6714554f6ad6a522d29c5632200527c75819df77..c4d6fc63817fba1265e509bdeffba744b8c76895 100644 (file)
@@ -3,13 +3,13 @@
        <tr>
                <td valign="top" width="50%">
                        <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table>
+                               <table summary="">
                                        <tr>
                                                <td>
                                                        {t}Name{/t}{$must}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" name="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" name="cn" {$cnACL}>
                                                </td>
                                        </tr>
                                        <tr>
@@ -17,7 +17,7 @@
                                                        {t}Description{/t}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$description}" size="45" maxsize="80" name="description">
+                                                       <input value="{$description}" size="45" maxlength="80" name="description" {$descriptionACL}>
                                                </td>
                                        </tr>
                                </table>
@@ -27,7 +27,7 @@
         </td>
                <td valign="top">
                                <h2><img class="center" alt="" src="images/fai_variable.png" align="middle" title="{t}Variable attributes{/t}">&nbsp;{t}Variable attributes{/t}</h2>
-                               <table width="100%">
+                               <table  summary="" width="100%">
                                        <tr>
                                                <td>
                                                        <LABEL for="Content">
@@ -35,7 +35,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input type="text" name="FAIvariableContent" value="{$FAIvariableContent}" id="Content" style="width:250px;">
+                                                       <input type="text" name="FAIvariableContent" value="{$FAIvariableContent}" id="Content" style="width:250px;" {$FAIvariableContentACL}>
                                                </td>
                                        </tr>
                                </table>
@@ -45,7 +45,7 @@
 <p class="seperator">&nbsp;</p>
 <br>
 <div style="align:right;" align="right">
-       <input type="submit" value="{t}Apply{/t}"       name="SaveSubObject">&nbsp;
+       <input type="submit" value="{t}Apply{/t}"       name="SaveSubObject" {$cnACL}>&nbsp;
        <input type="submit" value="{t}Cancel{/t}"      name="CancelSubObject">
 </div>