Fix contentframe handling regresion
This commit is contained in:
parent
bef8355aff
commit
a5e723d3d7
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
</script>
|
||||
|
||||
<div id="prefs-box">
|
||||
<roundcube:frame name="activesyncframe" id="activesync-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
|
||||
<roundcube:frame contentframe="activesync-frame" id="activesync-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<div id="prefs-box" class="uibox contentbox">
|
||||
<div class="iframebox">
|
||||
<roundcube:frame name="activesyncframe" id="activesync-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
|
||||
<roundcube:frame contentframe="activesync-frame" id="activesync-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
<roundcube:object name="message" id="message" class="statusbar" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue