From: hickert Date: Fri, 12 May 2006 06:20:46 +0000 (+0000) Subject: Renamed iframe dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=51e61e8f4c77b68731826dbc0550c18bf11ae439;p=gosa.git Renamed iframe dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3306 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc index c707e7422..0f107a772 100644 --- a/plugins/admin/departments/class_departmentGeneric.inc +++ b/plugins/admin/departments/class_departmentGeneric.inc @@ -346,7 +346,7 @@ class department extends plugin $smarty = get_smarty(); $smarty->assign("src","?plug=".$_GET['plug']."&PerformRecMove"); $smarty->assign("message","As soon as the move operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the department management dialog."); - $display= $smarty->fetch(get_template_path("recursive_move.tpl",TRUE)); + $display= $smarty->fetch(get_template_path("dep_iframe.tpl",TRUE)); return($display); } @@ -355,7 +355,7 @@ class department extends plugin $smarty = get_smarty(); $smarty->assign("src","?plug=".$_GET['plug']."&TagDepartment"); $smarty->assign("message","As soon as the tag operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the department management dialog."); - $display= $smarty->fetch(get_template_path("recursive_move.tpl",TRUE)); + $display= $smarty->fetch(get_template_path("dep_iframe.tpl",TRUE)); return($display); } diff --git a/plugins/admin/departments/dep_iframe.tpl b/plugins/admin/departments/dep_iframe.tpl new file mode 100644 index 000000000..81ea9369d --- /dev/null +++ b/plugins/admin/departments/dep_iframe.tpl @@ -0,0 +1,22 @@ +

{t}Processing the requested operation{/t}

+{$message} +{t}As soon as the move operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the department management dialog.{/t} +
+
+
+ +
+ + diff --git a/plugins/admin/departments/recursive_move.tpl b/plugins/admin/departments/recursive_move.tpl deleted file mode 100644 index 81ea9369d..000000000 --- a/plugins/admin/departments/recursive_move.tpl +++ /dev/null @@ -1,22 +0,0 @@ -

{t}Processing the requested operation{/t}

-{$message} -{t}As soon as the move operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the department management dialog.{/t} -
-
-
- -
- -