Code

Departmentlist W3c, added <option disabled></option> plugins/admin/departments/headpa...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 05:55:48 +0000 (05:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 05:55:48 +0000 (05:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@511 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/departments/headpage.tpl

index c8e8b9df7fd2767dfc82a3292858b1f0696e4e2d..32ecf4d9a313c7ca5e05abea58069542c3e98f5e 100644 (file)
@@ -10,7 +10,8 @@
     <p class="contentboxb">
      <select style="width:500px; height:450px;" name="deplist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
       {html_options options=$departments}
-     </select>
+       <option disabled></option> 
+       </select>
     <br>
     <input type=submit value="{t}New{/t}..." name="new_department">&nbsp;
     <input type=submit value="{t}Edit{/t}" name="select_department">&nbsp;