Code

Fixed image path
[gosa.git] / plugins / admin / systems / workstation.tpl
index a99333cabbe514c9a06e46aadcd2d1cefb4cd018..ddb7cabb81f830d9e59c4cdbc5b387f7b5fafb12 100644 (file)
@@ -80,7 +80,7 @@
  <tr>
   <td>
    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
-    <option disabled>&nbsp;</option>
+    <option>&nbsp;</option>
     {html_options options=$actions}
    </select>
   </td>
@@ -94,6 +94,6 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.gotoTerminalName.focus();
+  document.mainform.cn.focus();
   -->
 </script>