Index: lams_central/web/groupContents.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/groupContents.jsp,v diff -u -r1.4 -r1.5 --- lams_central/web/groupContents.jsp 5 Dec 2007 23:50:02 -0000 1.4 +++ lams_central/web/groupContents.jsp 19 Dec 2007 06:02:38 -0000 1.5 @@ -11,8 +11,8 @@
-lessons" class="j-lessons"> Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.31 -r1.32 --- lams_central/web/css/defaultHTML.css 12 Dec 2007 22:56:59 -0000 1.31 +++ lams_central/web/css/defaultHTML.css 19 Dec 2007 06:02:39 -0000 1.32 @@ -1008,6 +1008,8 @@ .mycourses-right-buttons {float:right; padding-right:20px; margin-top:11px; height:24px; font-size:11px} +#content a.sorting { border-bottom: none; cursor: pointer; } + #content a.add-lesson-button { background: url('../images/css/add_lesson.jpg') no-repeat 0px 0px; color: #666; Index: lams_central/web/images/sorting_disabled.gif =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/images/sorting_disabled.gif,v diff -u Binary files differ Index: lams_central/web/images/sorting_enabled.gif =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/images/sorting_enabled.gif,v diff -u Binary files differ Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/groupDisplay.js,v diff -u -r1.5 -r1.6 --- lams_central/web/includes/javascript/groupDisplay.js 6 Dec 2007 06:16:35 -0000 1.5 +++ lams_central/web/includes/javascript/groupDisplay.js 19 Dec 2007 06:02:38 -0000 1.6 @@ -97,7 +97,7 @@ jQuery("div.j-subgroup-lessons", org).each(function() { makeSortable(jQuery(this), "j-single-subgroup-lesson"); }); - jQuery("div.mycourses-right-buttons", jLessons).html(getSortingEnabledText()); + jQuery("div.mycourses-right-buttons", jLessons).html(""); } } @@ -109,7 +109,7 @@ var link = jQuery("div.mycourses-right-buttons", jLessons); if (link.html().indexOf(getSortingEnabledText()) >= 0) { jLessons.SortableDestroy(); - link.html(""+getEnableSortingText()+""); + link.html(""); jQuery("div.j-subgroup-lessons", this).each(function() { jQuery(this).SortableDestroy(); });