Update of
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/alias
In directory james.mmbase.org:/tmp/cvs-serv446
Modified Files:
Tag: b1_5
stacked.jsp
Log Message:
CMSC-1129 Stacked aliases view in Page Management don't have scroll bar while
it should
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/alias
See also: http://www.mmbase.org/jira/browse/CMSC-1129
Index: stacked.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/alias/stacked.jsp,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -b -r1.7.2.1 -r1.7.2.2
--- stacked.jsp 3 Nov 2008 07:50:02 -0000 1.7.2.1
+++ stacked.jsp 3 Nov 2008 10:51:55 -0000 1.7.2.2
@@ -12,23 +12,6 @@
refreshFrame('channels');
</script>
</c:if>
- <script language="javascript">
- window.onload = function () {
- var divBody = document.getElementById("mainBody");
- var divHeight = "450";
- if( typeof( window.innerHeight ) == 'number' ) {
- //Non-IE
- divHeight = window.innerHeight;
- } else if( document.documentElement &&
(document.documentElement.clientHeight ) ) {
- //IE 6+ in 'standards compliant mode'
- divHeight = document.documentElement.clientHeight;
- } else if( document.body && (document.body.clientHeight ) ) {
- //IE 4 compatible
- divHeight = document.body.clientHeight;
- }
- divBody.style["height"] = divHeight+"px";
- }
- </script>
</cmscedit:head>
<body>
@@ -53,7 +36,7 @@
</div>
</div>
<div class="editor">
- <div class="body" id="mainBody"
style="overflow-x:hidden;overflow-y:scroll">
+ <div class="body">
<br />
<mm:cloud>
<c:if test="${hasRights}">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs