Fix Bug 43433

This commit is contained in:
Julia Radzhabova 2019-11-05 13:34:44 +03:00
parent 5d0359456f
commit ce00947f8b
12 changed files with 13 additions and 28 deletions

View file

@ -47,8 +47,7 @@ define([
width: 330,
header: false,
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -52,8 +52,7 @@ define([
header: false,
width: 350,
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
template: '<div class="box">' +

View file

@ -48,8 +48,7 @@ define([
header: false,
cls: 'modal-dlg',
filename: '',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -48,8 +48,7 @@ define([
width: 330,
header: false,
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'center'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -58,8 +58,7 @@ define([
width: 350,
style: 'min-width: 230px;',
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -45,11 +45,9 @@ define([
DE.Views.StyleTitleDialog = Common.UI.Window.extend(_.extend({
options: {
width: 350,
height: 200,
style: 'min-width: 230px;',
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -48,8 +48,7 @@ define([
width: 300,
style: 'min-width: 230px;',
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -61,8 +61,7 @@ define([
style: 'min-width: 230px;',
cls: 'modal-dlg',
id: 'window-hyperlink-settings',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -52,8 +52,7 @@ define([
width : 350,
cls : 'modal-dlg',
modal : false,
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -54,8 +54,7 @@ define([
width : 350,
style : 'min-width: 230px;',
cls : 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {

View file

@ -587,8 +587,7 @@ define([
header: false,
width: 280,
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
template: '<div class="box">' +
@ -694,10 +693,8 @@ define([
SSE.Views.Statusbar.CopyDialog = Common.UI.Window.extend(_.extend({
options: {
width: 270,
height: 300,
cls: 'modal-dlg',
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
template: '<div class="box">' +

View file

@ -54,8 +54,7 @@ define([
width : 350,
cls : 'modal-dlg',
modal : false,
buttons: ['ok', 'cancel'],
footerCls: 'right'
buttons: ['ok', 'cancel']
},
initialize : function(options) {