Code

Some changes for branches
[gosa.git] / plugins / admin / fai / faiNewBranch.tpl
1 <br>
2 <p class="seperator">
3 {t}Please enter a name for the branch. Names like 'scripts', 'hooks', 'partitions', 'variables', 'templates', 'fai' and aƶready existing names are not allowed.{/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>
10 <br>
11 <br>
12 </p>
13 <br>
14 <table summary="" style='width:100%'>
15  <tr>
16   <td style='width:49%'>
17    <table summary="">
18     <tr>
19      <td> 
20        <h1>{t}Enter FAI branch name.{/t}</h1>
21      </td>
22    </tr>
23    <tr>
24      <td>
25       {t}Branch name{/t}&nbsp;<input type="text"         name="BranchName" value="{$BranchName}" style="width:120px;">
26      </td>
27     </tr>
28    </table>
29    <br>
30    <br>
31   </td>
32  </tr>
33 </table>
34 <p class="seperator">&nbsp;</p>
36 <div align="right">
37         <p>
38                 <input type="submit" value="{t}Use{/t}"         name="UseBranchName">           
39                 <input type="submit" value="{t}Cancel{/t}"      name="CancelBranchName">                
40         </p>
41 </div>
50 <!-- Place cursor -->
51 <script language="JavaScript" type="text/javascript">
52         <!--
53         document.mainform.UseTextInputName.select();
54         document.mainform.UseTextInputName.focus();
55         -->
56 </script>