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

@ -31,10 +31,10 @@ sub process {
$var{'user.isVisitor'} = ($session{user}{userId} eq "1");
$var{'customText'} = $param[1];
$var{'customText'} =~ s/%(.*?)%/_createURL($1)/ge;
$var{'hello.label'} = WebGUI::International::get(48);
$var{'hello.label'} = WebGUI::International::get(48,'Macro_L_loginToggle');
$var{'logout.url'} = WebGUI::URL::page("op=auth&method=logout");
$var{'account.display.url'} = WebGUI::URL::page('op=auth&method=displayAccount');
$var{'logout.label'} = WebGUI::International::get(49);
$var{'logout.label'} = WebGUI::International::get(49,'Macro_L_loginToggle');
my $boxSize = $param[0];
$boxSize = 12 unless ($boxSize);
if (index(lc($ENV{HTTP_USER_AGENT}),"msie") < 0) {