MantisBT: master b90cbcb4

Author Committer Branch Timestamp Parent
dregad dregad master 2021-01-01 04:22 master 28291f7f
Affected Issues  0027828: Standardize the way fontawesome icons are printed
Changeset

Modify icon_get()/print_icon() to allow inner HTML

Lets the caller insert HTML inside of the <i> tag generated by the
icon_get() function.

This can be used e.g. to inject a second icon next to the first, like
for the temporary filters.

Fixes 0027828

mod - core/filter_api.php Diff File
mod - core/icon_api.php Diff File