summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-09 18:08:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-09 18:08:24 +0000
commitd4c239b9df5cf26e5e3c2f14a92564b1237bae20 (patch)
tree1c67e519d72f4e7d932ad9f972a962b620c1487d /templates/sidebar.inc.php
parentc4018a940772609a2703c04caaee34197b2efed6 (diff)
downloadampache-d4c239b9df5cf26e5e3c2f14a92564b1237bae20.tar.gz
ampache-d4c239b9df5cf26e5e3c2f14a92564b1237bae20.tar.bz2
ampache-d4c239b9df5cf26e5e3c2f14a92564b1237bae20.zip
added Min option to the normal random play and cleaned up sidebar a bit
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index eaef278b..ab7ec8f7 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -5,9 +5,8 @@
All rights reserved.
This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ modify it under the terms of the GNU General Public License v2
+ as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -168,7 +167,7 @@ $web_path = conf('web_path');
<option value="length"><?php echo _('Minutes'); ?></option>
<option value="full_artist"><?php echo _('Artists'); ?></option>
<option value="full_album"><?php echo _('Albums'); ?></option>
- <option value="Less Played"><?php echo _('Less Played'); ?></option>
+ <option value="unplayed"><?php echo _('Less Played'); ?></option>
</select>
<br />
<?php show_catalog_pulldown('catalog','width:8.7em;'); ?>