Update of
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/site
In directory james.mmbase.org:/tmp/cvs-serv16078
Modified Files:
Tag: b1_5
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.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- portaledit.css 4 Jul 2008 12:37:05 -0000 1.7
+++ portaledit.css 27 Sep 2008 05:51:25 -0000 1.7.2.1
@@ -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.9.2.1
diff -u -b -r1.9 -r1.9.2.1
--- portletediting.js.jsp 5 Sep 2008 15:03:24 -0000 1.9
+++ portletediting.js.jsp 27 Sep 2008 05:51:25 -0000 1.9.2.1
@@ -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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs