diff --git a/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.html b/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.html index 568145c2a..74b1bf002 100644 --- a/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.html +++ b/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.html @@ -2,28 +2,33 @@
+ + - \ No newline at end of file diff --git a/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.js b/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.js index 91ff46577..53ef3ea0b 100644 --- a/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.js +++ b/main/webapp/modules/core/scripts/dialogs/expression-column-dialog.js @@ -32,8 +32,6 @@ ExpressionColumnDialog.prototype._createDialog = function() { this._elmts.dialogHeader.html($.i18n('core-dialogs/select-columns-dialog')); - this._elmts.or_dialog_content.html($.i18n('core-dialogs/content')); - this._elmts.or_dialog_selAndOrd.html($.i18n('core-dialogs/sel-and-ord')); this._elmts.selectAllButton.html($.i18n('core-buttons/select-all')); this._elmts.deselectAllButton.html($.i18n('core-buttons/deselect-all')); this._elmts.okButton.html($.i18n('core-buttons/ok'));