summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay_controllers.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* renamed a few files (missing php extension)spocky2007-10-241-10/+22
| | | | updated most of the tables so that every column is independently customizable by css rules
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-141-2/+2
| | | | add instances, just not actually play to it... realized I need to think on how to do that a little...
* few more tweaks to localplay, added in the mpd table creation mojo, just ↵Karl 'vollmerk' Vollmer2007-09-091-1/+10
| | | | need to finish install and then build the interface
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-091-0/+49
- New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo