From 6c570d4e5a66ca2d49295f6352c71cee6ae32097 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 6 Jun 2006 02:50:03 +0000 Subject: added volume controls, missing mute icon --- templates/show_localplay_control.inc.php | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'templates/show_localplay_control.inc.php') diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index 47aebac1..2c8d74b5 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -29,24 +29,40 @@ $ajax_url = $web_path . '/server/ajax.server.php'; ?>
has_function('prev')) { ?> - + prev - + stop has_function('pause')) { ?> - + pause - + play has_function('next')) { ?> - + next +
+has_function('volume_up')) { ?> + + volume up + + +has_function('volume_down')) { ?> + + volume down + + +has_function('volume_mute')) { ?> + + volume mute + +
-- cgit