From: Charles Holbrow Date: Fri, 1 Mar 2013 18:51:06 +0000 (-0500) Subject: specify number of results in a course List page X-Git-Tag: release-20150131~500^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1392f7b46f06af52f305f393c1e01b14219f224b;p=oweals%2Fkarmaworld.git specify number of results in a course List page --- 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