Code

Fixed labeledURI / Uri problem
[gosa.git] / plugins / admin / fai / faiNewBranch.tpl
1 <br>
2 <p class="seperator">
3 {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}
4 <br>
5 <br>
6 </p>
7 <p class="seperator">
8 <br>
9 <b>{t}Please enter a name for the branch{/t}</b> &nbsp;
10 <input type="text"       name="BranchName" value="{$BranchName}" style="width:120px;">
11 <br>
12 <br>
13 </p>
15 <div align="right">
16         <p>
17                 <input type="submit" value="{t}Apply{/t}"       name="UseBranchName">           
18                 <input type="submit" value="{t}Cancel{/t}"      name="CancelBranchName">                
19         </p>
20 </div>
29 <!-- Place cursor -->
30 <script language="JavaScript" type="text/javascript">
31         <!--
32         document.mainform.UseTextInputName.select();
33         document.mainform.UseTextInputName.focus();
34         -->
35 </script>