Code

empty option fixed
[gosa.git] / plugins / admin / groups / application.tpl
index 4b22826471b307763764607489a066334ce05a8e..7f022de578fd5f0370364297130da49089e4e1da 100644 (file)
@@ -1,10 +1,11 @@
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr>
   <td style="width:45%; vertical-align:top;">
    <b>{t}Used applications{/t}</b>
    <br>
    <select style="width:350px; height:275;" name="used_apps[]" size=15 multiple>
     {html_options options=$used_apps}
+       <option disabled>&nbsp;</option>
    </select>
    <br>
    <input type=submit name="edit_options" value="{t}Edit parameters{/t}" title="{t}Edit optional application parameters{/t}">
@@ -21,6 +22,7 @@
   <br>
   <select style="width:350px; height:275px;" name="apps[]" size=15 multiple>
     {html_options options=$apps}
+       <option disabled>&nbsp;</option>
   </select>
  </td>
  </tr>