Code

Fixed some errors
[gosa.git] / plugins / admin / systems / workstation.tpl
index 6ad9f4dff6efbd9c2f6ffbb9b0cfd441618c17e6..ddb7cabb81f830d9e59c4cdbc5b387f7b5fafb12 100644 (file)
@@ -1,4 +1,4 @@
-<h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
 <table summary="" style="width:100%;">
  <tr>
   <td style="width:50%; vertical-align:top;">
 {include file="$netconfig"}
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
-<h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
 <table summary="">
  <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>