Code

W3c conform
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 12:07:10 +0000 (12:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 12:07:10 +0000 (12:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@546 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/application.tpl

index 4b22826471b307763764607489a066334ce05a8e..2a2fb53129a2615ba6afc17e58ea8e0d9d7fd99e 100644 (file)
@@ -5,6 +5,7 @@
    <br>
    <select style="width:350px; height:275;" name="used_apps[]" size=15 multiple>
     {html_options options=$used_apps}
+       <option disabled></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></option>
   </select>
  </td>
  </tr>