Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories in Toolbar #38

Open
marcodeluca opened this issue Nov 22, 2016 · 1 comment
Open

Categories in Toolbar #38

marcodeluca opened this issue Nov 22, 2016 · 1 comment

Comments

@marcodeluca
Copy link

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 }?>
@todordev
Copy link
Owner

I agree. I am going to add it in the TODO list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants