plugins/kolab_activesync

Aleksander Machniak machniak at kolabsys.com
Tue Nov 6 14:59:06 CET 2012


 plugins/kolab_activesync/skins/classic/templates/config.html |    2 +-
 plugins/kolab_activesync/skins/larry/templates/config.html   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a5e723d3d7509edeb448e92505e96bed7e4f4efe
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Nov 6 14:58:44 2012 +0100

    Fix contentframe handling regresion

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>





More information about the commits mailing list