From f4bbed115d51f064d25331a4b81511ba575e21df Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Tue, 17 Nov 2015 13:50:59 +0100 Subject: [PATCH] OO-1779: add scrollbar to the open window command --- .../java/org/olat/course/nodes/basiclti/_content/runPopup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/olat/course/nodes/basiclti/_content/runPopup.html b/src/main/java/org/olat/course/nodes/basiclti/_content/runPopup.html index f9447863ac2..eed8ae1f8af 100644 --- a/src/main/java/org/olat/course/nodes/basiclti/_content/runPopup.html +++ b/src/main/java/org/olat/course/nodes/basiclti/_content/runPopup.html @@ -1,7 +1,7 @@ <div class="o_iframedisplay"> <script type="text/javascript"> /* <![CDATA[ */ - window.open("${mapperUri}?$r.uuid", "_win_$sourcedId", "status=1,toolbar=1,location=1,menubar=1,resizable=1#if($width!='auto'),width=${width}#end #if($height!='auto'),height=${height}#{end}"); + window.open("${mapperUri}?$r.uuid", "_win_$sourcedId", "status=1,toolbar=1,location=1,menubar=1,resizable=1,scrollbars=yes#if($width!='auto'),width=${width}#end #if($height!='auto'),height=${height}#{end}"); /* ]]> */ </script> </div> -- GitLab