mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
- Fixed the "modify" screen to have the "wizard look (thin green border)
SVN:code[136]
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user