Fixed template editing and added action2 support to template editor.
This commit is contained in:
parent
fa570cd7bb
commit
929056065f
2 changed files with 19 additions and 9 deletions
|
|
@ -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").'">'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue