summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1824b50)
raw | patch | inline | side by side (parent: 1824b50)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 May 2006 06:20:46 +0000 (06:20 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/admin/departments/dep_iframe.tpl | [new file with mode: 0644] | patch | blob |
plugins/admin/departments/recursive_move.tpl | [deleted file] | patch | blob | history |
diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc
index c707e74227317cdfebd5b4e28f23eaabb9ec8ec9..0f107a7726afbadd8a459172f429072a8e61d824 100644 (file)
$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);
}
$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
--- /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"> </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
+++ /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"> </p>
-<div style="text-align:right;">
- <p>
- <input type="submit" name="back" value="{t}Back{/t}">
- </p>
-</div>
--->