Code

fixed checkbox
[gosa.git] / plugins / admin / fai / faiScriptEntry.tpl
index 4d8dc7899adb42724486d917df5794239063708d..96a16034697c72de621d657a7cf05bc10c23c185 100644 (file)
@@ -2,14 +2,14 @@
 <table width="100%" summary="">
        <tr>
                <td valign="top" width="50%">
-                       <h2><img alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table>
+                       <h2><img class="center" alt="" src="images/forward.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}" size="45" maxsize="80" name="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" name="cn">
                                                </td>
                                        </tr>
                                        <tr>
@@ -17,7 +17,7 @@
                                                        {t}Description{/t}&nbsp;
                                                </td>
                                                <td>
-                                                       <input size="45" maxsize="80" value="{$description}" name="description">
+                                                       <input size="45" maxlength="80" value="{$description}" name="description">
                                                </td>
                                        </tr>
                                </table>
@@ -26,8 +26,8 @@
            &nbsp;
         </td>
                <td valign="top">
-                               <h2><img alt="" src="images/fai_script.png" align="middle" title="{t}Properties{/t}">&nbsp;{t}Script attributes{/t}</h2>
-                               <table width="100%">
+                               <h2><img class="center" alt="" src="images/fai_script.png" align="middle" title="{t}Properties{/t}">&nbsp;{t}Script attributes{/t}</h2>
+                               <table summary="" width="100%">
                                        <tr>
                                                <td>
                                                        <LABEL for="FAIpriority">
        </tr>
 </table>
 <p class="seperator">&nbsp;</p>
-<h2><img alt="" src="images/fai_script.png" align="middle" title="{t}Script attributes{/t}">&nbsp;
+<h2><img class="center" alt="" src="images/fai_script.png" align="middle" title="{t}Script attributes{/t}">&nbsp;
        <LABEL for="FAIscript">
                {t}Script{/t}
        </LABEL>
        </h2>
-<table width="99%">
+<table summary="" width="99%">
     <tr>
         <td>
             <textarea name="FAIscript" style="width:100%;height:300px;" id="FAIscript">{$FAIscript}</textarea>