Fix contentframe handling regresion

This commit is contained in:
Aleksander Machniak 2012-11-06 14:58:44 +01:00
parent bef8355aff
commit a5e723d3d7
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>