interfaces_qinq_edit Conversion complete
Ready for reviewNote:This conversion includes a change to Form_Group and pfSense.js to allowthe buttons added by enableDuplication() to be on the same line as the$group, or underneath it. See notes in those files.
Modal - refactored using new attributes
refs #30
Merge branch 'modal' of git://github.com/psophis/pfsense into psophis-modal
IpAddress.class.php
Updated to allow the addMask() method to accept a maximum value so thatit can be used for IPv4 and IPv6 addresses. e.g.:
$myIp->addMask(‘mask’, $pconfig[‘mask’], 32);
Defaults to 128 for compatibility.
Once merged I will revisit the pages with IPv4 input fields.
Fix whitespace in textareas, remove it from tpl
Fix but where value in Textarea wasn't processed. Fixes #216
Support new Form('text') too, convert existing custom buttons
+ fix html @system_firmware
Form - introduce MultiCheckbox(+Group) #142
Merge pull request #165 from Bouwdie/services_dhcp_relay
Covnert services_dhcp_relay + bugfix in IpAddress
Remove 'form-control' class from file inputs
Refs. #180
View revisions
Also available in: Atom