summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_pool_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6168Stephen Beaver2016-04-151-0/+2
| | | | | | Needed to override form action since it was inheriting the current GET arguments (cherry picked from commit 91cd1923b133c57eaa9897ce4574ce19b7122dc4)
* Merge pull request #2819 from ↵Stephen Beaver2016-04-041-3/+3
| | | | | | NOYB/Services_/_Load_Balancer_-_Remove_Personalizations (cherry picked from commit 6d105e8d5ded647dfc65cbc9625c41a3afc74a0e)
* Merge pull request #2769 from phil-davis/btnattrStephen Beaver2016-03-211-12/+5
|\
| * Reengineer Form_Button setAttributePhil Davis2016-03-201-12/+5
| | | | | | | | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* | Allow moving last pool entryPhil Davis2016-03-201-1/+1
|/ | | | If you are moving load balancer pool entries back and forth between the enabled and disabled pools, you can't move the last entry in the disabled pool back to the enabled pool, which you should be able to do. This change also gives the user flexibility to move the last enabled entry to the disabled, that is helpful if the user is just moving entries around - e.g. putting everything into disabled then adding 1 or 2 back to the enabled. On save, the validation checks that the enabled list has something in it, so the user can;t actually save an empty load balancer pool anyway.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-5/+5
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-5/+5
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+1
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-10/+20
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Synchronize page title with tab title. Convert page title to title case.k-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-3/+3
|
* Add gettext to select option names where requiredStephen Beaver2016-01-211-2/+2
|
* 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-37/+54
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* 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.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* fix moveOption functionbruno2015-11-191-1/+2
|
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - 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-26/+51
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed $5050Stephen Beaver2015-09-161-8/+17
| | | | serversdisabled list filtered to remove blank entry
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-0/+15
|
* Misc encoding/display issues in the Load Balancer codejim-p2015-09-081-0/+6
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-208/+286
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+368
OpenPOWER on IntegriCloud