integrate webodf toolbar with oc toolbar
This commit is contained in:
parent
d13a729c67
commit
0307d4bb0c
@ -31,14 +31,13 @@ var officeMain = {
|
|||||||
// fade out files menu and add odf menu
|
// fade out files menu and add odf menu
|
||||||
$('.documentslist').fadeOut('slow').promise().done(function() {
|
$('.documentslist').fadeOut('slow').promise().done(function() {
|
||||||
// odf action toolbar
|
// odf action toolbar
|
||||||
/*
|
|
||||||
var odfToolbarHtml =
|
var odfToolbarHtml =
|
||||||
'<div id="odf-toolbar">' +
|
'<div id="odf-toolbar">' +
|
||||||
'<button id="odf_close">' + t('files_odfviewer', 'Close') +
|
'<button style="float:left" id="odf_close">' + t('files_odfviewer', 'Close') + '</button>' +
|
||||||
'</button></div>';
|
'<span id="toolbar" class="claro"></span>' +
|
||||||
|
'</div>';
|
||||||
$('#controls').append(odfToolbarHtml);
|
$('#controls').append(odfToolbarHtml);
|
||||||
*/
|
//$('#controls').append('<span id="toolbar" class="claro"></span>');
|
||||||
$('#controls').append('<span id="toolbar" class="claro"></span>');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// fade out file list and show WebODF canvas
|
// fade out file list and show WebODF canvas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user