mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
Advanced search: Fix title highlighting on enum widget.
SVN:trunk[5646]
This commit is contained in:
@@ -441,7 +441,7 @@ $(function()
|
||||
|
||||
sTitle = Dict.Format(
|
||||
'UI:Search:Criteria:Title:Enum:In:Many',
|
||||
'<span class="sfc_values">'+this.options.field.label, aFirstValues.join(', ')+'</span>',
|
||||
this.options.field.label, '<span class="sfc_values">'+aFirstValues.join(', ')+'</span>',
|
||||
'<span class="sfc_values">'+(iValCount - iValLimit+1)+'</span>'
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user