⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
pfSense
All Projects
pfSense
Overview
Activity
Roadmap
Issues
Gantt
Calendar
News
Documents
Repository
«
Previous
|
Next
»
Revision 1192840b
Added by Sjon Hortensius
about 10 years
ago
ID
1192840b05a23f2e13b19e30eb84b72ecefb5d41
Parent
6f256fe3
Child
5fd8513d
refactor attributes from Input to Element to make it a bit more generic
replaced Input::setAttribute with explicit setReadonly/setDisabled
introduced Input::toggles
fixes
#37
, refs
#21
Related issues
Bug #21
: Rulesets containing hostnames do not load at boot time
Bug #37
: The 'static-port' option is only valid with NAT rules
Changes
View differences
added
modified
copied
renamed
deleted
usr
local
www
classes
Form
Button.class.php
(
diff
)
Checkbox.class.php
(
diff
)
Element.class.php
(
diff
)
Group.class.php
(
diff
)
Input.class.php
(
diff
)
Section.class.php
(
diff
)
Select.class.php
(
diff
)
Textarea.class.php
(
diff
)
Form.class.php
(
diff
)
system_advanced_admin.php
(
diff
)
system_authservers.php
(
diff
)
system_groupmanager.php
(
diff
)
system_groupmanager_addprivs.php
(
diff
)
system_usermanager.php
(
diff
)
vpn_ipsec_mobile.php
(
diff
)
Loading...
refactor attributes from Input to Element to make it a bit more generic
fixes #37, refs #21