From 4773711e0f3b25439da0b7fd7e29c068546af430 Mon Sep 17 00:00:00 2001 From: Remy Date: Fri, 19 Aug 2011 21:12:06 -0700 Subject: [PATCH] Updated search results template in remix interface, updated version --- data/interfaces/remix/searchresults.html | 6 +++--- headphones/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/interfaces/remix/searchresults.html b/data/interfaces/remix/searchresults.html index 5109d10b..b02fedd6 100644 --- a/data/interfaces/remix/searchresults.html +++ b/data/interfaces/remix/searchresults.html @@ -57,11 +57,11 @@ "oLanguage": { "sLengthMenu":"Show _MENU_ results per page", "sEmptyTable": "No results", - "sInfo":"Showing _TOTAL_ results", + "sInfo":"Showing _START_ to _END_ of _TOTAL_ results", "sInfoEmpty":"Showing 0 to 0 of 0 results", "sInfoFiltered":"(filtered from _MAX_ total results)"}, - "bPaginate": false, - "bFilter": false, + "iDisplayLength": 25, + "sPaginationType": "full_numbers", "aaSorting": [] }); diff --git a/headphones/version.py b/headphones/version.py index b6c5af53..0dda129e 100644 --- a/headphones/version.py +++ b/headphones/version.py @@ -1 +1 @@ -HEADPHONES_VERSION = "develop" \ No newline at end of file +HEADPHONES_VERSION = "master" \ No newline at end of file