[DE] Fix content controls settings
This commit is contained in:
parent
5667132024
commit
f7df54b2da
|
@ -49,7 +49,7 @@ define([
|
||||||
DE.Views.ControlSettingsDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
|
DE.Views.ControlSettingsDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
|
||||||
options: {
|
options: {
|
||||||
contentWidth: 310,
|
contentWidth: 310,
|
||||||
height: 390
|
height: 412
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
@ -81,6 +81,11 @@ define([
|
||||||
'</tr>',
|
'</tr>',
|
||||||
'</table>',
|
'</table>',
|
||||||
'<table cols="2" style="width: auto;">',
|
'<table cols="2" style="width: auto;">',
|
||||||
|
'<tr>',
|
||||||
|
'<td class="padding-small" colspan="2">',
|
||||||
|
'<label class="header">', me.textAppearance, '</label>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td class="padding-small">',
|
'<td class="padding-small">',
|
||||||
'<label class="input-label" style="margin-right: 10px;">', me.textShowAs,'</label>',
|
'<label class="input-label" style="margin-right: 10px;">', me.textShowAs,'</label>',
|
||||||
|
@ -317,7 +322,8 @@ define([
|
||||||
textBox: 'Bounding box',
|
textBox: 'Bounding box',
|
||||||
textNone: 'None',
|
textNone: 'None',
|
||||||
textNewColor: 'Add New Custom Color',
|
textNewColor: 'Add New Custom Color',
|
||||||
textApplyAll: 'Apply to All'
|
textApplyAll: 'Apply to All',
|
||||||
|
textAppearance: 'Appearance'
|
||||||
|
|
||||||
}, DE.Views.ControlSettingsDialog || {}))
|
}, DE.Views.ControlSettingsDialog || {}))
|
||||||
});
|
});
|
|
@ -856,6 +856,7 @@
|
||||||
"DE.Views.ControlSettingsDialog.txtLockDelete": "Content control cannot be deleted",
|
"DE.Views.ControlSettingsDialog.txtLockDelete": "Content control cannot be deleted",
|
||||||
"DE.Views.ControlSettingsDialog.txtLockEdit": "Contents cannot be edited",
|
"DE.Views.ControlSettingsDialog.txtLockEdit": "Contents cannot be edited",
|
||||||
"DE.Views.ControlSettingsDialog.textApplyAll": "Apply to All",
|
"DE.Views.ControlSettingsDialog.textApplyAll": "Apply to All",
|
||||||
|
"DE.Views.ControlSettingsDialog.textAppearance": "Appearance",
|
||||||
"DE.Views.CustomColumnsDialog.cancelButtonText": "Cancel",
|
"DE.Views.CustomColumnsDialog.cancelButtonText": "Cancel",
|
||||||
"DE.Views.CustomColumnsDialog.okButtonText": "Ok",
|
"DE.Views.CustomColumnsDialog.okButtonText": "Ok",
|
||||||
"DE.Views.CustomColumnsDialog.textColumns": "Number of columns",
|
"DE.Views.CustomColumnsDialog.textColumns": "Number of columns",
|
||||||
|
|
Loading…
Reference in a new issue