Convert alert to callout
Replace alert with callout. Removed mention about greyed out icon - that is no longer applicable.
Add support for Bootstrap callouts
Use PHP CLI explicitly to run rc.conf_mount_r(w|o) from pfSense-upgrade, it fixes #5875
Headers don't need HTML entities
This commits fixes form submission on Services/UPnP redirecting to an URL with & on it.
Remove Help -> Search Portal menu entry, it fixes #5894
Merge pull request #2645 from NewEraCracker/print_info_box-fix
Fix broken HTML in diag_gmirror.php
Bring all calls of print_info_box to same standard
The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
View revisions
Also available in: Atom