diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2012-11-06 13:58:44 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2012-11-06 13:58:44 (GMT) |
commit | a5e723d3d7509edeb448e92505e96bed7e4f4efe (patch) | |
tree | c12afd54f7c0c554df942d1e711a6f07cfb841e8 | |
parent | bef8355aff97d1ccff72182b86b9548f88d29716 (diff) | |
download | roundcubemail-plugins-kolab-a5e723d3d7509edeb448e92505e96bed7e4f4efe.tar.gz |
Fix contentframe handling regresion
-rw-r--r-- | plugins/kolab_activesync/skins/classic/templates/config.html | 2 | ||||
-rw-r--r-- | plugins/kolab_activesync/skins/larry/templates/config.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kolab_activesync/skins/classic/templates/config.html b/plugins/kolab_activesync/skins/classic/templates/config.html index aea9f78..5d2bd5e 100644 --- a/plugins/kolab_activesync/skins/classic/templates/config.html +++ b/plugins/kolab_activesync/skins/classic/templates/config.html @@ -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> diff --git a/plugins/kolab_activesync/skins/larry/templates/config.html b/plugins/kolab_activesync/skins/larry/templates/config.html index 88d42bc..f025881 100644 --- a/plugins/kolab_activesync/skins/larry/templates/config.html +++ b/plugins/kolab_activesync/skins/larry/templates/config.html @@ -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> |