From de5f1c00d30c01d7e8628dafe8e4c02b2f3c61ea Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 8 Apr 2006 17:23:24 +0000 Subject: cleaned up the play type switch as well as updating the icons so they look a little better --- templates/sidebar.inc.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'templates/sidebar.inc.php') diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 4d17dd31..36c90ec7 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -177,6 +177,26 @@ $web_path = conf('web_path'); +prefs['localplay_level'] > 0) { ?> +
  • + +
  • + +
  • + +
    + + + onclick="ajaxPut('','action=change_play_type&type=stream','play_type');return true;"> + +    + onclick="ajaxPut('','action=change_play_type&type=localplay','play_type');return true;"> + + + +
  • + +
  • -- cgit