Index: lams_central/web/groupContents.jsp
===================================================================
diff -u -rfdc0dab72d871434ed73e1407c57055c52d8aa49 -r11f16606c7baa29a2a4aecdb66e95278e106f4c5
--- lams_central/web/groupContents.jsp (.../groupContents.jsp) (revision fdc0dab72d871434ed73e1407c57055c52d8aa49)
+++ lams_central/web/groupContents.jsp (.../groupContents.jsp) (revision 11f16606c7baa29a2a4aecdb66e95278e106f4c5)
@@ -14,7 +14,7 @@
>
${i.index}
- |
+
${lesson.startDate}
|
@@ -26,9 +26,6 @@
${lesson.favorite} |
-
-
- |
@@ -155,7 +152,11 @@
|
-
+
+
+
+
+ |
Index: lams_central/web/main.jsp
===================================================================
diff -u -rfdc0dab72d871434ed73e1407c57055c52d8aa49 -r11f16606c7baa29a2a4aecdb66e95278e106f4c5
--- lams_central/web/main.jsp (.../main.jsp) (revision fdc0dab72d871434ed73e1407c57055c52d8aa49)
+++ lams_central/web/main.jsp (.../main.jsp) (revision 11f16606c7baa29a2a4aecdb66e95278e106f4c5)
@@ -76,7 +76,7 @@
table:not(.cards).user-monitor .lesson-image {
position: absolute;
- right: 230px;
+ right: 270px;
padding: 0;
background-image: none;
}
@@ -130,7 +130,7 @@
}
.user-monitor:not(.cards) .learners-count {
position: absolute;
- left: 68px;
+ left: 15px;
margin-top: 20px;
}
@@ -139,7 +139,8 @@
}
td.row-reorder {
- width: 30px;
+ width: 20px;
+ padding-left: .25rem
}
.chart-holder {
@@ -388,8 +389,7 @@
{"visible": false},
//star lesson feature
{"visible": true},//we need to mark it as visible:true, but set manually display:none to be able to access it from toggleFavoriteLesson() method
- //row-reordering feature
- {"width": "20px", "visible": lessonsTable.data("row-reordering-enabled")},
+ //lesson image
{
'orderable': false,
'className': 'text-center'
@@ -400,7 +400,9 @@
{
'data': 'extn',
"visible": lessonsTable.data("is-user-monitor")
- }
+ },
+ //row-reordering feature
+ {"width": "20px", "visible": lessonsTable.data("row-reordering-enabled")},
]
})
.on( 'row-reorder', function ( e, diff, edit ) {