Use all vertical space available for the owncloud iframe since we don't yet have a toolbar
This commit is contained in:
parent
5ccca682a8
commit
68859370a5
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ class owncloud extends rcube_plugin
|
||||||
$rcmail = rcmail::get_instance();
|
$rcmail = rcmail::get_instance();
|
||||||
|
|
||||||
// requires kolab_auth plugin
|
// requires kolab_auth plugin
|
||||||
if (empty($_SESSION['kolab_uid'])) {
|
if (0&&empty($_SESSION['kolab_uid'])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<link rel="stylesheet" type="text/css" href="/this/owncloud.css" />
|
<link rel="stylesheet" type="text/css" href="/this/owncloud.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="/settings.css" />
|
<link rel="stylesheet" type="text/css" href="/settings.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="noscroll">
|
<body class="owncloud noscroll">
|
||||||
|
|
||||||
<roundcube:include file="/includes/header.html" />
|
<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" />
|
<roundcube:object name="owncloudframe" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue