fixed broken i18n labels. labels cannot contain .
This commit is contained in:
parent
1b70df1643
commit
97f2475d8e
2 changed files with 9 additions and 9 deletions
|
|
@ -274,7 +274,7 @@ order by department, lastName, firstName";
|
||||||
sub www_edit {
|
sub www_edit {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return WebGUI::Privilege::insufficient() unless $self->canEdit;
|
return WebGUI::Privilege::insufficient() unless $self->canEdit;
|
||||||
return $self->getAdminConsole->render($self->getEditForm->print,WebGUI::International::get("Edit In/Out Board","Asset_InOutBoard"));
|
return $self->getAdminConsole->render($self->getEditForm->print,WebGUI::International::get("18","Asset_InOutBoard"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
@ -489,11 +489,11 @@ order by department, lastName, firstName, InOutBoard_statusLog.dateStamp";
|
||||||
}
|
}
|
||||||
$var{rows_loop} = \@rows;
|
$var{rows_loop} = \@rows;
|
||||||
$var{'paginateBar'} = $p->getBarTraditional();
|
$var{'paginateBar'} = $p->getBarTraditional();
|
||||||
$var{'username.label'} = WebGUI::International::get('username.label','Asset_InOutBoard');
|
$var{'username.label'} = WebGUI::International::get('username label','Asset_InOutBoard');
|
||||||
$var{'status.label'} = WebGUI::International::get(5,'Asset_InOutBoard');
|
$var{'status.label'} = WebGUI::International::get(5,'Asset_InOutBoard');
|
||||||
$var{'date.label'} = WebGUI::International::get('date.label','Asset_InOutBoard');
|
$var{'date.label'} = WebGUI::International::get('date label','Asset_InOutBoard');
|
||||||
$var{'message.label'} = WebGUI::International::get('message.label','Asset_InOutBoard');
|
$var{'message.label'} = WebGUI::International::get('message label','Asset_InOutBoard');
|
||||||
$var{'updatedBy.label'} = WebGUI::International::get('updatedBy.label','Asset_InOutBoard');
|
$var{'updatedBy.label'} = WebGUI::International::get('updatedBy label','Asset_InOutBoard');
|
||||||
$p->appendTemplateVars(\%var);
|
$p->appendTemplateVars(\%var);
|
||||||
}
|
}
|
||||||
else { $var{showReport} = 0; }
|
else { $var{showReport} = 0; }
|
||||||
|
|
|
||||||
|
|
@ -194,22 +194,22 @@ A variable that returns the HTML necessary to create a Traditional Pagination Ba
|
||||||
lastUpdated =>1091624565
|
lastUpdated =>1091624565
|
||||||
},
|
},
|
||||||
|
|
||||||
'username.label' => {
|
'username label' => {
|
||||||
message => q|Username|,
|
message => q|Username|,
|
||||||
lastUpdated =>1123199740
|
lastUpdated =>1123199740
|
||||||
},
|
},
|
||||||
|
|
||||||
'date.label' => {
|
'date label' => {
|
||||||
message => q|Date|,
|
message => q|Date|,
|
||||||
lastUpdated =>1123199740
|
lastUpdated =>1123199740
|
||||||
},
|
},
|
||||||
|
|
||||||
'message.label' => {
|
'message label' => {
|
||||||
message => q|Message|,
|
message => q|Message|,
|
||||||
lastUpdated =>1123199740
|
lastUpdated =>1123199740
|
||||||
},
|
},
|
||||||
|
|
||||||
'updatedBy.label' => {
|
'updatedBy label' => {
|
||||||
message => q|Updated By|,
|
message => q|Updated By|,
|
||||||
lastUpdated =>1123199740
|
lastUpdated =>1123199740
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue