Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
In directory james.mmbase.org:/tmp/cvs-serv16117

Modified Files:
        portaledit.css portletediting.js.jsp 
Log Message:
CMSC-1072,The portal edit pull down stays down in 1.5


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
See also: http://www.mmbase.org/jira/browse/CMSC-1072


Index: portaledit.css
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/portaledit.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- portaledit.css      4 Jul 2008 12:37:05 -0000       1.7
+++ portaledit.css      27 Sep 2008 05:52:50 -0000      1.8
@@ -101,6 +101,7 @@
 
 .portlet-info {
        padding-left:5px;
+   display:none; 
 }
 
 span.handle


Index: portletediting.js.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site/portletediting.js.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- portletediting.js.jsp       5 Sep 2008 15:03:24 -0000       1.9
+++ portletediting.js.jsp       27 Sep 2008 05:52:50 -0000      1.10
@@ -156,9 +156,11 @@
 }
 
 function showInfo(id) {
+   document.getElementById('portlet-info-'+id).style.display = 'block';
        document.getElementById('portlet-mode-'+id).style.zIndex = 2001;
 } 
 
 function hideInfo(id) {
+   document.getElementById('portlet-info-'+id).style.display = 'none';
        document.getElementById('portlet-mode-'+id).style.zIndex = 2000;
 }
\ No newline at end of file
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to