Code

Added LAST class as ever used class,
[gosa.git] / plugins / admin / fai / faiVariableEntry.tpl
index d9067084d5933a8fbca2f646163e5ba155278b5a..c4d6fc63817fba1265e509bdeffba744b8c76895 100644 (file)
@@ -2,14 +2,14 @@
 <table width="100%" summary="">
        <tr>
                <td valign="top" width="50%">
-                       <h2><img alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table>
+                       <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
+                               <table summary="">
                                        <tr>
                                                <td>
                                                        {t}Name{/t}{$must}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" 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 size=40 value="{$description}" name="description">
+                                                       <input value="{$description}" size="45" maxlength="80" name="description" {$descriptionACL}>
                                                </td>
                                        </tr>
                                </table>
@@ -26,8 +26,8 @@
            &nbsp;
         </td>
                <td valign="top">
-                               <h2><img alt="" src="images/fai_variable.png" align="middle" title="{t}Variable attributes{/t}">&nbsp;{t}Variable attributes{/t}</h2>
-                               <table width="100%">
+                               <h2><img class="center" alt="" src="images/fai_variable.png" align="middle" title="{t}Variable attributes{/t}">&nbsp;{t}Variable attributes{/t}</h2>
+                               <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>