summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_host_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-34/+45
|
* Pencil symbolsPhil Davis2015-03-091-4/+4
| | | | | | | | | These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Fix unbound shortcut linksPhil Davis2014-12-281-3/+3
| | | | | | | | | | | | Fixes redmine #4151 1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq resolver=unbound 2) Make the value of $shortcuts_section correct in each dnsmasq and unbound php code 3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then show shortcuts for dnsmasq, otherwise show shortcuts for unbound. 4) Fix some references to forwarder in unbound code - should be resolver.
* Remove var_dump from production codePhil Davis2014-11-191-1/+0
|
* Merge pull request #1332 from phil-davis/patch-3Renato Botelho2014-11-181-5/+19
|\
| * Stop FQDN in hostname fieldPhil Davis2014-11-111-5/+19
| |
* | 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-8/+12
| | | | | | | | | | | | | | 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
* Mark unbound as the subsystemWarren Baker2014-03-291-1/+1
|
* Email add updateWarren Baker2014-03-291-1/+1
|
* Correct priv matchWarren Baker2014-03-291-1/+1
|
* Reference correct unbound hosts edit fileWarren Baker2014-03-291-0/+300
OpenPOWER on IntegriCloud