moved international labels into per Macro files

This commit is contained in:
Colin Kuskie 2005-04-06 03:43:20 +00:00
parent 5d7046af8f
commit 001d63f703
8 changed files with 17 additions and 17 deletions

View file

@ -36,7 +36,7 @@ sub process {
if ($param[0] ne "") {
$var{'printable.text'} = $param[0];
} else {
$var{'printable.text'} = WebGUI::International::get(53);
$var{'printable.text'} = WebGUI::International::get(53,'Macro_r_printable');
}
if ($param[2]) {
$temp = WebGUI::Asset::Template->newByUrl($param[2])->process(\%var);