chg: [genericTemplates:filters] Slightly improved UI
parent
a08dfc7434
commit
5e7811ccaf
|
@ -15,7 +15,7 @@ $filteringForm = $this->Bootstrap->table(
|
||||||
[
|
[
|
||||||
'labelHtml' => sprintf('%s %s',
|
'labelHtml' => sprintf('%s %s',
|
||||||
__('Value'),
|
__('Value'),
|
||||||
sprintf('<span class="fa fa-info ml-1" title="%s"><span>', __('Supports strict match and LIKE match with the `%` character. Example: `%.com`'))
|
sprintf('<sup class="fa fa-info" title="%s"><sup>', __('Supports strict match and LIKE match with the `%` character. Example: `%.com`'))
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
__('Action')
|
__('Action')
|
||||||
|
|
Loading…
Reference in New Issue