mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
set warning label in chzn select list
This commit is contained in:
parent
17a6934321
commit
838d6c7753
|
@ -6,7 +6,7 @@ chzn_template_func = function (state) {
|
|||
if(subtitle)
|
||||
html += '<br /><i>'+subtitle+'</i>';
|
||||
if(warning)
|
||||
html += '<br /><i class="icon-warning-sign"></i> '+warning+'';
|
||||
html += '<br /><span class="label label-warning"><i class="icon-warning-sign"></i></span> '+warning+'';
|
||||
html += '</span>';
|
||||
var $newstate = $(html);
|
||||
return $newstate;
|
||||
|
|
Loading…
Reference in New Issue
Block a user