Code

Renamed iframe dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 May 2006 06:20:46 +0000 (06:20 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 May 2006 06:20:46 +0000 (06:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3306 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/departments/class_departmentGeneric.inc
plugins/admin/departments/dep_iframe.tpl [new file with mode: 0644]
plugins/admin/departments/recursive_move.tpl [deleted file]

index c707e74227317cdfebd5b4e28f23eaabb9ec8ec9..0f107a7726afbadd8a459172f429072a8e61d824 100644 (file)
@@ -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 (file)
index 0000000..81ea936
--- /dev/null
@@ -0,0 +1,22 @@
+<h2>{t}Processing the requested operation{/t}</h2>
+{$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}
+<br>
+<br>
+<div style="margin:3px;background-color:white; border:1px solid #A0A0A0">
+<iframe src="{$src}" style="width:100%;height:450px;background-color:#FFFFFF;" name="status">
+       <p>{t}Your browser doesn't support iframes, please use this link to perform the requested operation.{/t}
+       <br>
+       <a href="{$src}">{$src}</a>
+       </p>
+</iframe>
+</div>
+
+<!--
+<p class="seperator">&nbsp;</p>
+<div style="text-align:right;">
+       <p>
+               <input type="submit" name="back" value="{t}Back{/t}">
+       </p>
+</div>
+-->
diff --git a/plugins/admin/departments/recursive_move.tpl b/plugins/admin/departments/recursive_move.tpl
deleted file mode 100644 (file)
index 81ea936..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<h2>{t}Processing the requested operation{/t}</h2>
-{$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}
-<br>
-<br>
-<div style="margin:3px;background-color:white; border:1px solid #A0A0A0">
-<iframe src="{$src}" style="width:100%;height:450px;background-color:#FFFFFF;" name="status">
-       <p>{t}Your browser doesn't support iframes, please use this link to perform the requested operation.{/t}
-       <br>
-       <a href="{$src}">{$src}</a>
-       </p>
-</iframe>
-</div>
-
-<!--
-<p class="seperator">&nbsp;</p>
-<div style="text-align:right;">
-       <p>
-               <input type="submit" name="back" value="{t}Back{/t}">
-       </p>
-</div>
--->