Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  Form
Form.class.php 2.51 KB
Modal.class.php 2.25 KB
autoload.inc.php 1.08 KB

Latest revisions

# Date Author Comment
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

f18475cb 06/08/2017 12:23 PM Steve Beaver

Fix anchor tag location

067a2bdf 06/01/2017 01:15 PM Steve Beaver

Improve comment

de88f421 06/01/2017 12:58 PM Steve Beaver

Use the section ID as an anchor so that hyperlinks can jump directly to that sectiom
e.g.: $section = new Form_Section("My section", "a_here");
then: https://firewall/system_somepage.php#a_here

c74b018d 02/08/2017 02:07 PM Steve Beaver

Only use sprintf in setHelp() if more than one argument is received
This should eliminate all the issues caused by packages with embedded '%' in their text

661f3896 02/07/2017 12:32 PM Renato Botelho

Merge pull request #3484 from phil-davis/sethelp-empty

a6617764 02/06/2017 08:58 AM Phil Davis

Use unique var names in Input.class.php

500272bb 02/06/2017 06:06 AM Phil Davis

Do not pass empty string to gettext

a9a7de59 02/02/2017 04:56 PM Steve Beaver

COnvert the setHelp method(s) to accept conventioanl printf style argument lists. e.g.: setHelp("%d interfaces have been detected", $numIfs);

c744b0de 01/20/2017 12:28 PM Steve Beaver

Refinement to #7083
Provides setRequired() Javascript function to facilitate making an input required or not dynamically

View revisions

Also available in: Atom