Code

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

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

index 35bce60c087fdc729d32a803cd3bc895859e95b1..9ab3741d391c90f2df947eed69127548247fa7fa 100644 (file)
@@ -1,8 +1,8 @@
-<table width="100%" summary=''>
+<table width="100%" summary='{t}FAI hook{/t}'>
        <tr>
                <td width="50%" valign="top">
                                <h3>{t}Generic{/t}</h3>
-                               <table summary="" cellspacing="4">
+                               <table summary="{t}Generic settings{/t}" cellspacing="4">
                                        <tr>
                                                <td>
                                                        <LABEL for="cn">
        </tr>
 </table>
 <hr>
-<table width="100%" summary=''>
+<table width="100%" summary='{t}List of hooks{/t}'>
        <tr>
                <td>
                                <h3>
                                        {t}List of hook scripts{/t}
                                </h3>
-                               <table width="100%" summary=''>
-                               <tr>
-                                       <td>
-                                               {$Entry_divlist}
+        {$Entry_divlist}
 {if $sub_object_is_addable}
-                                               <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
-
+        <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
 {else}
-                                               <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
-
+        <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
 {/if}
-                                       </td>
-                               </tr>
-                               </table>
                </td>
        </tr>
 </table>