Sfoglia il codice sorgente

- 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 anni fa
parent
commit
db5d814e21
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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
 			{