[Common] debug button
This commit is contained in:
parent
7480b22955
commit
57c35f7ca1
|
@ -163,8 +163,8 @@ define([
|
||||||
|
|
||||||
template: _.template([
|
template: _.template([
|
||||||
'<% var applyicon = function() { %>',
|
'<% var applyicon = function() { %>',
|
||||||
'<% if (iconImg) { print(\'<img src=\"\' + iconImg + \'\">\'); } else %>',
|
'<% if (iconImg) { print(\'<img src=\"\' + iconImg + \'\">\'); } else { %>',
|
||||||
'<% if (iconCls != "") { print(\'<i class=\"icon \' + iconCls + \'\"> </i>\'); } %>',
|
'<% if (iconCls != "") { print(\'<i class=\"icon \' + iconCls + \'\"> </i>\'); }} %>',
|
||||||
'<% } %>',
|
'<% } %>',
|
||||||
'<% if ( !menu ) { %>',
|
'<% if ( !menu ) { %>',
|
||||||
'<button type="button" class="btn <%= cls %>" id="<%= id %>" style="<%= style %>">',
|
'<button type="button" class="btn <%= cls %>" id="<%= id %>" style="<%= style %>">',
|
||||||
|
|
Loading…
Reference in a new issue