summaryrefslogtreecommitdiffstats
path: root/usr/local/www/shortcuts.inc
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style usr-local-www back-endPhil Davis2015-04-191-24/+42
| | | | files that do stuff in mostly in the background.
* Fix unbound shortcut linksPhil Davis2014-12-281-7/+7
| | | | | | | | | | | | 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.
* Add a shortcut for unbound and enable itRenato Botelho2014-12-151-1/+6
|
* Tidy up Ampersand XHTMLColin Fleming2014-05-271-1/+1
| | | | Deprecate Ampersand in Anchor tags
* Fix shortcut bar for ipsec to show the correct service.jim-p2014-05-131-1/+1
|
* Show apinger as a service when active, and display its status on ↵jim-p2013-08-061-0/+1
| | | | gateway-related pages.
* Tidy up XHTMLColin Fleming2013-03-051-3/+3
| | | | Added ALT to img tag
* Use REQUEST_URI here so the GET parameters are preserved (makes the links ↵jim-p2012-08-171-1/+1
| | | | work better for things like interfaces.php?if=wan, and packages.
* Extend the shortcuts code and link back from Status > Services also.jim-p2012-08-151-0/+67
|
* More shortcutsjim-p2012-08-141-0/+16
|
* Initialize this for good measure.jim-p2012-08-141-0/+2
|
* Add (c) header, also add ability to glob in shortcuts so packages can use it ↵jim-p2012-08-141-5/+69
| | | | too.
* Update usr/local/www/shortcuts.incbcyrill2012-08-131-2/+2
| | | Fix array initialization
* Where possible, link back to the main page of a section too.jim-p2012-08-111-0/+21
|
* Activate service status/control for CP also.jim-p2012-08-101-2/+2
|
* Fixup openvpn shortcut bar status/controljim-p2012-08-101-1/+1
|
* Declare arrays before using them.jim-p2012-08-101-4/+29
|
* Remove some notes/comments that aren't needed, add example.jim-p2012-08-101-91/+3
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-101-0/+158
status/control, added to dns forwarder as example.
OpenPOWER on IntegriCloud