Hi!
Why is the search button on the admin panel hidden by default on the view all members page?
I can see this in the views/view_members.php file:
<?=form_submit('submit', lang('search'), 'id="filter_member_submit" class="submit js_hide"')?>Changing the class to something else, however, does not make the button work… What do I have to do to enable that search?
Thanks!