moved international labels into per Macro files
This commit is contained in:
parent
5d7046af8f
commit
001d63f703
8 changed files with 17 additions and 17 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue