Code

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