summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_zones.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused print_info_box($savemsg)Phil Davis2017-01-041-4/+0
| | | | | | | | These are files that make no use of $savemsg. May as well remove the print_info_box($savemsg) to avoid future confusion for maintainers wondering why it is there. (cherry picked from commit 24a4f2ef15a09740a1c13850f85dc345f08cd653)
* Standardize privilege name capitalizationPhil Davis2017-01-021-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. (cherry picked from commit 48157a04dde7b3a56776417cdc7b5e457a660733)
* Captive portal: convert tables to sortable tablesplumbeo2016-12-211-2/+2
| | | | | | Convert the used vouchers table from the old GET order method to a sortable table, and make the other tables (allowed IPs, hostnames, zones) sortable too. (cherry picked from commit 0122f1d05b24ff8160b9ec42af382185572788c4)
* Sanitize 'zone' parameter on CP pagesRenato Botelho2016-09-201-1/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
| | | | (cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
* 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().
* Merge pull request #2813 from ↵Stephen Beaver2016-04-041-1/+1
| | | | | | NOYB/Services_/_Captive_Portal_-_Remove_Personalizations (cherry picked from commit cbe2d30f3b69f35ee2a174e931209a49cee594c6)
* 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
* Standardize print_apply_box usagePhil Davis2016-01-271-1/+1
| | | | | | | | | | 1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Fix minor typos and correct code standardsNewEraCracker2016-01-061-1/+1
|
* Code style services captive portalPhil Davis2015-12-161-2/+4
|
* Standardize Captive Portal breadcrumbsPhil Davis2015-12-071-1/+1
| | | | | 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.
* 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-21/+18
|
* convert services_captiveportal_zoneheper2015-10-311-2/+2
|
* Completed #5359Stephen Beaver2015-10-301-25/+50
|
* Modified the files for BootstrapHari2015-09-131-64/+46
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+154
OpenPOWER on IntegriCloud