Code

Mass table tag fixing
[gosa.git] / plugins / admin / groups / generic.tpl
index 0a7ec94f668270a3b987554ea4c60a4d48eee861..730d7a22907a7890c818d4835ab05008130f8666 100644 (file)
@@ -1,8 +1,8 @@
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr>
   <td style="width:50%; vertical-align:top;">
    <input type="hidden" name="groupedit" value="1">
-   <table>
+   <table summary="">
     <tr>
      <td>{t}Group name{/t}{$must}</td>
      <td>
@@ -20,7 +20,7 @@
     <tr>
      <td>{t}Base{/t}{$must}</td>
      <td>
-      <select size="1" name="base" {$selectmode} title="{t}Choose subtree to place group in{/t}">
+      <select size="1" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}">
        {html_options options=$bases selected=$base_select}
       </select>
      </td>
 
   <td style="vertical-align:top;">
 
-   <table>
+   <table summary="">
     <tr>
      <td style="vertical-align:top;">
       <b>{t}Group members{/t}</b>
       <br>
       <select style="width:400px; height:300px;" name="members[]" size=15 multiple>
        {html_options options=$members}
+               <option disabled></option>
       </select>
       <br>
       <input type=submit name="edit_membership" value="{t}Add{/t}" {$membersACL}>