last bunch of i18n bug fixes

This commit is contained in:
Colin Kuskie 2006-01-15 04:01:38 +00:00
parent edfaa153b9
commit 441e6e1d4a
7 changed files with 9 additions and 9 deletions

View file

@ -104,7 +104,7 @@ sub getCookieJar {
#-------------------------------------------------------------------
sub getEditForm {
my $self = shift;
my $i18n = WebGUI::International->new($self->session,"Asset_IndexedSearch");
my $i18n = WebGUI::International->new($self->session,"Asset_HttpProxy");
my $tabform = $self->SUPER::getEditForm();
$tabform->getTab("display")->template(
-value=>$self->getValue('templateId'),