Changing text on Filter Tab
Posted: 2020-04-03 15:48
Some of my users don't realize that the Filter tab is meant for searching. Can I change the text to read Search Filter?
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=4&t=3526
Code: Select all
jQuery(function () {
$j('#Filter').html('<i class="glyphicon glyphicon-filter"></i> Search');
});