summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3f06b5)
raw | patch | inline | side by side (parent: a3f06b5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 08:12:37 +0000 (08:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 08:12:37 +0000 (08:12 +0000) |
plugins/admin/systems/servservice.tpl | patch | blob | history |
index dd85cfbad95d4130025a3e4fce8eb379dd0bab04..cf6063ce7a939de68f2d93947ea9e2ead5ad76b7 100644 (file)
<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">
<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">