Code

updated acls
[gosa.git] / gosa-plugins / goto / personal / environment / logonManagement.tpl
index 30bfd9bc0a37725fb713e8e0c81d5beb9c34ff6c..1cee2a8829ee8770ff2b79db93a5d46dd9283fbe 100644 (file)
@@ -1,10 +1,11 @@
-<h2><img class="center" alt="" src="images/fai_script.png" align="middle">&nbsp;{t}Logon script management{/t}</h2>
+<h3>{t}Logon script management{/t}</h3>
 
     <input type="hidden" name="dialogissubmitted" value="1">
 
     <table summary="{t}Logon script management{/t}" width="100%">
        <tr>
-                       <td width="50%" style="vertical-align:top;border-right:1px solid #B0B0B0">
+                       <td class='right-border'>
+
                                        <table summary="{t}Logon script settings{/t}">
                                                <tr>
                                                        <td><LABEL for="LogonName">{t}Script name{/t}</LABEL>
                                                <tr>
                                                        <td><LABEL for="LogonPriority">{t}Priority{/t}</LABEL>
                                                        </td><td>
-                                               <select name="LogonPriority" id="LogonPriority">
-                                                       {html_options values=$LogonPriorityKeys output=$LogonPrioritys}
+                                               <select name="LogonPriority" id="LogonPriority" size=1>
+                                                       {html_options values=$LogonPriorityKeys output=$LogonPrioritys selected=$LogonPriority}
                                                </select>
                                                        </td>
                                                </tr>
                                        </table>
                        </td>
-                       <td style="vertical-align:top">
+                       <td>
+
                                        <table summary="{t}Logon script flags{/t}">
                                                <tr>
                                                        <td>
                        </td>
                </tr>
        </table>
-       <p class="seperator">&nbsp;</p>
-       <table width="100%" summary="">
+       
+  <hr>
+
+       <h3>{t}Script{/t}</h3>
+       <table width="100%" summary="{t}Logon script{/t}">
                <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}">
-                                               <tr>
-                                                       <td>
-                                                               <textarea style="width:100%;height:400px;" name="LogonData">{$LogonData}</textarea>
-                                                       </td>
-                                               </tr>
-                                               <tr>
-                                                       <td>
-                                                               <input type="file" name="importFile" id="importFile">
-                                                               <input type="submit" value="{t}Import{/t}" name="StartImport" >
-                                                       </td>
-                                               </tr>
-                                       </table>
+                       <td>
+                               <textarea style="width:100%;height:400px;" name="LogonData">{$LogonData}</textarea>
                        </td>
                </tr>
-       </table>        
+               <tr>
+                       <td>
+                               <input type="file" name="importFile" id="importFile">
+                               <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}">
-    </p>
+  <hr>
+  <div class="plugin-actions">
+    <button type='submit' name='LogonSave'>{msgPool type=applyButton}</button>
+    <button type='submit' name='LogonCancel'>{msgPool type=cancelButton}</button>
+  </div>
 
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page