Code

Updated listing table summary
[gosa.git] / gosa-plugins / fai / admin / fai / faiHook.tpl
index cfedfa911667b3a46f4c17f074d185eeaae9dd33..35bce60c087fdc729d32a803cd3bc895859e95b1 100644 (file)
@@ -31,7 +31,7 @@
                </td>
        </tr>
 </table>
-<p class="seperator">&nbsp;</p>
+<hr>
 <table width="100%" summary=''>
        <tr>
                <td>
                                        <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>