Code

Updated listing table summary
[gosa.git] / gosa-plugins / fai / admin / fai / faiTemplate.tpl
index 939aa4dbd4729f6975769a54d4e51153a3ef7dfa..04e66c3ab62fa2de325c47c62783b38cc9edae21 100644 (file)
@@ -1,7 +1,8 @@
 <table summary="" width="100%">
        <tr>
-               <td valign="top" style="border-right:1px solid #A0A0A0; width:50%">
-                               <h3><img class="center" alt="" src="plugins/fai/images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h3>
+               <td style='width:50%' class='right-border'>
+
+                               <h3>{t}Generic{/t}</h3>
                                <table summary="" cellspacing="4">
                                        <tr>
                                                <td>
                                </table>
                </td>
                <td style="width:50%">
-                               <h3><img class="center" alt="" src="plugins/fai/images/fai_template.png" align="middle" title="{t}Objects{/t}">&nbsp;
+                               <h3>
                                        {t}List of template files{/t}
                                </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>