[Libreoffice-commits] online.git: loleaflet/dist
Henry Castro
hcastro at collabora.com
Tue Oct 3 23:57:42 UTC 2017
loleaflet/dist/toolbar/toolbar.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 9677b1eae0dc643164f14326c1c0b240c1f442c5
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Oct 3 19:54:16 2017 -0400
loleaflet: change position of the language status bar item
Change-Id: If5f7ad59e3ef4694313c086ad473af0cc377ea9c
diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 1c7b86e5..71646f5f 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -676,9 +676,6 @@ $(function () {
{type: 'button', id: 'cancelsearch', img: 'cancel', hint: _('Cancel the search'), hidden: true},
{type: 'html', id: 'left'},
{type: 'html', id: 'right'},
- {type: 'html', id: 'LanguageStatus',
- html: '<div id="LanguageStatus" class="loleaflet-font" title="'+_('Text Language')+ '" style="padding: 5px 5px;">  </div>' },
- {type: 'break', id: 'languagestatusbreak'},
{type: 'html', id: 'modifiedstatuslabel', html: '<div id="modifiedstatuslabel" class="loleaflet-font"></div>'},
{type: 'break', id: 'modifiedstatuslabelbreak'},
{type: 'drop', id: 'userlist', text: _('No users'), html: '<div id="userlist_container"><table id="userlist_table"><tbody></tbody></table>' +
@@ -1056,6 +1053,9 @@ map.on('doclayerinit', function () {
{type: 'break', id:'break6'},
{type: 'html', id: 'SelectionMode',
html: '<div id="StatusSelectionMode" class="loleaflet-font" title="'+_('Selection Mode')+ '" style="padding: 5px 5px;">  </div>' },
+ {type: 'break', id:'break7'},
+ {type: 'html', id: 'LanguageStatus',
+ html: '<div id="LanguageStatus" class="loleaflet-font" title="'+_('Text Language')+ '" style="padding: 5px 5px;">  </div>' }
]);
// Remove irrelevant toolbars
More information about the Libreoffice-commits
mailing list