summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes/Form.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-30/+30
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-26/+51
|
* Translate the default submit button textPhil Davis2016-03-111-3/+4
| | | | | Note: This will cause a problem for some code that does comparisons expecting this text to be exactly the string 'Save'. If the user has selected a different language then the button text will be translated and thus will be some different text. That is discussed in forum https://forum.pfsense.org/index.php?topic=108116.0 I will followup with another pull request to fix the things I can find like that.
* Make fa-save the default button icon for 'Save' on all forms. Ticket #5965jim-p2016-03-101-2/+6
|
* Applying htmlspecialchars on form action attribute causes ampersands to ↵NOYB2015-12-151-1/+1
| | | | multiply, and also breaks multi-parameter query strings that are delimited with ampersands.
* HTML Compliance - Form Action AttributeNOYB2015-12-121-2/+3
| | | | | | | | | | | | | | | | | Fix Empty Form Action Attribute Violation An empty form action attribute is an HTML4 and HTML5 specification violation. http://www.w3.org/TR/html5/forms.html#attr-fs-action "The action and formaction content attributes, if specified, must have a value that is a valid non-empty URL potentially surrounded by spaces." The HTML4 specification requires that the form action attribute be present and contain a valid URI. Empty is not a valid URI. Though an empty form action attribute may currently function there is no guarantee it will continue to do so in the future or to do so as xpected. Since it does not adhere to the specification it is left open for each browser to handle in any way they choose. And to change that behavior at any time for any reason. Populating the form action attribute with the current URI covers both HTML4 and HTML5 specifications. Don't leave it open to browser interpretation. Give explicit instructions to the browser by adhering to the specification.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-5/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-0/+126
OpenPOWER on IntegriCloud