Code

Reimplemented automatic scrolling
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 08:21:49 +0000 (08:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 08:21:49 +0000 (08:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17380 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/faiNewBranch.tpl

index d8e46752146ff9355ada24a47e20c44b0b6defb4..59228a5207f058eeff8683ca049e43385b0b98ea 100644 (file)
@@ -3,26 +3,20 @@
 <br>
 <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>
+</p>
+<p>
 {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">
-<br>
+<hr>
 <b>{t}Please enter a name for the branch{/t}</b> &nbsp;
 <input type="text" id="BranchName" name="BranchName" value="{$BranchName}" style="width:120px;">
-<br>
-<br>
-</p>
-
-<div align="right">
-       <p>
-               <button type='submit' name='UseBranchName'>{msgPool type=applyButton}</button>          
-
-               <button type='submit' name='CancelBranchName'>{msgPool type=cancelButton}</button>              
+<hr>
 
-       </p>
+<div class="plugin-actions">
+  <button type='submit' name='UseBranchName'>{msgPool type=applyButton}</button>               
+  <button type='submit' name='CancelBranchName'>{msgPool type=cancelButton}</button>           
 </div>
 
 <!-- Place cursor -->