summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes/Form/Input.class.php
Commit message (Expand)AuthorAgeFilesLines
* Only use sprintf in setHelp() if more than one argument is receivedSteve Beaver2017-02-081-1/+6
* Merge pull request #3484 from phil-davis/sethelp-emptyRenato Botelho2017-02-071-1/+2
|\
| * Do not pass empty string to gettextPhil Davis2017-02-061-1/+2
* | Use unique var names in Input.class.phpPhil Davis2017-02-061-2/+2
|/
* COnvert the setHelp method(s) to accept conventioanl printf style argument li...Steve Beaver2017-02-021-14/+10
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
* Code style and commentsPhil Davis2016-08-161-2/+2
* 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-27/+53
* Fix Bug #6394 - Incorrect Output of TranslationNewEraCracker2016-06-191-1/+1
* Reduce maximum length of string to gettext()NewEraCracker2016-05-171-1/+1
* Fix inconsistencies in Form_InputSjon Hortensius2016-01-171-2/+2
* Don't automatically run strings that are too long through gettext here.jim-p2016-01-161-1/+6
* Change method name to setIsRequired() to match other similar methodsStephen Beaver2016-01-061-1/+1
* Added new method setRequired() (shortcut for setAttribute("required", true) )Stephen Beaver2016-01-061-0/+7
* Don't display dummy password if configured pwd is emptyStephen Beaver2015-12-281-0/+5
* Experimental: Fixed #5693Stephen Beaver2015-12-281-0/+16
* Merge pull request #2295 from NOYB/HTML_Compliance_-_Form_Input_-_PlaceholderStephen Beaver2015-12-221-1/+3
|\
| * HTML Compliance - Form Input - PlaceholderNOYB2015-12-181-1/+3
* | Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.phpStephen Beaver2015-12-211-0/+7
* | HTML Compliance - Form Group - Label ForNOYB2015-12-211-0/+10
|/
* Update Form_Input flassColin Fleming2015-11-291-1/+1
* Initial conversion of the file. Most functions completed and tested, but more...Stephen Beaver2015-09-251-0/+17
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-0/+200
OpenPOWER on IntegriCloud