summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes
Commit message (Expand)AuthorAgeFilesLines
* Adding {} to if statement.NOYB2016-01-221-1/+2
* Form Group - Empty Title GetTextNOYB2016-01-221-1/+2
* classes/Form/Textarea.class.php, setNoWrap, make it work properly on FireFox ...PiBa-NL2016-01-181-1/+1
* Put this htmlspecialchars back, I found a better workaround for the inconsist...jim-p2016-01-171-1/+1
* Fix inconsistencies in Form_InputSjon Hortensius2016-01-172-4/+4
* Don't run the checkbox label through htmlspecialchars, it breaks several pack...jim-p2016-01-161-1/+1
* 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
* HTML Compliance - Form Button - HRefNOYB2016-01-051-0/+3
* Correct "noWrap" in text areas. (Function is not actually used by anyone, but...Stephen Beaver2016-01-041-1/+1
* Final updates in support of hidden passwordsStephen Beaver2015-12-291-1/+1
* Don't display dummy password if configured pwd is emptyStephen Beaver2015-12-282-1/+9
* Experimental: Fixed #5693Stephen Beaver2015-12-282-0/+34
* Move width:auto style to textarea handler in pkg_edit.phpStephen Beaver2015-12-221-3/+1
* Merge pull request #2316 from phil-davis/patch-3Stephen Beaver2015-12-221-2/+9
|\
| * HTML Compliance - Form Select 3rd tryPhil Davis2015-12-221-2/+9
* | 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
* | Default textarea width to 60 cols.Stephen Beaver2015-12-221-0/+1
* | Adds style="width: auto;" attribute to textareas to allow the "cols" attribu...Stephen Beaver2015-12-221-0/+1
* | Reverts change to Form_Selector which was breaking selectors with blank optionsStephen Beaver2015-12-221-2/+1
* | Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.phpStephen Beaver2015-12-212-0/+21
* | Merge pull request #2298 from NOYB/WebGUI_Left_Column_Labels_HyperStephen Beaver2015-12-211-0/+5
|\ \
| * | WebGUI Left Column Labels HyperNOYB2015-12-191-0/+5
| |/
* | HTML Compliance - Form Group - Label ForNOYB2015-12-212-1/+17
* | HTML Compliance - Form SelectNOYB2015-12-181-1/+2
|/
* Applying htmlspecialchars on form action attribute causes ampersands to multi...NOYB2015-12-151-1/+1
* Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsStephen Beaver2015-12-141-3/+0
* Merge pull request #2217 from NOYB/HTML_Compliance_-_Collapsible_Form_Section...Stephen Beaver2015-12-141-2/+2
|\
| * HTML Compliance - Collapsible Form Section HREFNOYB2015-12-131-2/+2
* | Merge pull request #2216 from NOYB/HTML_Compliance_-_Checkbox_Display_As_Radi...Stephen Beaver2015-12-141-1/+7
|\ \
| * | HTML Compliance - Checkbox Display As Radio Unique IDNOYB2015-12-131-1/+7
| |/
* | HTML Compliance - Form Action AttributeNOYB2015-12-121-2/+3
|/
* Revise collapsible section behavior to use defines (COLLAPSIBLE, SEC_OPEN, SE...Stephen Beaver2015-12-031-4/+7
* SpellingStephen Beaver2015-12-031-4/+4
* Further changes to Section.class.php and to diag_logs_filter.phpStephen Beaver2015-12-031-2/+8
* Add full classpath to autoloader so that packages can run from their own dire...Stephen Beaver2015-12-021-1/+1
* Experimental changes to Form_Section() to allow the panel to be made collapsa...Stephen Beaver2015-12-011-3/+16
* Update Form_Input flassColin Fleming2015-11-291-1/+1
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-233-7/+12
* add attribute 'id' for the Form_Sectionbruno2015-11-191-2/+5
* Allow fa icons to be embedded in Form_Button class buttonsStephen Beaver2015-11-092-3/+28
* Initial conversion of the file. Most functions completed and tested, but more...Stephen Beaver2015-09-251-0/+17
* Fixed #5121Stephen Beaver2015-09-181-3/+10
* Revised all pages with autocomplete to accommodate host names in validation a...Stephen Beaver2015-09-111-1/+1
* Fixed Modal class issuesStephen Beaver2015-09-091-2/+2
* Fixed modal.class.php so that modal forms now workStephen Beaver2015-09-081-1/+1
* Fixed #5102Stephen Beaver2015-09-081-15/+3
* Fixed #5102Stephen Beaver2015-09-041-0/+13
OpenPOWER on IntegriCloud