mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +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)
|
if(subtitle)
|
||||||
html += '<br /><i>'+subtitle+'</i>';
|
html += '<br /><i>'+subtitle+'</i>';
|
||||||
if(warning)
|
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>';
|
html += '</span>';
|
||||||
var $newstate = $(html);
|
var $newstate = $(html);
|
||||||
return $newstate;
|
return $newstate;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user