Code

Updated listing table summary
[gosa.git] / gosa-plugins / fai / admin / fai / faiHook.tpl
index 56ec4c813cb2c7dca440eb0c9caea0160e1c0ae6..35bce60c087fdc729d32a803cd3bc895859e95b1 100644 (file)
@@ -1,7 +1,7 @@
 <table width="100%" summary=''>
        <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>
+                               <h3>{t}Generic{/t}</h3>
                                <table summary="" cellspacing="4">
                                        <tr>
                                                <td>
                </td>
        </tr>
 </table>
-<p class="seperator">&nbsp;</p>
+<hr>
 <table width="100%" summary=''>
        <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>
+                               </h3>
                                <table width="100%" summary=''>
                                <tr>
                                        <td>
                                                {$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>