summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Add reason to write_config() calldoktornotor2017-03-091-1/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-5/+9
| | | | functions
* GET/POST conversion system_routes*Steve Beaver2017-02-101-41/+36
|
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Report problems applying changesPhil Davis2017-01-031-4/+3
|/ | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* 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-43/+42
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | 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().
* System - Miscellaneous - Remove PersonalizationsNOYB2016-04-051-1/+1
| | | | Remove "you" personalizations.
* Internationalization of various system*.phpPhil Davis2016-02-031-6/+7
|
* system_routes action button titlesPhil Davis2016-01-281-5/+5
|
* 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().
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Fixed #5566Stephen Beaver2016-01-131-44/+51
|
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+1
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Convert short open tags to full tagsNewEraCracker2016-01-071-1/+1
| | | | | | 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
|
* Code style system_*Phil Davis2015-12-171-5/+9
|
* 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
* Tidy up "system_routes.php"Colin Fleming2015-12-011-1/+1
| | | | Move closing TR tag into the PHP foreach statement
* 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-4/+4
|
* 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/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+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
|
* Updated button stylesStephen Beaver2015-11-041-7/+8
|
* system_routes Actions column formatPhil Davis2015-10-281-1/+4
|
* Add "Actions" text to table headerStephen Beaver2015-10-271-31/+52
|
* system_routes font-awesome convertheper2015-10-271-15/+14
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-172/+68
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+407
OpenPOWER on IntegriCloud