Code

<h2> => </h3>
[gosa.git] / gosa-plugins / goto / personal / environment / logonManagement.tpl
index 937f71f9db578716fe879194d14cc71437a764ec..d3fed7854be1c8fd384ccd53bc56624e5789272c 100644 (file)
@@ -1,4 +1,5 @@
-<h2><img class="center" alt="" src="plugins/goto/images/logon_script.png" align="middle">&nbsp;{t}Logon script management{/t}</h2>
+<h3>{image path="plugins/goto/images/logon_script.png"}&nbsp;{t}Logon script management{/t}
+</h3>
 
     <input type="hidden" name="dialogissubmitted" value="1">
 
@@ -52,7 +53,8 @@
        <table width="100%" summary="">
                <tr>
                        <td colspan="2">
-                       <h2><img class="center" alt="" src="plugins/goto/images/logon_script.png" align="middle">&nbsp;{t}Script{/t}</h2>
+                       <h3>{image path="plugins/goto/images/logon_script.png"}&nbsp;{t}Script{/t}
+</h3>
                                        <table width="100%" summary="{t}Logon script{/t}">
                                                <tr>
                                                        <td>
@@ -62,7 +64,8 @@
                                                <tr>
                                                        <td>
                                                                <input type="file" name="importFile" id="importFile">
-                                                               <input type="submit" value="{t}Import{/t}" name="StartImport" >
+                                                               <button type='submit' name='StartImport'>{t}Import{/t}</button>
+
                                                        </td>
                                                </tr>
                                        </table>
 
        <p class="seperator">&nbsp;</p>
     <p align="right">
-    <input type="submit" name="LogonSave"     value="{msgPool type=applyButton}">
-    <input type="submit" name="LogonCancel"   value="{msgPool type=cancelButton}">
+    <button type='submit' name='LogonSave'>{msgPool type=applyButton}</button>
+
+    <button type='submit' name='LogonCancel'>{msgPool type=cancelButton}</button>
+
     </p>
 
 <script language="JavaScript" type="text/javascript">