diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-14 20:43:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-14 20:43:20 +0000 |
commit | d75902980878d7a8f84cefe2b4a2ee4b46ebfa50 (patch) | |
tree | b15d89fbc37ed094bdb99823dd1d5cb3100182f0 /templates/sidebar_preferences.inc.php | |
parent | f5723a113e81a93b82f49a377a5085db99b94461 (diff) | |
download | ampache-d75902980878d7a8f84cefe2b4a2ee4b46ebfa50.tar.gz ampache-d75902980878d7a8f84cefe2b4a2ee4b46ebfa50.tar.bz2 ampache-d75902980878d7a8f84cefe2b4a2ee4b46ebfa50.zip |
added some links to the sidebar preferences adn then also added in some missing fields to the show songs, only missing the ratings on show songs now...
Diffstat (limited to 'templates/sidebar_preferences.inc.php')
-rw-r--r-- | templates/sidebar_preferences.inc.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/sidebar_preferences.inc.php b/templates/sidebar_preferences.inc.php index e5e2867b..c1e6471e 100644 --- a/templates/sidebar_preferences.inc.php +++ b/templates/sidebar_preferences.inc.php @@ -1,8 +1,7 @@ -<h4><?php echo _('Browse By'); ?></h4> -<select name="type"> - <option value="song"><?php echo _('Song Title'); ?></option> - <option value="album"><?php echo _('Albums'); ?></option> - <option value="artist"><?php echo _('Artist'); ?></option> - <option value="genre"><?php echo _('Genre'); ?></option> -</select> +<h4><?php echo _('Sections'); ?></h4> +<hr /> +<a href="<?php echo $web_path; ?>/preferences.php?tab=interface"><?php echo _('Interface'); ?></a> +<a href="<?php echo $web_path; ?>/preferences.php?tab=streaming"><?php echo _('Streaming'); ?></a> +<a href="<?php echo $web_path; ?>/preferences.php?tab=options"><?php echo _('Options'); ?></a> +<a href="<?php echo $web_path; ?>/preferences.php?tab=account"><?php echo _('Account'); ?></a> <hr /> |