summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_schedule_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Provide better messages for invalid alias name errorsPhil Davis2016-04-281-7/+2
| | | | (cherry picked from commit e1f5381f4ecae20922a379b75820af1c9e57927e)
* Merge pull request #2810 from ↵Stephen Beaver2016-04-041-4/+4
| | | | | | NOYB/Firewall_/_Schedules_-_Remove_Personalizations (cherry picked from commit d860e01631203bd50e41cf581566662f33031c6e)
* Merge pull request #2769 from phil-davis/btnattrStephen Beaver2016-03-211-11/+3
|\
| * Reengineer Form_Button setAttributePhil Davis2016-03-201-11/+3
| | | | | | | | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* | HTML Compliance - Firewall / Schedules / EditNOYB2016-03-201-3/+3
|/ | | | Error: Duplicate ID tempFriendlyTime.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-3/+3
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Merge pull request #2735 from ↵Stephen Beaver2016-03-141-8/+8
|\ | | | | | | NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_Edit_-_Readonly_Attribute
| * HTML Compliance - Firewall / Schedules / Edit - Readonly AttributeNOYB2016-03-141-8/+8
| | | | | | | | | | | | | | | | Error: Bad value readonly for attribute type on element input. Readonly is not a valid type attribute value. If the intention here is to prevent the fields from being edited. Use the readonly attribute. Since editing was not actually being prevented by this I did not add the readonly attribute so as to not change existing behavior.
* | Internationalize Form_Button textPhil Davis2016-03-111-3/+3
|/ | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-1/+1
|
* Advanced button consistency. Ticket #5965jim-p2016-03-101-6/+12
|
* update old styles with new css classesJared Dillard2016-03-021-26/+12
|
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Internationalization of remaining firewall_*.phpPhil Davis2016-01-201-1/+1
|
* Merge pull request #2460 from NOYB/Firewall_/_Schedules_/_Edit_-_Add_Minutes_45Renato Botelho2016-01-181-2/+2
|\
| * Firewall / Schedules / Edit - Add Minutes 45NOYB2016-01-181-2/+2
| |
* | fix typoNOYB2016-01-181-1/+1
| |
* | s/schedule/aliasNOYB2016-01-181-1/+1
| |
* | Alias name consistency in Firewall alias edit and schedules edit.NOYB2016-01-181-2/+2
|/
* HTML Compliance - Firewall / Schedules / EditNOYB2016-01-071-3/+10
| | | | | | | | The align attribute on the td element is obsolete. Use CSS instead. The cellspacing attribute on the table element is obsolete. Use CSS instead. The cellpadding attribute on the table element is obsolete. Use CSS instead. The border attribute on the table element is presentational markup. Consider using CSS instead. A table row was 6 columns wide, which is less than the column count established by the first row (7).
* Redmine #5728 Fix delete row button in Firewall Schedule EditPhil Davis2016-01-031-3/+3
| | | | The calls to delete_row() were going off to some other delete_row() function and not doing what was needed. Give delete_row() here a unique name and it all works again.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Coe style firewall *Phil Davis2015-12-141-137/+112
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-3/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-211/+211
|\
| * bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-211/+211
| |
* | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-701/+775
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1151
OpenPOWER on IntegriCloud