Fix page title text. Replace "Firewall" with "Interfaces" in title.
Fix XSS issues
Bring in XSS id fixes from m0n0wall
Modify various (s)printf format strings to allow translations to change the order of the inserted strings.
Checked gettext() implementation on interfaces_wireless_edit.php
Implement gettext() calls
Sort opt10+ and wlan10+ more like the way that would be expected.
Add more descriptive mode names to the error messages.
Use wireless_regex instead, because is_interface_wireless appears to be intended for assigned interfaces only.
Change clone_inuse to function in the same style as the other inuse functions in the interfaces.php files.
Revert "Don't skip disabled interfaces when checking which are assigned." and fix an error propagated from this. (misread a parameter name when looking up the function)
This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf.
Change method of displaying wireless clone interfaces on the assignment page.
Allow changing the parent interface of an unassigned wireless clone.
Don't skip disabled interfaces when checking which are assigned.
Don't allow changing the parent interface until this code supports deleting the old clone.
Add page for configuration of wireless clone interfaces.