Commit 1c46c17a authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Правка интерфейса под переводы.

parent 0f729816
...@@ -471,7 +471,7 @@ define([ ...@@ -471,7 +471,7 @@ define([
var t = this, _options = {}; var t = this, _options = {};
_.extend(_options, { _.extend(_options, {
width : 423, width : 448,
height : 265, height : 265,
contentWidth : 400, contentWidth : 400,
header : false, header : false,
...@@ -498,7 +498,7 @@ define([ ...@@ -498,7 +498,7 @@ define([
'</div>', '</div>',
'</div>', '</div>',
'<div class="separator"/>', '<div class="separator"/>',
'<div class="menu-panel" style="width: 170px;">', '<div class="menu-panel" style="width: 195px;">',
'<div id="menu-container-filters" style=""><div class="dropdown-toggle" data-toggle="dropdown"></div></div>', '<div id="menu-container-filters" style=""><div class="dropdown-toggle" data-toggle="dropdown"></div></div>',
'</div>', '</div>',
'</div>' '</div>'
......
...@@ -64,7 +64,7 @@ define([ 'text!spreadsheeteditor/main/app/template/PrintSettings.template', ...@@ -64,7 +64,7 @@ define([ 'text!spreadsheeteditor/main/app/template/PrintSettings.template',
'<div style="height: 52px; line-height: 66px;" class="div-category">' + this.textSettings + '</div>', '<div style="height: 52px; line-height: 66px;" class="div-category">' + this.textSettings + '</div>',
'<div style="height: 38px; line-height: 38px;" class="div-category">' + this.textPageSize + '</div>', '<div style="height: 38px; line-height: 38px;" class="div-category">' + this.textPageSize + '</div>',
'<div style="height: 38px; line-height: 38px;" class="div-category">' + this.textPageOrientation + '</div>', '<div style="height: 38px; line-height: 38px;" class="div-category">' + this.textPageOrientation + '</div>',
'<div style="height: 38px; line-height: 38px;" class="div-category">' + this.textScaling + '</div>', '<div style="height: 38px; line-height: 38px;" class="div-category">' + this.textPageScaling + '</div>',
'<div style="height: 108px; line-height: 33px;" class="div-category">' + this.strMargins + '</div>', '<div style="height: 108px; line-height: 33px;" class="div-category">' + this.strMargins + '</div>',
'<div style="height: 58px; line-height: 40px;" class="div-category">' + this.strPrint + '</div>', '<div style="height: 58px; line-height: 40px;" class="div-category">' + this.strPrint + '</div>',
'</div>', '</div>',
...@@ -300,7 +300,7 @@ define([ 'text!spreadsheeteditor/main/app/template/PrintSettings.template', ...@@ -300,7 +300,7 @@ define([ 'text!spreadsheeteditor/main/app/template/PrintSettings.template',
textShowDetails: 'Show Details', textShowDetails: 'Show Details',
cancelButtonText: 'Cancel', cancelButtonText: 'Cancel',
textHideDetails: 'Hide Details', textHideDetails: 'Hide Details',
textScaling: 'Scaling', textPageScaling: 'Scaling',
textSettings: 'Sheet Settings' textSettings: 'Sheet Settings'
}, SSE.Views.PrintSettings || {})); }, SSE.Views.PrintSettings || {}));
}); });
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment