Open marcodeluca opened 7 years ago
Would be great if we could have a category dropdown in the toolbar, implemented just like status is now:
<?php if ($params->get('display_statuses', 0)) { $elementId = Prism\Utilities\StringHelper::generateRandomString(); ?> <div class="form-group"> <label for="<?php echo $elementId;?>" class="hidden"><?php echo JText::_('MOD_USERIDEASSEARCH_STATUS'); ?></label> <select name="filter_status" class="js-userideas-modsearch-filter" id="<?php echo $elementId;?>"> <?php echo JHtml::_('select.options', $statuses, 'value', 'text', $filterStatus);?> </select> </div> <?php }?>
I agree. I am going to add it in the TODO list.
Would be great if we could have a category dropdown in the toolbar, implemented just like status is now: