summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways.php
Commit message (Collapse)AuthorAgeFilesLines
* Internationalization of various system*.phpPhil Davis2016-02-031-5/+5
|
* systems_gateways action button titlesPhil Davis2016-01-281-5/+5
| | | Hmmm - there are a few of these, I should have made a branch with a single commit. Anyway, nearly done.
* Remove static routes to DNS servers when gateway is disabled. It should fix ↵Renato Botelho2016-01-281-0/+1
| | | | #4921
* 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().
* Fixed #5566Stephen Beaver2016-01-131-40/+47
|
* Convert short open tags to full tagsNewEraCracker2016-01-071-3/+3
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* Bug #5527heper2015-12-211-2/+2
|
* Encode gateway attributes before printingjim-p2015-12-211-2/+2
|
* Code style system_*Phil Davis2015-12-171-15/+21
|
* 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
* cleanup static routes for interface nonlocal gateways when being deleted or ↵PiBa-NL2015-11-261-0/+9
| | | | changed.
* 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.
* Revise System->Routing menu entry and page titlesStephen Beaver2015-11-201-1/+1
|
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-5/+5
|
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* 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
|
* Updated button stylesStephen Beaver2015-11-041-7/+8
|
* system_gateways Actions column formatPhil Davis2015-10-281-1/+1
|
* system_gateways text of edit buttonPhil Davis2015-10-281-1/+1
| | | | Make it consistent with the others
* Add "Actions" text to table headerStephen Beaver2015-10-271-1/+1
|
* system_gateways font-awesome convertheper2015-10-271-13/+14
| | | https://forum.pfsense.org/index.php?topic=101343.15
* Do a service reload of dyndns when changing gateways in case something hasChris Buechler2015-09-291-0/+2
| | | | changed. Ticket #5214
* IPv4 "add new gateway" functionality provided via modal pop-upStephen Beaver2015-09-081-1/+2
| | | | Basic hide/show for form setction implemented
* Fixed #5071Stephen Beaver2015-09-031-28/+54
| | | | Incorrect button title
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-213/+84
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+436
OpenPOWER on IntegriCloud