Index: lams_central/web/groupContents.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/groupContents.jsp,v diff -u -r1.19 -r1.20 --- lams_central/web/groupContents.jsp 8 May 2012 18:39:09 -0000 1.19 +++ lams_central/web/groupContents.jsp 9 May 2012 16:21:28 -0000 1.20 @@ -115,10 +115,11 @@
" class="j-subgroup-lessons"> - - true - - " class="j-single-subgroup-lesson"> +
+ + + true + " class="j-single-lesson"> @@ -184,8 +185,10 @@ -
" > 
-
+ + + +
Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/groupDisplay.js,v diff -u -r1.14 -r1.15 --- lams_central/web/includes/javascript/groupDisplay.js 8 May 2012 18:39:08 -0000 1.14 +++ lams_central/web/includes/javascript/groupDisplay.js 9 May 2012 16:21:28 -0000 1.15 @@ -112,9 +112,9 @@ if (jQuery("div.j-lessons", org).size() > 0) { var jLessons = jQuery("div.j-lessons#"+orgId+"-lessons"); var jLessonsTable = jQuery("table.lesson-table tbody",jLessons); - makeSortable(jLessonsTable, "j-single-lesson"); + makeSortable(jLessonsTable); jQuery("div.j-subgroup-lessons>table.lesson-table tbody", org).each(function() { - makeSortable(jQuery(this), "j-single-subgroup-lesson"); + makeSortable(jQuery(this)); }); jQuery("div.mycourses-right-buttons", jLessons).html(""); } @@ -138,7 +138,7 @@ }); } - function makeSortable(element, acceptClass) { + function makeSortable(element) { jQuery(element).sortable({ axis: "y", delay: 100,