From 51e61e8f4c77b68731826dbc0550c18bf11ae439 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 May 2006 06:20:46 +0000 Subject: [PATCH] Renamed iframe dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3306 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/departments/class_departmentGeneric.inc | 4 ++-- .../admin/departments/{recursive_move.tpl => dep_iframe.tpl} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/admin/departments/{recursive_move.tpl => dep_iframe.tpl} (100%) 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/recursive_move.tpl b/plugins/admin/departments/dep_iframe.tpl similarity index 100% rename from plugins/admin/departments/recursive_move.tpl rename to plugins/admin/departments/dep_iframe.tpl -- 2.30.2