Code

Fixed missing images problem in group headpage
[gosa.git] / plugins / admin / fai / faiScriptEntry.tpl
index 5652244ecfc6db5f865ed097765a506e07112a88..c223db4e82a964c7d931c6218d94a5c32828f0c3 100644 (file)
 </div>
 <br>
 <div style="align:right;" align="right">
-       <input type="submit" value="{t}Save{/t}"        name="SaveSubObject">&nbsp;
+       <input type="submit" value="{t}Apply{/t}"       name="SaveSubObject">&nbsp;
        <input type="submit" value="{t}Cancel{/t}"      name="CancelSubObject">
 </div>
+<!-- Place cursor -->
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  document.mainform.cn.focus();
+  -->
+</script>