Code

Removed labeledUri = labeledURI fix
[gosa.git] / plugins / admin / systems / workstation.tpl
index a99333cabbe514c9a06e46aadcd2d1cefb4cd018..d278f53140edc6febda01107a8805532fddc1aff 100644 (file)
@@ -72,7 +72,7 @@
 </table>
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 
-{include file="$netconfig"}
+{$netconfig}
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
@@ -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>