Code

fixed empty option
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 13:01:11 +0000 (13:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 13:01:11 +0000 (13:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@851 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/headpage.tpl
plugins/admin/departments/headpage.tpl
plugins/admin/groups/generic.tpl
plugins/admin/groups/headpage.tpl
plugins/admin/groups/mail_locals.tpl
plugins/admin/ogroups/headpage.tpl
plugins/admin/users/headpage.tpl
plugins/gofax/blocklists/headpage.tpl
plugins/gofon/macro/headpage.tpl
plugins/personal/posix/generic.tpl

index 582070582f43616588756f1c0fe937b4e50ca05c..2fef6cbb000d01c556d2458b28960ef21cc0a661 100644 (file)
@@ -10,7 +10,7 @@
     <p class="contentboxb">
      <select style="width:500px; height:450px;" name="applist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
       {html_options options=$applications}
-               <option disabled></option>
+               <option disabled>&nbsp;</option>
     </select>
     <br>
     <input type=submit value="{t}New{/t}..." name="new_app">&nbsp;
index a193f2261f9971d99f8fc6472a8a9867158fc031..d39f627a9461671f0525c8de59c43f721bd5ade7 100644 (file)
@@ -10,7 +10,7 @@
     <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}
-       <option disabled></option> 
+       <option disabled>&nbsp;</option> 
        </select>
     <br>
     <input type=submit value="{t}New{/t}..." name="new_department">&nbsp;
index 730d7a22907a7890c818d4835ab05008130f8666..f4c83d4b441b7b9a99d595b76edd0f7f87260e50 100644 (file)
@@ -82,7 +82,7 @@
       <br>
       <select style="width:400px; height:300px;" name="members[]" size=15 multiple>
        {html_options options=$members}
-               <option disabled></option>
+               <option disabled>&nbsp;</option>
       </select>
       <br>
       <input type=submit name="edit_membership" value="{t}Add{/t}" {$membersACL}>
index 16ef6bec40611c1419c81b24338bdf5fd6b57a40..1d3fedc75f2cef5c513feefce3cc9448b12034c3 100644 (file)
@@ -10,7 +10,7 @@
     <p class="contentboxb">
      <select style="width:500px; height:450px;" name="grouplist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
       {html_options options=$grouplist}
-               <option disabled></option>
+               <option disabled>&nbsp;</option>
     </select>
     <br>
     <input type=submit value="{t}New{/t}..." name="new_group">&nbsp;
index f380d95964d5341575d78920402f6a5de6ee00be..cf05ca0ef3b10b3990804369cf1be552fdac6a8e 100644 (file)
@@ -10,7 +10,7 @@
     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
      <select style="width:500px; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
                {html_options options=$mailusers}
-               <option disabled></option>
+               <option disabled>&nbsp;</option>
      </select>
     </p>
    </div>
index 67ea9fe3766d1a09bf06dedf8d71be7e63b796bc..1e8d87277528dc03d42fd6c22400f55f7813db79 100644 (file)
@@ -10,7 +10,7 @@
     <p class="contentboxb">
      <select style="width:500px; height:450px;" name="grouplist" size="15" ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
       {$groups}
-        <option disabled></option> 
+        <option disabled>&nbsp;</option> 
     </select>
     <br>
     <input type=submit value="{t}New{/t}..." name="new_group">&nbsp;
index 405917e4a1d00c63a5df4d55850601572b962b2c..b1cf20177fab1c125b8e0b7b97687268457484f5 100644 (file)
@@ -10,7 +10,7 @@
     <p class="contentboxb">
       <select style="width:500px; height:450px;" name="userlist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
                        {html_options options=$userlist}
-                       <option disabled></option>
+                       <option disabled>&nbsp;</option>
       </select>
       <br>
       <input type=submit value="{t}New{/t}..." name="new_user">&nbsp;
index 735bd2646f9b3e112a1459c41c7a1f348e168fda..0168b7ecc6b0f3cdfb439bbb30e121d9f9827a15 100644 (file)
@@ -10,7 +10,7 @@
     <p class="contentboxb">
       <select style="width:500px; height:450px;" name="blocklist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
          {html_options options=$blocklists}
-      <option disabled></option>
+      <option disabled>&nbsp;</option>
          </select>
       <br>
       <input type=submit value="{t}New{/t}..." name="new_blocklist">&nbsp;
@@ -57,7 +57,7 @@
        <td>
                        <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
                             {html_options options=$deplist selected=$depselect}
-                       <option disabled></option>
+                       <option disabled>&nbsp;</option>
                    </select>
                </td>
        </tr>
index 2fb638ffc74daadd8f4ad1236f63c73fe59ccd2d..8d273056bfa0d08ac494a395b298fd589a3f9788 100755 (executable)
@@ -10,7 +10,7 @@
     <p class="contentboxb">
      <select style="width:500px; height:450px;" name="macrolists" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
       {html_options options=$applications}
-               <option disabled></option>
+               <option disabled>&nbsp;</option>
     </select>
     <br>
     <input type=submit value="{t}New{/t}..." name="new_app">&nbsp;
index 652d39b113034ec0a7392ab03c733d07a5aa910b..b76447a2536025ce224b126090e5de8253ff1552 100644 (file)
      <td>
       <select size="1" name="gosaDefaultPrinter" {$gosaDefaultPrinterACL}>
        {html_options options=$printerList selected=$gosaDefaultPrinter}
-               <option disabled></option>
+               <option disabled>&nbsp;</option>
       </select> 
      </td>
     </tr>