Code

Selects : <option disabled></option>
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 08:12:37 +0000 (08:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 08:12:37 +0000 (08:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@520 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/servservice.tpl

index dd85cfbad95d4130025a3e4fce8eb379dd0bab04..cf6063ce7a939de68f2d93947ea9e2ead5ad76b7 100644 (file)
@@ -12,8 +12,9 @@
    <table>
     <tr>
      <td>
-               <select style="width:350px;" id="goExportEntry" name="goExportEntry" {$goExportEntryACL} size=4 multiple >
+               <select style="width:350px;" id="goExportEntry" name="goExportEntry" {$goExportEntryACL} {$goNfsServerState} size=4 multiple >
                {html_options values=$goExportEntry output=$goExportEntry}
+                       <option disabled></option>
            </select>
        <br>    
                <input type="text"              name="NewNfsExport" {$goNfsServerState} id="NewNfsExportId"> 
@@ -39,6 +40,7 @@
      <td>
         <select style="width:350px;" id="goTimeEntry" name="goTimeSource" {$goNtpServerState} {$goTimeSourceACL}  size=4 multiple>
             {html_options values=$goTimeSource output=$goTimeSource}
+                       <option disabled></option>
         </select>
     <br>
         <input type="text" name="NewNTPExport" {$goNtpServerState} id="NewNTPExportId">