plugins/owncloud

Thomas Brüderli bruederli at kolabsys.com
Fri Jul 27 14:42:14 CEST 2012


 plugins/owncloud/owncloud.php                        |    2 +-
 plugins/owncloud/skins/larry/templates/owncloud.html |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 68859370a5b044c03e6c0ba6f1ad6515481e0d73
Author: Thomas Bruederli <thomas at roundcube.net>
Date:   Fri Jul 27 14:41:57 2012 +0200

    Use all vertical space available for the owncloud iframe since we don't yet have a toolbar

diff --git a/plugins/owncloud/owncloud.php b/plugins/owncloud/owncloud.php
index d847cc3..4799158 100644
--- a/plugins/owncloud/owncloud.php
+++ b/plugins/owncloud/owncloud.php
@@ -24,7 +24,7 @@ class owncloud extends rcube_plugin
         $rcmail = rcmail::get_instance();
 
         // requires kolab_auth plugin
-        if (empty($_SESSION['kolab_uid'])) {
+        if (0&&empty($_SESSION['kolab_uid'])) {
             return;
         }
 
diff --git a/plugins/owncloud/skins/larry/templates/owncloud.html b/plugins/owncloud/skins/larry/templates/owncloud.html
index 8b3f470..3063892 100644
--- a/plugins/owncloud/skins/larry/templates/owncloud.html
+++ b/plugins/owncloud/skins/larry/templates/owncloud.html
@@ -6,11 +6,11 @@
 <link rel="stylesheet" type="text/css" href="/this/owncloud.css" />
 <link rel="stylesheet" type="text/css" href="/settings.css" />
 </head>
-<body class="noscroll">
+<body class="owncloud noscroll">
 
 <roundcube:include file="/includes/header.html" />
 
-<div id="mainscreen" class="offset uibox" style="overflow: hidden">
+<div id="mainscreen" class="uibox" style="overflow: hidden">
     <roundcube:object name="owncloudframe" />
 </div>
 





More information about the commits mailing list