summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_virtual_server.php
Commit message (Collapse)AuthorAgeFilesLines
* Breadcrumb linksPhil Davis2017-02-111-0/+1
| | | | (cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
| | | | (cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
* Fixed #6169Stephen Beaver2016-04-151-1/+34
| | | | | | and added alias pop-ups to load_balancer_virtual_server.php (cherry picked from commit 0200db178ef225f796aea837e33ae438f5899ae3)
* Merge pull request #2819 from ↵Stephen Beaver2016-04-041-1/+1
| | | | | | NOYB/Services_/_Load_Balancer_-_Remove_Personalizations (cherry picked from commit 6d105e8d5ded647dfc65cbc9625c41a3afc74a0e)
* Escape ampersands in linksNewEraCracker2016-02-151-2/+2
| | | | For better HTML conformant with standards.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* 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().
* 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"...
* print_info_box successPhil Davis2016-01-081-1/+1
| | | | | | | | | | | | In most situations we want the print_info_box() of $savemsg to be 'success'. If there was some problem saving, then it can be 'warning'. These are a few places I have found so far that need this sort of fixing up - more to come but sleep calls just now! I made the change to index.php also to be consistent with the others, even though it does not actually change anything "for real" because 'warning' is the default anyway. It will make it easy for people in future to see that is the case, specially if they are adding other $savemsg things that need to be 'success'.
* 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
* Code style lPhil Davis2015-12-151-5/+8
|
* 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.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+1
|
* 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
|
* Buttons update to new design:wqStephen Beaver2015-11-041-5/+7
|
* convert load_balancer_virtual_server to faheper2015-10-311-5/+5
|
* Fixed #5128Stephen Beaver2015-09-111-1/+1
| | | | Delete button now points to load_balancer_virtual_server.php, NOT load_balancer_virtual_server_edit.php
* Fixed #5127Stephen Beaver2015-09-111-1/+1
|
* load_balancer_virtual_server.php: Bootstrap conversion completeStephen Beaver2015-09-101-70/+126
|
* Misc encoding/display issues in the Load Balancer codejim-p2015-09-081-0/+2
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+152
OpenPOWER on IntegriCloud