Fix Bug 43433
This commit is contained in:
parent
5d0359456f
commit
ce00947f8b
|
@ -47,8 +47,7 @@ define([
|
||||||
width: 330,
|
width: 330,
|
||||||
header: false,
|
header: false,
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -52,8 +52,7 @@ define([
|
||||||
header: false,
|
header: false,
|
||||||
width: 350,
|
width: 350,
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
template: '<div class="box">' +
|
template: '<div class="box">' +
|
||||||
|
|
|
@ -48,8 +48,7 @@ define([
|
||||||
header: false,
|
header: false,
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
filename: '',
|
filename: '',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -48,8 +48,7 @@ define([
|
||||||
width: 330,
|
width: 330,
|
||||||
header: false,
|
header: false,
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'center'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -58,8 +58,7 @@ define([
|
||||||
width: 350,
|
width: 350,
|
||||||
style: 'min-width: 230px;',
|
style: 'min-width: 230px;',
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -45,11 +45,9 @@ define([
|
||||||
DE.Views.StyleTitleDialog = Common.UI.Window.extend(_.extend({
|
DE.Views.StyleTitleDialog = Common.UI.Window.extend(_.extend({
|
||||||
options: {
|
options: {
|
||||||
width: 350,
|
width: 350,
|
||||||
height: 200,
|
|
||||||
style: 'min-width: 230px;',
|
style: 'min-width: 230px;',
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -48,8 +48,7 @@ define([
|
||||||
width: 300,
|
width: 300,
|
||||||
style: 'min-width: 230px;',
|
style: 'min-width: 230px;',
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -61,8 +61,7 @@ define([
|
||||||
style: 'min-width: 230px;',
|
style: 'min-width: 230px;',
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
id: 'window-hyperlink-settings',
|
id: 'window-hyperlink-settings',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -52,8 +52,7 @@ define([
|
||||||
width : 350,
|
width : 350,
|
||||||
cls : 'modal-dlg',
|
cls : 'modal-dlg',
|
||||||
modal : false,
|
modal : false,
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -54,8 +54,7 @@ define([
|
||||||
width : 350,
|
width : 350,
|
||||||
style : 'min-width: 230px;',
|
style : 'min-width: 230px;',
|
||||||
cls : 'modal-dlg',
|
cls : 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
|
@ -587,8 +587,7 @@ define([
|
||||||
header: false,
|
header: false,
|
||||||
width: 280,
|
width: 280,
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
template: '<div class="box">' +
|
template: '<div class="box">' +
|
||||||
|
@ -694,10 +693,8 @@ define([
|
||||||
SSE.Views.Statusbar.CopyDialog = Common.UI.Window.extend(_.extend({
|
SSE.Views.Statusbar.CopyDialog = Common.UI.Window.extend(_.extend({
|
||||||
options: {
|
options: {
|
||||||
width: 270,
|
width: 270,
|
||||||
height: 300,
|
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
template: '<div class="box">' +
|
template: '<div class="box">' +
|
||||||
|
|
|
@ -54,8 +54,7 @@ define([
|
||||||
width : 350,
|
width : 350,
|
||||||
cls : 'modal-dlg',
|
cls : 'modal-dlg',
|
||||||
modal : false,
|
modal : false,
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel']
|
||||||
footerCls: 'right'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
|
|
Loading…
Reference in a new issue