Code

Added sorting to FAIscripts
[gosa.git] / plugins / admin / fai / faiNewBranch.tpl
index e9afc27a21b00636a182c1c530993e79990098fb..831e02898fccf1466073cecfb829cac170f4a85e 100755 (executable)
@@ -4,6 +4,8 @@
 <p class="seperator">
 {t}You are now going to create a branch or locked branch. This action clones the existing release to another release name. Branches can be modified as usual. FAI classes of locked branches cannot be modified, just additional classes are possible. Branch names should be alphanumeric, excluding the reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' and 'fai'.{/t}
 <br>
+{t}Branches are created as subreleases of the currently selected branch. Creating a new branch named 1.0.2 in SARGE for example, will result in a new release called SARGE/1.0.2.{/t}
+ <br>
 <br>
 </p>
 <p class="seperator">
@@ -24,8 +26,7 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
        <!--
-       document.mainform.BranchName.select();
-       document.mainform.BranchName.focus();
+       focus_field('BranchName');
        -->
 </script>
 {else}