Code

Updated listing table summary
[gosa.git] / gosa-plugins / fai / admin / fai / faiHook.tpl
index 5ed51915517bdec7b9e8cee190daf6e16a57154c..35bce60c087fdc729d32a803cd3bc895859e95b1 100644 (file)
@@ -1,7 +1,7 @@
 <table width="100%" summary=''>
        <tr>
                <td width="50%" valign="top">
-                               <h2><img class="center" alt="" src="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>
@@ -11,7 +11,7 @@
                                                </td>
                                                <td>
 {render acl=$cnACL}
-                                                       <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
+                                                       <input type='text' value="{$cn}" size="45" maxlength="80" disabled id="cn">
 {/render}
                                                </td>
                                        </tr>
@@ -23,7 +23,7 @@
                                                </td>
                                                <td>
 {render acl=$descriptionACL}
-                                                       <input value="{$description}" size="45" maxlength="80" name="description" id="description">
+                                                       <input type='text' value="{$description}" size="45" maxlength="80" name="description" id="description">
 {/render}
                                                </td>
                                        </tr>
                </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>