Code

Updated listing table summary
[gosa.git] / gosa-plugins / fai / admin / fai / faiTemplate.tpl
index 6c46c42ad1bd489130fea9a95e651a4818b34645..04e66c3ab62fa2de325c47c62783b38cc9edae21 100644 (file)
@@ -1,6 +1,7 @@
 <table summary="" width="100%">
        <tr>
-               <td valign="top" style="border-right:1px solid #A0A0A0; width:50%">
+               <td style='width:50%' class='right-border'>
+
                                <h3>{t}Generic{/t}</h3>
                                <table summary="" cellspacing="4">
                                        <tr>
                                </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>