[Common] Window: use alerts without icon.
[SSE] Debug sorting.
This commit is contained in:
parent
b7b7787222
commit
4d34160697
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue