XHTML bugfixes
This commit is contained in:
parent
439e40dadf
commit
8243d36d3b
7 changed files with 11 additions and 7 deletions
|
|
@ -207,7 +207,7 @@ sub new {
|
|||
}
|
||||
my $cancel = WebGUI::Form::button({
|
||||
value=>WebGUI::International::get('cancel'),
|
||||
extras=>q|onClick="location.href='|.$cancelUrl.q|'"|
|
||||
extras=>q|onclick="location.href='|.$cancelUrl.q|'"|
|
||||
});
|
||||
bless { _uiLevelOverride=>$uiLevelOverride, _cancel=>$cancel, _submit=>WebGUI::Form::submit(), _form=>WebGUI::Form::formHeader(), _hidden=>"", _tab=>\%tabs, _css=>$css }, $class;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue