summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_domainoverride_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Code style services unboundPhil Davis2015-05-281-128/+136
|
* Unbound domain override IP:port validationPhil Davis2015-01-301-1/+1
| | | | The domain override is IP:port is invalid if either the IP address OR port is invalid. Previously you could put an invalid IP with valid port, or valid IP with invalid port.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Tidy up "services_unbound" XHTMLColin Fleming2014-04-041-7/+7
| | | | | | | | | | | | | | Add "cloeahead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUT Remove duplicate closing TD tag Move TFOOT tag between THEAD and TBODY (quirk of HTML) Add dummy table row, but don't display it Remove duplicate opening and closing TR tags Closing IMG and add ALT Deprecate ampersand
* Add domain override pageWarren Baker2014-03-291-0/+166
OpenPOWER on IntegriCloud