Explorar el Código

Fixed bug #624: corrupted display of the log when updating from the portal.
Also fixed a bit the portal's stylesheet and prevent calling OnFormCancel on a true submit !!

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2470 a333f486-631f-4898-b8df-5754b55c2be0

dflaven hace 12 años
padre
commit
85da4b6a75
Se han modificado 2 ficheros con 2 adiciones y 10 borrados
  1. 1 0
      portal/index.php
  2. 1 10
      portal/portal.css

+ 1 - 0
portal/index.php

@@ -791,6 +791,7 @@ try
 				try
 				{
 					$oP->DoUpdateObjectFromPostedForm($oObj, $aAttList);
+					$oObj->Reload(); // Make sure the object is in good shape to be displayed
 				}
 				catch(TransactionException $e)
 				{

+ 1 - 10
portal/portal.css

@@ -20,16 +20,6 @@ html, body {
 }
 div#portal #welcome {
 	display: none;
-	background: url("./images/dockbar_bg.png") repeat-x scroll 0 0 #97A1AE;
-	border-bottom: 1px solid #636364;
-	font-size: 13px;
-	padding: 1px 5px;
-	position: relative;
-	z-index: 300;
-	text-align:right;
-	color: #2C2F34;
-	font-weight: bold;
-	text-shadow: 1px 1px #FFFFFF;
 }
 div#portal #banner {
 	background-color: #F6F6F1;
@@ -61,6 +51,7 @@ div#menu {
 	right: 0;
 	top: 0;
 	width: auto;
+	overflow: hidden;
 }
 
 #portal_menu {