Fixed template editing and added action2 support to template editor.

This commit is contained in:
JT Smith 2002-10-17 04:01:17 +00:00
parent fa570cd7bb
commit 929056065f
2 changed files with 19 additions and 9 deletions

View file

@ -1437,7 +1437,8 @@ sub template {
rearrange([name, value, label, namespace, afterEdit, extras, uiLevel], @p);
if (_uiLevelChecksOut($uiLevel)) {
if ($afterEdit) {
$subtext = '<a href="'.WebGUI::URL::page("op=editTemplate&tid=".$value."&afterEdit="
$subtext = '<a href="'.WebGUI::URL::page("op=editTemplate&tid=".$value."&namespace=".$namespace
."&afterEdit="
.WebGUI::URL::escape($afterEdit)).'">'.WebGUI::International::get(741).'</a> / ';
}
$subtext .= '<a href="'.WebGUI::URL::page("op=listTemplates&namespace=$namespace").'">'