Code

Added Inherit all button to Workstation Servive - testing.
[gosa.git] / plugins / admin / systems / wingeneric.tpl
index 3b58f19c6d659d9a67f91df40e80b79fb6272e21..fb58a6d66c4b01da700349a1303d461ad4e63ba4 100644 (file)
@@ -15,6 +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" title="{t}Select a base{/t}">
          </tr>
        </table>
   </td>
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 
-{include file="$netconfig"}
+{$netconfig}
 
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.cn.focus();
+       focus_field('cn');
   -->
 </script>