- Fixed the "modify" screen to have the "wizard look (thin green border)

SVN:code[136]
This commit is contained in:
Denis Flaven
2009-09-10 15:33:31 +00:00
parent 8094e3083e
commit 8f2ea080d9

View File

@@ -243,11 +243,9 @@ switch($operation)
$oP->add("<h1>Modification of $sClassLabel: <span class=\"hilite\">".$oObj->GetName()."</span></h1>\n");
$oP->add("</div>\n");
$oP->add("<div class=\"wizHeader\">\n");
$oP->add("<div class=\"wizContainer\">\n");
$oObj->DisplayModifyForm($oP);
$oP->add("</div>\n");
$oP->add("</div>\n");
}
else
{