Code

Priority may start with 00.
[gosa.git] / plugins / gofax / blocklists / generic.tpl
index f479b38e58a95b246910d89598e6ab4f3f6cd018..8d7dddb4bc126c1b876f5f57d5629491947b56e6 100644 (file)
@@ -1,20 +1,21 @@
 <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
 
  <tr>
    <td style="width:50%; vertical-align:top;">
-    <table>
+    <table summary="">
      <tr>
-      <td>{t}List name{/t}{$must}</td>
+      <td><LABEL for="cn">{t}List name{/t}</LABEL>{$must}</td>
       <td>
-       <input name="cn" size=25 maxlength=60 {$mode} {$cnACL} value="{$cn}" title="{t}Name of blocklist{/t}">
+       <input name="cn" id="cn" size=25 maxlength=60 {$mode} {$cnACL} value="{$cn}" title="{t}Name of blocklist{/t}">
       </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" {$selectmode} title="{t}Select subtree to place blocklist in{/t}">
+       <select size="1" id="base" name="base" {$selectmode} title="{t}Select subtree to place blocklist in{/t}">
         {html_options options=$bases selected=$base_select}
+               <option disabled>&nbsp;</option>
        </select>
       </td>
      </tr>
   </td>
 
    <td style="vertical-align:top;">
-    <table>
+    <table summary="">
      <tr>
-       <td>{t}Type{/t}</td>
+       <td><LABEL for="type">{t}Type{/t}</LABEL></td>
        <td>
-        <select size="1" name="type" {$typeACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
-         {html_options options=$types selected=$type}
+        <select size="1" id="type" name="type" {$typeACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
+        {html_options options=$types selected=$type}
+               <option disabled>&nbsp;</option>
         </select>
         </td>
       </tr>
       <tr>
-       <td>{t}Description{/t}</td>
+       <td><LABEL for="description">{t}Description{/t}</LABEL></td>
        <td>
-         <input name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
+         <input name="description" id="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
        </td>
       </tr>
     </table>
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 
-<table>
+<table summary="">
  <tr>
    <td>
      <h2><img alt="" align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
      <select style="width:400px; height:200px;" name="numbers[]" size=15 multiple>
       {html_options values=$goFaxBlocklist output=$goFaxBlocklist}
+         <option disabled>&nbsp;</option>
      </select>
      <br>
-     <input name="number" size=25 maxlength=60 {$goFaxBlocklistACL}>&nbsp;
+     <input id="number" name="number" size=25 maxlength=60 {$goFaxBlocklistACL}>&nbsp;
      <input type=submit value="{t}Add{/t}" {$goFaxBlocklistACL} name="add_number">&nbsp;
      <input type=submit value="{t}Delete{/t}" {$goFaxBlocklistACL} name="delete_number">
    </td>