Code

Some branch adds
[gosa.git] / plugins / admin / fai / faiNewBranch.tpl
diff --git a/plugins/admin/fai/faiNewBranch.tpl b/plugins/admin/fai/faiNewBranch.tpl
new file mode 100755 (executable)
index 0000000..e3ec480
--- /dev/null
@@ -0,0 +1,61 @@
+<br>
+<p class="seperator">
+{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}
+<br>
+<br>
+</p>
+<p class="seperator">
+<br>
+<b>{t}Please enter a name for the branch.{/t}</b>
+<br>
+<br>
+</p>
+<br>
+<table summary="" style='width:100%'>
+ <tr>
+  <td style='width:49%'>
+   <table summary="">
+    <tr>
+     <td> 
+       <h1>{t}Enter FAI branch name.{/t}</h1>
+     </td>
+   </tr>
+   <tr>
+     <td>
+      {t}Branch name{/t}&nbsp;<input type="text"        name="BranchName" value="" style="width:120px;">
+     </td>
+    </tr>
+   </table>
+   <br>
+   <br>
+  </td>
+ </tr>
+</table>
+<p class="seperator">&nbsp;</p>
+
+<div align="right">
+       <p>
+               <input type="submit" value="{t}Use{/t}"         name="UseBranchName">           
+               <input type="submit" value="{t}Cancel{/t}"      name="CancelBranchName">                
+       </p>
+</div>
+
+
+
+
+
+
+
+
+<!-- Place cursor -->
+<script language="JavaScript" type="text/javascript">
+       <!--
+       document.mainform.UseTextInputName.select();
+       document.mainform.UseTextInputName.focus();
+       -->
+</script>
+
+
+
+
+