Code

Mass table tag fixing
[gosa.git] / plugins / admin / groups / generic.tpl
index 812b6d285a748d165c0319aec8b43818da3c5a43..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>
 
   <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}>