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