From: hickert Date: Wed, 15 Mar 2006 09:35:34 +0000 (+0000) Subject: Added back button to fai branch/freeze status page. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88d36e51ab3be87520f88fcb83122342c1cba832;p=gosa.git Added back button to fai branch/freeze status page. This button will only be visible if the operation is complete git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2844 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/fai/class_faiManagement.inc b/plugins/admin/fai/class_faiManagement.inc index 3a03dfecf..64f68a7e0 100644 --- a/plugins/admin/fai/class_faiManagement.inc +++ b/plugins/admin/fai/class_faiManagement.inc @@ -425,6 +425,10 @@ class faiManagement extends plugin $ldap->cd ($this->config->current['BASE']); $ldap->copy_FAI_resource_recursive($baseToUse,"ou=".$name.",".$baseToUse,$type,true); + echo "
+ +
"; + $this->dispNewFreeze = false; /* Postcreate */ diff --git a/plugins/admin/fai/faiNewBranch.tpl b/plugins/admin/fai/faiNewBranch.tpl index 4c42c9e84..de54b285c 100755 --- a/plugins/admin/fai/faiNewBranch.tpl +++ b/plugins/admin/fai/faiNewBranch.tpl @@ -31,7 +31,11 @@ {else}

{t}Processing requested operation, the status of this operation will be displayed in an iframe below.{/t}

- +{t}As soon as the operation has finished, you can scroll down to end of the page and press the 'Back' button to return to the fai management dialog.{/t} +
+
+

 

+
+ {/if}