Code

Updated table summary
[gosa.git] / gosa-plugins / fai / admin / fai / faiHook.tpl
index 56ec4c813cb2c7dca440eb0c9caea0160e1c0ae6..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">
-                               <h2><img class="center" alt="" src="plugins/fai/images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table summary="" cellspacing="4">
+                               <h3>{t}Generic{/t}</h3>
+                               <table summary="{t}Generic settings{/t}" cellspacing="4">
                                        <tr>
                                                <td>
                                                        <LABEL for="cn">
                </td>
        </tr>
 </table>
-<p class="seperator">&nbsp;</p>
-<table width="100%" summary=''>
+<hr>
+<table width="100%" summary='{t}List of hooks{/t}'>
        <tr>
                <td>
-                               <h2><img class="center" alt="" src="plugins/fai/images/fai_hook.png" align="middle" title="{t}Objects{/t}">&nbsp;
+                               <h3>
                                        {t}List of hook scripts{/t}
-                               </h2>
-                               <table width="100%" summary=''>
-                               <tr>
-                                       <td>
-                                               {$Entry_divlist}
+                               </h3>
+        {$Entry_divlist}
 {if $sub_object_is_addable}
-                                               <input type="submit" name="AddSubObject"     value="{msgPool type=addButton}"   title="{msgPool type=addButton}">
+        <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
 {else}
-                                               <input type="submit" name="AddSubObject"     value="{msgPool type=addButton}"   title="{msgPool type=addButton}" disabled>
+        <button type='submit' name='AddSubObject' title="{msgPool type=addButton}">{msgPool type=addButton}</button>
 {/if}
-                                       </td>
-                               </tr>
-                               </table>
                </td>
        </tr>
 </table>