summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_ip.php
Commit message (Collapse)AuthorAgeFilesLines
* Add Actions column headingPhil Davis2016-03-081-3/+3
| | | | to other places where it was missing, for UI consistency.
* Bring all calls of print_info_box to same standardNewEraCracker2016-02-151-2/+2
| | | | The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
* Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + ↵k-paulius2016-02-141-1/+1
| | | | it is obvious what it is
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Add colon before zone name to make it more readable.k-paulius2016-02-121-1/+1
|
* Internationalization services_captiveportal codePhil Davis2016-01-261-1/+1
|
* Merge branch 'print_info_box' of https://github.com/phil-davis/pfsenseStephen Beaver2016-01-111-1/+1
|\ | | | | | | | | * 'print_info_box' of https://github.com/phil-davis/pfsense: Redmine #5759 print_info_box style
| * Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+1
| | | | | | | | Define the 'success' 'info' etc style of calls to print_info_box()
* | Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|/
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-1/+1
|
* Code style services captive portalPhil Davis2015-12-161-5/+6
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+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.
* Captive Portal code reviewPhil Davis2015-11-081-2/+2
| | | | | Make the capitalisation of the various heading pages consistent. Fix various field var name errors observed.
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-0/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Buttons update to new design:wqStephen Beaver2015-11-041-6/+11
|
* convert services_captiveportal_ip to faheper2015-10-311-3/+3
|
* Completed #5359Stephen Beaver2015-10-301-26/+51
|
* Fixed #5145Stephen Beaver2015-09-161-1/+1
| | | | Direction value was not being saved in config
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-105/+68
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+208
OpenPOWER on IntegriCloud