Code

Updated table summary
[gosa.git] / gosa-plugins / goto / addons / goto / goto_import_file.tpl
index 889ac5e41965b028aeb7197a61fefdaade2bcf7c..b0d262c98e6075e3fdb6155aae819294fc9921b1 100644 (file)
@@ -1,4 +1,4 @@
-<h2>{t}Import jobs{/t}</h2>
+<h3>{t}Import jobs{/t}</h3>
 <p>
 {t}You can import a list of jobs into the GOsa job queue. This should be a semicolon seperated list of items in the following format:{/t}
 </p>
 <br>
 {/if}
 
-<p class="seperator"></p>
+<hr>
 &nbsp;
-<table>
+<table summary="{t}Goto import{/t}">
        <tr>    
                <td>
                        {t}Select list to import{/t}
                </td>
                <td>
                        <input type='file' name='file' value="{t}Browse{/t}">
-                       <input type='submit' name='import' value='{t}Upload{/t}'>
-               </td>
-       </tr>
-       {if  $count}
-       <tr>
-               <td>{t}Start import{/t}</td>
-               <td>
-                       <input type='submit' name='start_import' value='{t}Import{/t}'>
+                       <button type='submit' name='import'>{t}Upload{/t}</button>
+
                </td>
        </tr>
-       {/if}
 </table>
 
        {if  $count}
-               <p class="seperator">&nbsp;</p>
+               <hr>
                <br>
                <br>
                <div style='width:100%; height:300px; overflow: scroll;'>
-               <table cellpadding="3" cellspacing="0" style='width:100%; background-color: #CCCCCC; border: solid 1px #CCCCCC;'>
+               <table style='width:100%; background-color: #CCCCCC; ' summary="{t}Import summary{/t}">
+
                        <tr>
                                <td><b>{t}Timestamp{/t}</b></td>
                                <td><b>{t}MAC{/t}</b></td>
                                        <tr class="rowxp1"> 
                                {/if}
                                        <td>{$item.TIMESTAMP}</td>
-                                       <td style='border-left: solid 1px #BBBBBB;'>{$item.MAC}</td>
-                                       <td style='border-left: solid 1px #BBBBBB;'>{$item.HEADER}</td>
-                                       <td style='border-left: solid 1px #BBBBBB;'>{$item.OGROUP}</td>
-                                       <td style='border-left: solid 1px #BBBBBB;'>{$item.BASE}</td>
-                                       <td style='border-left: solid 1px #BBBBBB;'>{$item.FQDN}</td>
-                                       <td style='border-left: solid 1px #BBBBBB;'>{$item.IP}</td>
-                                       <td style='border-left: solid 1px #BBBBBB;'>{$item.DHCP}</td>
+                                       <td class='left-border'>{$item.MAC}
+</td>
+                                       <td class='left-border'>{$item.HEADER}
+</td>
+                                       <td class='left-border'>{$item.OGROUP}
+</td>
+                                       <td class='left-border'>{$item.BASE}
+</td>
+                                       <td class='left-border'>{$item.FQDN}
+</td>
+                                       <td class='left-border'>{$item.IP}
+</td>
+                                       <td class='left-border'>{$item.DHCP}
+</td>
                                </tr>
                        {/if}
                {/foreach}
                </div>
        {/if}
 <br>
-<p class='seperator'></p>
+<hr>
 <div style='text-align:right;width:99%; padding-right:5px; padding-top:5px;'>
-       <input type='submit' name='import_abort' value='{msgPool type=okButton}'>
+       <button type='submit' name='start_import'>{t}Import{/t}</button>&nbsp;
+
+       <button type='submit' name='import_abort'>{msgPool type=backButton}</button>
+
 </div>
 <br>