Advanced search: Merge due to recent sourceforge crash.

SVN:trunk[5645]
This commit is contained in:
Guillaume Lajarige
2018-04-12 14:54:11 +00:00
parent 24e669c65b
commit dc30cb2e4a
18 changed files with 295 additions and 207 deletions

View File

@@ -235,7 +235,7 @@ $(function()
sDictEntry = 'UI:Search:Criteria:Title:Default:' + this._toCamelCase(me.options.operator) + sDictEntrySuffix;
}
sTitle = Dict.Format(sDictEntry, this.options.field.label, '<span class="values">'+this._getValuesAsText()+'</span>');
sTitle = Dict.Format(sDictEntry, this.options.field.label, '<span class="sfc_values">'+this._getValuesAsText()+'</span>');
return sTitle;
}