[Libreoffice-commits] online.git: loleaflet/dist

Andras Timar andras.timar at collabora.com
Mon May 23 08:42:34 UTC 2016


 loleaflet/dist/toolbar/toolbar.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 624823f721ebcfad3b01811585eb9cfd6022b685
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon May 23 10:42:10 2016 +0200

    loleaflet: Set font for Search label and enable l10n

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 84f7af5..aae6ce1 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -116,8 +116,8 @@ $(function () {
 		name: 'toolbar-down',
 		items: [
 			{ type: 'html',  id: 'search',
-				html: '<div style="padding: 3px 10px;">'+
-					  ' Search:'+
+				html: '<div style="padding: 3px 10px;" class="loleaflet-font">'+
+					  ' ' + _("Search:") +
 					  '    <input size="10" id="search-input" onkeypress="onSearch(event)"' +
 					  			'style="padding: 3px; border-radius: 2px; border: 1px solid silver"/>'+
 					  '</div>'


More information about the Libreoffice-commits mailing list