diff --git a/apps/common/main/lib/view/InsertTableDialog.js b/apps/common/main/lib/view/InsertTableDialog.js index c895a3bb0..08ededc93 100644 --- a/apps/common/main/lib/view/InsertTableDialog.js +++ b/apps/common/main/lib/view/InsertTableDialog.js @@ -48,23 +48,23 @@ define([ Common.Views.InsertTableDialog = Common.UI.Window.extend(_.extend({ options: { width: 230, - height: 170, - header: false, + height: 156, style: 'min-width: 230px;', cls: 'modal-dlg', split: false }, initialize : function(options) { - _.extend(this.options, options || {}); + _.extend(this.options, { + title: (options.split) ? this.txtTitleSplit : this.txtTitle + }, options || {}); this.template = [ '