Code

Added Inherit all button to Workstation Servive - testing.
[gosa.git] / plugins / admin / systems / wingeneric.tpl
index 666b320163a5249d1fc13605d058a5a4530424a6..fb58a6d66c4b01da700349a1303d461ad4e63ba4 100644 (file)
@@ -15,7 +15,7 @@
           <select size="1" id="base" name="base" title="{t}Choose subtree to place terminal in{/t}">
            {html_options options=$bases selected=$base_select}
           </select>
-               <input type="image" name="chooseBase" src="images/folder.png" class="center">
+               <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
          </tr>
        </table>
   </td>
@@ -37,6 +37,6 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.cn.focus();
+       focus_field('cn');
   -->
 </script>