[DE] Fix content controls settings

This commit is contained in:
Julia Radzhabova 2018-08-28 19:14:11 +03:00
parent 5667132024
commit f7df54b2da
2 changed files with 9 additions and 2 deletions

View file

@ -49,7 +49,7 @@ define([
DE.Views.ControlSettingsDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
options: {
contentWidth: 310,
height: 390
height: 412
},
initialize : function(options) {
@ -81,6 +81,11 @@ define([
'</tr>',
'</table>',
'<table cols="2" style="width: auto;">',
'<tr>',
'<td class="padding-small" colspan="2">',
'<label class="header">', me.textAppearance, '</label>',
'</td>',
'</tr>',
'<tr>',
'<td class="padding-small">',
'<label class="input-label" style="margin-right: 10px;">', me.textShowAs,'</label>',
@ -317,7 +322,8 @@ define([
textBox: 'Bounding box',
textNone: 'None',
textNewColor: 'Add New Custom Color',
textApplyAll: 'Apply to All'
textApplyAll: 'Apply to All',
textAppearance: 'Appearance'
}, DE.Views.ControlSettingsDialog || {}))
});

View file

@ -856,6 +856,7 @@
"DE.Views.ControlSettingsDialog.txtLockDelete": "Content control cannot be deleted",
"DE.Views.ControlSettingsDialog.txtLockEdit": "Contents cannot be edited",
"DE.Views.ControlSettingsDialog.textApplyAll": "Apply to All",
"DE.Views.ControlSettingsDialog.textAppearance": "Appearance",
"DE.Views.CustomColumnsDialog.cancelButtonText": "Cancel",
"DE.Views.CustomColumnsDialog.okButtonText": "Ok",
"DE.Views.CustomColumnsDialog.textColumns": "Number of columns",