From 1392f7b46f06af52f305f393c1e01b14219f224b Mon Sep 17 00:00:00 2001 From: Charles Holbrow Date: Fri, 1 Mar 2013 13:51:06 -0500 Subject: [PATCH] specify number of results in a course List page --- karmaworld/templates/courses/course_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/karmaworld/templates/courses/course_list.html b/karmaworld/templates/courses/course_list.html index 746e921..30155a8 100644 --- a/karmaworld/templates/courses/course_list.html +++ b/karmaworld/templates/courses/course_list.html @@ -23,6 +23,8 @@ $(document).ready(function() { }, // don't provide a option for the user to change the table page length 'bLengthChange': false, + // sepcify the number of rows in a page + 'iDisplayLength': 20, // Position the filter bar at the top 'sDom': '<"top"f>rt<"bottom"p><"clear">', // Specify options for each column -- 2.25.1