Code

New terminals and workstations got dropped. Grrr.
[gosa.git] / plugins / admin / systems / server.tpl
index 2d59eeb36d1e506050cd3db182ed580c7d990e64..1edee572525f467d05b77897c0b71dbf6462a32f 100644 (file)
@@ -1,28 +1,28 @@
-<table width=100%>
+<table summary="" width="100%">
  <tr>
   <td style="vertical-align:top; width:50%;">
-       <table>
+       <table summary="">
         <tr>
-         <td>{t}Server name{/t}{$must}</td>
-         <td><input name="cn" size=20 maxlength=60 value="{$cn}"></td>
+         <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
+         <td><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
         </tr>
         <tr>
           <td colspan=2>&nbsp;</td>
         </tr>
         <tr>
-         <td>{t}Base{/t}{$must}</td>
+         <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
          <td>
-          <select size="1" name="base" title="{t}Choose subtree to place terminal in{/t}">
+          <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
            {html_options options=$bases selected=$base_select}
           </select>
          </tr>
        </table>
   </td>
   <td style="vertical-align:top">
-       <table>
+       <table summary="">
         <tr>
-         <td>{t}Description{/t}</td>
-         <td><input name="description" size=25 maxlength=80 value="{$description}"></td>
+         <td><LABEL for="description">{t}Description{/t}</LABEL></td>
+         <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
         </tr>
        </table>
   </td>
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 
-<h2><img align="center" src="images/rocket.png"> {t}Action{/t}</h2>
-<table>
+<h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+<table summary="">
  <tr>
   <td>
-   <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this server{/t}">
-    <option></option>
+   <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
+    <option disabled>&nbsp;</option>
     {html_options options=$actions}
    </select>
   </td>