Fixes the GUI URL in the last step of the setup wizard.
The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.
Fix #5794 remove print_info_box_np chackes for gettext("apply")
1) Get rid of the stristr() checks to "guess" if an apply button shouldbe used.2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show....
Replaced jQuery to $ in same files
All simple php echo to short
Short version is far more used than long php echo. This brings all code to same standard where possible.
HTML Compliance - Wizard / pfSense Taffic Shaper /
Empty heading.<h1 class="page-header">
The align attribute on the img element is obsolete. Use CSS instead.<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />...
Bug #5527 wizard breadcrumb Concept
This would require some minor adjustments to the wizards xml , for it to make sense everywhere.
Encode hostname before printing; remove some related dead code.
Merge pull request #2300 from ExolonDX/branch_02
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASSstatement instead in inline STYLE statement (much tidier)
Remove $closehead variable
Remove unused variable $closehead
Code style v w
Address a potential LFI in pkg.php and wizard.php without breaking the ability to pass relative paths Restricts them to files under their intended base directories.
Fix some variable re-use and other issues to correct the OpenVPN wizard behavior when using pre-existing CAs and Certs
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Change Form_TextArea to Form_Textarea(autoload now makes the classes case sensitive)
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Fixes #5380
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Comment typo
Fixed #5316
Corrected invalid "onchange" handling
Partial fix to #5310wizard.php updated to generate jquery not javascripttraffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.(Need to do same for the other TS wizard)
Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726
Corrected logo hyperlinkChanged Jumbotron font to white so you can actually read the text
Wizard system completed and tested agains all wizard filesProgress bar added to show progess through wizard steps
Bootstrap conversion mostly complete.Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
Move main pfSense content to src/