summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_schedule_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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