From ded956d517fac5b46040a0478eb8415b30ef0baa Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 27 Apr 2008 06:12:32 +0000 Subject: added ability to add search results to playlist, or download if batch downloaded is enabled, also fixed user browse sorting --- templates/show_playlist.inc.php | 2 +- templates/show_search.inc.php | 2 +- templates/show_search_bar.inc.php | 2 +- templates/show_search_options.inc.php | 32 ++++++++++++++++++++++++++++++++ templates/show_users.inc.php | 8 ++++---- 5 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 templates/show_search_options.inc.php (limited to 'templates') diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php index f04326fd..3b72496f 100644 --- a/templates/show_playlist.inc.php +++ b/templates/show_playlist.inc.php @@ -29,7 +29,7 @@
  • - +
  • id,_('Add All'),'play_playlist'); ?>
  • diff --git a/templates/show_search.inc.php b/templates/show_search.inc.php index 644baa55..a23ccc70 100644 --- a/templates/show_search.inc.php +++ b/templates/show_search.inc.php @@ -1,7 +1,7 @@ + +
    + +
    + diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php index 9a2b276c..92f78804 100644 --- a/templates/show_users.inc.php +++ b/templates/show_users.inc.php @@ -1,7 +1,7 @@ - ( ) - - + ( ) + + -- cgit