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> </script>
<div id="prefs-box"> <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>
</div> </div>

View file

@ -26,7 +26,7 @@
<div id="prefs-box" class="uibox contentbox"> <div id="prefs-box" class="uibox contentbox">
<div class="iframebox"> <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> </div>
<roundcube:object name="message" id="message" class="statusbar" /> <roundcube:object name="message" id="message" class="statusbar" />
</div> </div>