internationalize, edit add/edit, document template variables

This commit is contained in:
Colin Kuskie 2005-02-27 17:27:58 +00:00
parent 91d950e5f7
commit 98231e1734
3 changed files with 43 additions and 8 deletions

View file

@ -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"));