FCLT#30614 iFrame van bovenste widget valt nu niet meer over de titel een widget eronder

svn path=/Website/trunk/; revision=41108
This commit is contained in:
2019-02-21 16:34:46 +00:00
parent deace0a482
commit c50bdab121

View File

@@ -21,7 +21,7 @@ function createWidget(p_divid, p_title, p_height, p_width, p_url, p_refreshtime)
%><div class="widget" id="<%=p_divid%>" style="width:<%=p_width%>%;height:<%=p_height%>px;float:left">
<div class="widgettitle"><%=p_title%></div>
<iframe src="<%=p_url%>" id="<%=p_divid%>frame" name="<%=p_divid%>frame" refresher="<%=p_refreshtime%>"
height="100%" width="100%" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"
height="<%=(p_height-20)%>px" width="100%" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"
<%=(!p_height?'onload="FcltMgr.iframeLoaded(this)"':"")%>
>
</iframe>