summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_zones_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* GET/POST conversionSteve Beaver2017-02-141-1/+2
|
* Required fields for Captive PortalPhil Davis2017-01-251-1/+1
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Standardize privilege name capitalizationPhil Davis2016-12-311-2/+2
| | | | | | While looking at some privilege stuff, I noticed that various capitlization looked inconsistent down the list. This makes the list look more consistent.
* Add missing \) and fix syntaxRenato Botelho2016-09-201-1/+1
|
* Sanitize 'zone' parameter on CP pagesRenato Botelho2016-09-201-1/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-4/+4
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Fixed #6514 by requiring string starts with letter ot underscoreStephen Beaver2016-06-211-1/+1
|
* Services / Captive Portal - Remove PersonalizationsNOYB2016-03-301-1/+1
| | | | Remove "you" personalizations.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | 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 and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+8
|
* Internationalization services_captiveportal codePhil Davis2016-01-261-1/+1
|
* Code style services captive portalPhil Davis2015-12-161-1/+2
|
* 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
* Standardize Captive Portal breadcrumbsPhil Davis2015-12-071-2/+2
| | | | | and services_captiveportal_zones_edit is actually code that can only add a zone, so it might as well say so.
* 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.
* Captive Portal code reviewPhil Davis2015-11-081-1/+1
| | | | | Make the capitalisation of the various heading pages consistent. Fix various field var name errors observed.
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Completed #5359Stephen Beaver2015-10-301-24/+50
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-39/+31
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+124
OpenPOWER on IntegriCloud