Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:55:41 +0000 (09:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:55:41 +0000 (09:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17232 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/faiHookEntry.tpl

index b74e0da49bf0a9811e9999cabe3bc487caa7ed31..ab7484559daf835de4fef04af0eb38a39ddb9931 100644 (file)
@@ -1,9 +1,9 @@
 <input type="hidden" name="SubObjectFormSubmitted" value="1">
-<table width="100%" summary="">
+<table width="100%" summary="{t}FAI hook entry{/t}">
        <tr>
                <td valign="top" width="50%">
                        <h3>{t}Generic{/t}</h3>
-                               <table summary="">
+                               <table summary="{t}Generic settings{/t}">
                                        <tr>
                                                <td>
                                                        {t}Name{/t}{$must}&nbsp;
                <td>
 
                                <h3>{t}Hook attributes{/t}</h3>
-                               <table width="100%" summary="">
-                                       <tr>
-                                               <td>
-                                                       <LABEL for="FAItask">
-                                                       {t}Task{/t}&nbsp;
-                                                       </LABEL>
+        <LABEL for="FAItask">{t}Task{/t}&nbsp;</LABEL>
 {render acl=$FAItaskACL}
-                                                       <select id="FAItask" name="FAItask" title="{t}Choose an existing FAI task{/t}" size=1>
-                                                               {html_options values=$tasks output=$tasks selected=$FAItask}
-                                                       </select>
+        <select id="FAItask" name="FAItask" title="{t}Choose an existing FAI task{/t}" size=1>
+          {html_options values=$tasks output=$tasks selected=$FAItask}
+        </select>
 {/render}
-                                               </td>
-                                       </tr>
-                               </table>
                </td>
        </tr>
 </table>
         {t}Script{/t}
     </LABEL>
     </h3>
-<table width="99%" summary="">
-    <tr>
-        <td>
 {render acl=$FAIscriptACL}
             <textarea name="FAIscript" style="width:100%;height:300px;" id="FAIscript" 
                                rows=20 cols=120>{$FAIscript}</textarea>
 {/render}
-        </td>
-    </tr>
-</table>
 <br>
 <div>
 {render acl=$FAIscriptACL}