diff --git a/js/office.js b/js/office.js index bc1b37b3..149ad71b 100644 --- a/js/office.js +++ b/js/office.js @@ -31,34 +31,34 @@ var officeMain = { $('.documentslist, #emptyfolder, #editing-sessions').fadeOut('slow').promise().done(function() { // odf action toolbar var odfToolbarHtml = - '
' - + '' - + '' - + '' - + '
'; + '
' + + ' ' + + ' ' + + ' ' + + '
'; $('#controls').append(odfToolbarHtml); $('#office-content').addClass('wide'); var memberId, odfelement, odfcanvas, canvashtml = - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
'; + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
'; $(document.body).addClass("claro"); $('.documentslist, #emptyfolder').after(canvashtml); // in case we are on the public sharing page we shall display the odf into the preview tag