Implement ->toggle(selector, 'disable') + handle adv. globally
handle advanced globally; when an input has .advanced class, it willautomatically be hidden and a button to show all advanced inputs willbe added
Removed some needless nbsp's and corrected input-type=number for port...
mini typo
Append button to control group instead of control label
Refs. #142
Form - introduce MultiCheckbox(+Group) #142
If a btn-danger has a title, use that instead of generic for confirm()
update bootstrap to 3.3.4, jquery to 1.11.2
Tweak initial state for toggleable checkboxes
- When iterating over a jQuery object, just use $(this) for the current value- Use the .data() method to fetch data attributes
Refs. #143
Revert "Merge pull request #100 from sbeaver-netgate/halt"
This reverts commit 5bd406696ae634b3993d79a8b9aef03eeab42488, reversingchanges made to b9bd62735f2afb818d9ff3afd399c6c7d3b904c5.
Don't use $section2, toggle all remote-options when disabled
pfSense.js - Force correct initial state for toggleable checkboxes #143
Merge pull request #100 from sbeaver-netgate/halt
Updated halt.php for consistency with reboot.php
Replace +- with explanatory buttons
Refs. #45
bindCollapseToOptions - support multiple options targeting single section
fix #96
IpAddress - set correct validationpattern, toggle mask based on family
pfSense.js - add confirm to .btn-danger elements; removed onclicks
Focus first input globally
Inputs hidden by bindCollapseToOptions should be disabled
fixes #57
Initial enableDuplication javascript implementation, pending layout
refs #45
Select - fix selected for multiple (again), correct order in js
remove custom data-toggle=disable in favor of working but ugly collapse
fixes #24
pfSense - unbreak javascripts, correct split into methods
Bind collapsable behaviour to options
Refs. #21
Support data-toggle=disable
Checkbox - moved call to better locationSelect - use parent:: for attributesInput - add support for attributes without valuepfSense.js - implement data-toggle=disablesystem_adv_admin - set disabled state on certificate
moved some js from separate files to contextual .php
pfSense.js - to prevent a blob of scripts; move index-widget handling to actual index, introduce events instead*.js - moved to widget.php plus added dataFilter to prevent eval()ing scripts twice
updated firewall WIP, fixed widget ordering
implemented widget-config
fbegin/fend.inc - temporary added for non-migrated pagesfirewall_rules - use buttons for actionsindex - implement widget-config & close buttonpfSense.css - +/- icons now handled in jspfSense.js - better handling of widget actions...
implemented widget drag/drop on index + storage
replaced custom jquery-ui with default set of plugins
initial drag/drop WIP, working on backup/restore page
started migration to bootstrap