Code

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

plugins/admin/systems/server.tpl
plugins/admin/systems/terminal.tpl
plugins/admin/systems/workstation.tpl

index 108e7570b5115f848f2740f1ede56885ecfe8172..efcb4a8c7c756ce91d8bbc3edd8954941f839e52 100644 (file)
@@ -40,7 +40,7 @@
  <tr>
   <td>
    <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
-    <option></option>
+    <option disabled>&nbsp;</option>
     {html_options options=$actions}
    </select>
   </td>
index 764f5a587b2739e11381b7f84ed23d6fef1f25a5..ac34098dae82477a09651cd80a79cb78fbd277de 100644 (file)
  <tr>
   <td>
    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
-    <option></option>
+    <option disabled>&nbsp;</option>
     {html_options options=$actions}
    </select>
   </td>
index 6083651faebd48e88f14cefc4b8b2baa67378865..c58eea6f1dee72b6693abc45895995016573056a 100644 (file)
  <tr>
   <td>
    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
-    <option></option>
+    <option disabled>&nbsp;</option>
     {html_options options=$actions}
    </select>
   </td>