Revised system to hide the automatically generated "Toggle all" button when not required.Original system broke with PR to change radio button names.
Moved global defines to globals.inc
Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsdefine(COLLAPSIBLE, 0x08);define(SEC_CLOSED, 0x04);define(SEC_OPEN, 0x00);
Merge pull request #2218 from NOYB/HTML_Compliance_-_Dashboard
Fixed #5638
Comment fix
HTML Compliance - Dashboard
HTML compliance (aside from the active widgets).
Rename duplicate id's.Fix available widgets collapsible section href with id.Where obsolete replace name attribute with id.
Refine cloning of elements with autocomplete set
Fixed #5593The jQuery required to fix this is tricky, but I believe this fixes the issue by re-adding the autoselect data to newly cloned groups.
Experimental changes to Form_Section() to allow the panel to be made collapsable in the same way that dashboard widgets are.Currently used on diag_logs_filter.php ONLY
Fixed #5552 backed out hover dropdown changes for now
clean up firewall rules tables
fix typo caught by @phil-davis
make hover work only when navbar is horizontal
make dropdowns work on hover
Adjust body top padding to match header height when top menu is pinned.
Remove comment
Add tr/td to empty tbodys for Microsoft IE
Nix hte spinning clock
Added pietimer lib by popular request.
More $Id and whitespace
from more obscure folders around the code
Fix cosmetic infoblock issue when there is more than one info_box on a page
change onclick delete msg toLowerCase()
Delete confirmation vi fa-trash automated via pfSense.js
Convert system_certmanager.php to font awesome iconsAutomatically add confirmation dialog to all fa-trash icons
Buttons converted to new deisgn'X' button suppressed in info text box
AUtomatically add "info" icon where required
Revised button style on firewall_aliases.php as a model for all other table-based pages
Completed #5357
Completed #5356Refactor row toggle javascript
Javascript refine to hide Delete row button if there is only one row
Random comment typos like hte
Partial fix for #5045
Comment refinement
Completes #5159All duplicated JS removed to included file
Addresses #5159 by removing hide/show/disable/enable functions to included file
Fixed #5193 clean up user prompts
Preparation #5159 (Javascript refactoring)javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functionsfile included via foot.incThose functions removed from firewall_nat_edit.php to test
Partial fix #5014Double-click to edit, single click to select, multiple delete functionality provided
Fixed #5102javascript revised to accommodate VPN masks
Coded a new system for displaying tables of input elements with jQuery providingDelete/Add/Move functionality without breaking the inputs. See pfWiki for details
Fixed #5037Removed toggle-allAdded "Everything" checkboxAdded jQuery to operate checkboxes
Merge branch 'master' into bootstrap