Преглед изворни кода

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@136 a333f486-631f-4898-b8df-5754b55c2be0
dflaven пре 15 година
родитељ
комит
db5d814e21
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      pages/UI.php

+ 0 - 2
pages/UI.php

@@ -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
 			{