more form fixes

This commit is contained in:
Colin Kuskie 2006-01-15 17:26:36 +00:00
parent 65823b1f53
commit 5705131fcf
4 changed files with 9 additions and 3 deletions

View file

@ -101,6 +101,7 @@ sub toHtml {
$self->get("options")->{_new_} = $i18n->get(581).'->';
return $self->SUPER::toHtml
.WebGUI::Form::Text->new(
$self->session,
size=>$self->session->setting->get("textBoxSize")-5,
name=>$self->get("name")."_new",
id=>$self->get('id')."_new"