diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-18 16:49:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-08-18 16:49:50 +0000 |
commit | ebd39247d9e7a4eda49ac3410197de1e1a2f2457 (patch) | |
tree | 8cd483816d3fa8d514bc63e618e2073be132365f /templates/show_mpdpl.inc | |
parent | ccf03a68e2584835fb4d6fe3a6bc2e2cc780ce8c (diff) | |
download | ampache-ebd39247d9e7a4eda49ac3410197de1e1a2f2457.tar.gz ampache-ebd39247d9e7a4eda49ac3410197de1e1a2f2457.tar.bz2 ampache-ebd39247d9e7a4eda49ac3410197de1e1a2f2457.zip |
few mpd style tweaks, new archive lib and a new print_tags
Diffstat (limited to 'templates/show_mpdpl.inc')
-rw-r--r-- | templates/show_mpdpl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_mpdpl.inc b/templates/show_mpdpl.inc index a8bdac20..8a2e3f09 100644 --- a/templates/show_mpdpl.inc +++ b/templates/show_mpdpl.inc @@ -99,8 +99,8 @@ $myMpd = init_mpd(); echo "<tr class=\"".flip_class()."\">"; if ($id==$myMpd->current_track_id) { - $tdstyle = "style='padding: 0px 2px 0px 2px; font-weight: bold;' class='error'"; - $linkstyle = "class='error'"; + $tdstyle = "style='padding: 0px 2px 0px 2px; font-weight: bold;' class='npsong'"; + $linkstyle = "class='npsong'"; } else { $tdstyle = $minpad; |