XHTML bugfixes

This commit is contained in:
Wouter van Oijen 2005-09-21 21:57:01 +00:00
parent 439e40dadf
commit 8243d36d3b
7 changed files with 11 additions and 7 deletions

View file

@ -207,7 +207,7 @@ sub getEditForm {
if ($nr < 5 and ($self->get("dbQuery".($nr+1)) eq "" || ($self->get("dbQuery".($nr)) eq "" and $self->get("dbQuery".($nr+1)) ne ""))) {
$tabform->getTab("properties")->button(
-value=>WebGUI::International::get('Add another query',"Asset_SQLReport"),
-extras=>'onClick="toggleQuery(\''.($nr+1).'\'); this.style.display=\'none\';"',
-extras=>'onclick="toggleQuery(\''.($nr+1).'\'); this.style.display=\'none\';"',
-noWait=>1
);
}