Commit 4d341606 authored by Julia Radzhabova's avatar Julia Radzhabova

[Common] Window: use alerts without icon.

[SSE] Debug sorting.
parent b7b77872
......@@ -404,8 +404,8 @@ define([
if (!options.width) options.width = 'auto';
var template = '<div class="info-box">' +
'<div class="icon img-commonctrl <%= iconCls %>" />' +
'<div class="text"><span><%= msg %></span>' +
'<% if (typeof iconCls !== "undefined") { %><div class="icon img-commonctrl <%= iconCls %>" /><% } %>' +
'<div class="text" <% if (typeof iconCls == "undefined") { %> style="padding-left:10px;" <% } %>><span><%= msg %></span>' +
'<% if (dontshow) { %><div class="dont-show-checkbox"></div><% } %>' +
'</div>' +
'</div>' +
......
......@@ -344,7 +344,6 @@ define([
width: 500,
title: this.txtSorting,
msg: this.txtExpandSort,
iconCls: 'warn',
buttons: [ {caption: this.txtExpand, primary: true, value: 'expand'},
{caption: this.txtSortSelected, primary: true, value: 'sort'},
'cancel'],
......
......@@ -846,7 +846,6 @@ define([
width: 500,
title: this.txtSorting,
msg: this.txtExpandSort,
iconCls: 'warn',
buttons: [ {caption: this.txtExpand, primary: true, value: 'expand'},
{caption: this.txtSortSelected, primary: true, value: 'sort'},
'cancel'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment