chg: [genericTemplates:filters] Slightly improved UI

pull/41/head
mokaddem 2021-03-11 09:18:12 +01:00
parent a08dfc7434
commit 5e7811ccaf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $filteringForm = $this->Bootstrap->table(
[
'labelHtml' => sprintf('%s %s',
__('Value'),
sprintf('<span class="fa fa-info ml-1" title="%s"><span>', __('Supports strict match and LIKE match with the `%` character.&#10;Example: `%.com`'))
sprintf('<sup class="fa fa-info" title="%s"><sup>', __('Supports strict match and LIKE match with the `%` character.&#10;Example: `%.com`'))
)
],
__('Action')