Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117755025
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/plugins/kolab_notes/skins/larry/templates/dialogview.html b/plugins/kolab_notes/skins/larry/templates/dialogview.html
index b42af928..03ec2224 100644
--- a/plugins/kolab_notes/skins/larry/templates/dialogview.html
+++ b/plugins/kolab_notes/skins/larry/templates/dialogview.html
@@ -1,69 +1,69 @@
<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
<body class="iframe notesview notesdialog noscroll">
<div id="notedetailsbox">
<div id="notesdialogheader" class="boxtitle">
<roundcube:object name="plugin.notetitle" id="notedetailstitle" class="notetitle" />
<div class="notebookselect" style="display:none">
<label for="notebook"><roundcube:label name="kolab_notes.savein" /></label>
<roundcube:object name="plugin.notebooks" id="kolab-notebook" type="select" />
</div>
</div>
<roundcube:object name="plugin.editform" id="noteform" class="noteform" />
<roundcube:object name="plugin.detailview" id="notedetails" class="notedetails scroller" />
<div id="notereferences">
<roundcube:object name="plugin.attachments_list" id="attachment-list" class="attachmentslist" />
</div>
</div>
<script type="text/javascript">
// UI startup
var UI = new rcube_mail_ui();
$(document).ready(function(e){
UI.init();
function layout_view()
{
var form = $('#noteform, #notedetails'),
content = $('#notecontent'),
header = $('#notesdialogheader'),
w, h;
form.css('top', header.outerHeight()+'px');
w = form.outerWidth();
h = form.outerHeight();
content.width(w).height(h);
$('#noteform > div.mce-tinymce').width(w);
h = h - 4 - $('div.mce-toolbar').height();
$('#notecontent_ifr').width(w).height(h);
// fixes issue when toolbar is not ready yet and content
// area height is set to 0, wait and try again later...
- if (h < 0)
+ if (h < 40)
setTimeout(function() { layout_view(); }, 100);
}
$(window).resize(function(e){
layout_view();
});
rcmail.addEventListener('kolab_notes_render', function(p){
$('#notesdialogheader .notebookselect')[p.readonly ? 'hide' : 'show']();
});
});
</script>
</body>
</html>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Apr 4, 7:36 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823043
Default Alt Text
(2 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline