queue: Top-Level Ticket Counts
This adds a setting in the Ticket Settings to give the option of showing the ticket counts on Top-Level queues. If enabled, this will populate the ticket counts next to the Top-Level queue names like they used to be. The only caveat is the counts are triggered by mousing-over any of the queue names as we only load the counts when we need to display the sub-queues (for better performance). This also adds a new format function called `number` (Phase 1). As of now it will format any integer to a comma separated number (eg. `1337 -> 1,337`).
Showing
- include/ajax.search.php 1 addition, 1 deletioninclude/ajax.search.php
- include/class.config.php 5 additions, 0 deletionsinclude/class.config.php
- include/class.format.php 16 additions, 0 deletionsinclude/class.format.php
- include/i18n/en_US/config.yaml 1 addition, 0 deletionsinclude/i18n/en_US/config.yaml
- include/i18n/en_US/help/tips/settings.ticket.yaml 6 additions, 0 deletionsinclude/i18n/en_US/help/tips/settings.ticket.yaml
- include/staff/settings-tickets.inc.php 6 additions, 0 deletionsinclude/staff/settings-tickets.inc.php
- include/staff/templates/queue-navigation.tmpl.php 10 additions, 1 deletioninclude/staff/templates/queue-navigation.tmpl.php
- scp/js/scp.js 2 additions, 1 deletionscp/js/scp.js
Loading
Please register or sign in to comment