Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  Form
Form.class.php 2.94 KB
Modal.class.php 1.51 KB
autoload.inc.php 381 Bytes

Latest revisions

# Date Author Comment
c70b6835 12/21/2015 10:06 PM Stephen Beaver

Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.php

07271d6c 12/21/2015 01:36 PM Stephen Beaver

Merge pull request #2298 from NOYB/WebGUI_Left_Column_Labels_Hyper

f35ce6d2 12/21/2015 01:33 PM NOYB NOYB

HTML Compliance - Form Group - Label For

The for attribute of the label element must refer to a non-hidden form control.

24f15b3a 12/19/2015 01:14 PM NOYB NOYB

WebGUI Left Column Labels Hyper

Touch Screen Usability Annoyance
https://forum.pfsense.org/index.php?topic=104135.0

Clicking the labels in the left column selects/activates the first item. This is the perfectly natural place for scrolling with thumb.

No big problem really for input fields, but check boxes and buttons are inadvertently selected/toggled resulting in unintended configuration changes....

bc3b831d 12/19/2015 12:37 AM NOYB NOYB

HTML Compliance - Form Select

Element option without attribute label must not be empty.

47cf96e0 12/15/2015 03:30 PM NOYB NOYB

Applying htmlspecialchars on form action attribute causes ampersands to multiply, and also breaks multi-parameter query strings that are delimited with ampersands.

4a457d8d 12/14/2015 06:22 PM Stephen Beaver

Automatic panel collapse defines moved to jquery/pfSenseHelpsers.js
define(COLLAPSIBLE, 0x08);
define(SEC_CLOSED, 0x04);
define(SEC_OPEN, 0x00);

279ea790 12/14/2015 04:41 PM Stephen Beaver

Merge pull request #2217 from NOYB/HTML_Compliance_-_Collapsible_Form_Section_HREF

53eac591 12/14/2015 04:39 PM Stephen Beaver

Merge pull request #2216 from NOYB/HTML_Compliance_-_Checkbox_Display_As_Radio_Unique_ID

a4b5b782 12/13/2015 09:54 AM NOYB NOYB

HTML Compliance - Collapsible Form Section HREF

Bad value for attribute href on element a: Illegal character in fragment: not a URL code point.

<a data-toggle="collapse" href="#<id> .panel-body">
Syntax of URL:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20....

View revisions

Also available in: Atom