ensure gettext and htmlspecialchars are correctly called
introduce Form::setMultipartEncoding() for uploading files
Revert "Merge pull request #100 from sbeaver-netgate/halt"
This reverts commit 5bd406696ae634b3993d79a8b9aef03eeab42488, reversingchanges made to b9bd62735f2afb818d9ff3afd399c6c7d3b904c5.
Prepare for different width, make widths static
refs #141
Form - show all global Buttons in a single wrapper
fixes #135
Merge branch 'sbeaver-netgate-diag_dns' into bootstrap
- refactored Form_Table to plain html- put results below form- reverted a few unintentional changes
Merge branch 'diag_dns' of git://github.com/sbeaver-netgate/pfsense into sbeaver-netgate-diag_dns
Combo changes to support diag_dns.php
Version allows button to be suppressed
Allow "Save" button to be suppressed
new Form(false) suppresses the “Save” button so that you can then addyour won custom button.
replace Input->column methods with generic Element plus fixes
Form.class - fix adding offset to submit buttonCheckbox - add class to column, not input. Fix displayAsRadio returnElement - no longer abstract, used as a generic element in Input
fixes #43, refs #37
refactor attributes from Input to Element to make it a bit more generic
fixes #37, refs #21
Move attribute to Form_Element
- Removes redundant code- Adds the ability to remove attributes- Can now add attributes to Form- getHtmlAttribute() returns all attributes including class
Conflicts: usr/local/www/classes/Form/Button.class.php usr/local/www/classes/Form/Select.class.php
Add copyright headers to Form classes
Form - add setAction for adding custom _GET parameters
Introduce Form_Button, which can morph into <a class=btn>
fixes #11
Major change: require caller to specify name of inputs
no longer do we automatically determine an input-name; it meant a lot ofbackend-changes (or forceName calls). This commit fixes all occurencesexcept for firewall_rules_edit
refs #16
moved setSubmit to addGlobal, to be used for hidden inputs
fixes #10, #11
final touches on Forms
system - removed trailing unused form-htmlForm - set proper width for submit-button columnElement - support returning raw-list for InputsGroup,Input - renamed getColumnWidth to getWidthInput - make setWidth consistent with Form->setWidth, directly add...
finalized Form classes, allowed add/removeClass on all elements
+ add overloadable submit button
whitespace changes; renamed classes to Form_ prefix
New POC for generating forms through PHP classes
reduce the amount of html c/ping by keeping the amount of meta-data limited