internationalize, edit add/edit, document template variables
This commit is contained in:
parent
91d950e5f7
commit
98231e1734
3 changed files with 43 additions and 8 deletions
|
|
@ -338,7 +338,7 @@ sub view {
|
|||
my %var = (
|
||||
isShortcut => 1,
|
||||
'shortcut.content' => $content,
|
||||
'shortcut.label' => 'Shortcut',
|
||||
'shortcut.label' => WebGUI::International::get('3',"Shortcut");
|
||||
originalURL => $self->getShortcut->getUrl
|
||||
);
|
||||
return $self->processTemplate(\%var,$self->getValue("templateId"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue