summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_queues.php
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Fixed #5867Stephen Beaver2016-02-091-7/+10
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-221-13/+13
|
* add call 'gettext' function in the status menu filesbruno2016-01-221-4/+4
|
* Remove unneeded varStephen Beaver2016-01-151-2/+0
|
* Simplify HTMLStephen Beaver2016-01-151-7/+7
|
* Bootstrap style select elementStephen Beaver2016-01-151-1/+1
|
* All simple php echo to shortNewEraCracker2016-01-141-1/+1
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Fixed # 5770Stephen Beaver2016-01-141-17/+15
| | | | Gave page a makeover
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-8/+4
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Tidy up "status_queues.php"Colin Fleming2015-12-111-26/+23
| | | | | | | | | | | Remove duplicate BODY Tidy up BR tag correctly Add COLPSAN statement to "interface" row Wrap BGCOLOR in a STYLE statement (should really be defined as a CLASS statement) Remove FONT tag Remove NAME statement in DIV tag Use double quotes for consistency
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Revision to teh file to fix header issuesStephen Beaver2015-09-211-116/+107
|
* Multiple fixes to status_queues.php - NOT YET TESTEDStephen Beaver2015-09-211-128/+170
| | | | Fixed #5166 - Shows IPv6 addresses
* Removed debugging echo statementHari2015-09-151-1/+1
|
* Used bootstrap progress bar for queues' stats and used glyphiconsHari2015-09-151-16/+18
|
* changed status_queues.php fileHari2015-09-131-8/+8
|
* Modified the files for BootstrapHari2015-09-131-27/+31
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+310
OpenPOWER on IntegriCloud