Code

Made environment w3c conform again
[gosa.git] / gosa-plugins / goto / personal / environment / logonManagement.tpl
index f4b05569677ea6e87ecc09bbc6cbf58d60cd7c60..189b1e4880a579cadc904c13632698c111f0da60 100644 (file)
@@ -1,13 +1,14 @@
-<h2><img class="center" alt="" src="images/fai_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">
 
-    <table summary="{t}Logon script management{/t}" width="100%">
+    <table {t}Logon script management{/t}" width="100%">
        <tr>
                        <td width="50%" style="vertical-align:top;border-right:1px solid #B0B0B0">
-                                       <table summary="{t}Logon script settings{/t}">
+                                       <table {t}Logon script settings{/t}">
                                                <tr>
-                                                       <td><LABEL for="LogonName">{t}Skript name{/t}</LABEL>
+                                                       <td><LABEL for="LogonName">{t}Script name{/t}</LABEL>
                                                        </td>
                                                        <td>
                                                                <input type="text" size=20 value="{$LogonName}" name="LogonName" {$LogonNameACL} id="LogonName">
                                                        <td><LABEL for="LogonPriority">{t}Priority{/t}</LABEL>
                                                        </td><td>
                                                <select name="LogonPriority" id="LogonPriority">
-                                                       {html_options values=$LogonPriorityKeys output=$LogonPrioritys}
+                                                       {html_options values=$LogonPriorityKeys output=$LogonPrioritys selected=$LogonPriority}
                                                </select>
                                                        </td>
                                                </tr>
                                        </table>
                        </td>
                        <td style="vertical-align:top">
-                                       <table summary="{t}Logon script flags{/t}">
+                                       <table {t}Logon script flags{/t}">
                                                <tr>
                                                        <td>
                                                                <input type="checkbox" value="L" name="LogonLast" {$LogonLastCHK} id="LogonLast">
                </tr>
        </table>
        <p class="seperator">&nbsp;</p>
-       <table width="100%" summary="">
+       <table width="100%" >
                <tr>
                        <td colspan="2">
-                       <h2><img class="center" alt="" src="images/fai_script.png" align="middle">&nbsp;{t}Script{/t}</h2>
-                                       <table width="100%" summary="{t}Logon script{/t}">
+                       <h3>{image path="plugins/goto/images/logon_script.png"}&nbsp;{t}Script{/t}
+</h3>
+                                       <table width="100%" {t}Logon script{/t}">
                                                <tr>
                                                        <td>
                                                                <textarea style="width:100%;height:400px;" name="LogonData">{$LogonData}</textarea>
@@ -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">