Index: lams_central/build.xml
===================================================================
diff -u -r3cdcc421a982fe488cd3c991e2a9d4f3af0ae778 -r1ba563378355d4a7e3b284cd645460f396989272
--- lams_central/build.xml (.../build.xml) (revision 3cdcc421a982fe488cd3c991e2a9d4f3af0ae778)
+++ lams_central/build.xml (.../build.xml) (revision 1ba563378355d4a7e3b284cd645460f396989272)
@@ -13,7 +13,7 @@
-
+
Index: lams_central/web/WEB-INF/web.xml
===================================================================
diff -u -rad80b813ce57fb0277896d5ba213d15b559af004 -r1ba563378355d4a7e3b284cd645460f396989272
--- lams_central/web/WEB-INF/web.xml (.../web.xml) (revision ad80b813ce57fb0277896d5ba213d15b559af004)
+++ lams_central/web/WEB-INF/web.xml (.../web.xml) (revision 1ba563378355d4a7e3b284cd645460f396989272)
@@ -652,7 +652,7 @@
Organisation grouping
- /orgGroup.jsp
+ /groups.jsp
/orgGrouping.jsp
GET
POST
Index: lams_central/web/css/groups.css
===================================================================
diff -u
--- lams_central/web/css/groups.css (revision 0)
+++ lams_central/web/css/groups.css (revision 1ba563378355d4a7e3b284cd645460f396989272)
@@ -0,0 +1,66 @@
+#newGroupPlaceholder {
+ cursor: pointer;
+}
+
+#newGroupPlaceholder > div {
+ margin-top: 80px;
+}
+
+.groupContainer {
+ width: 279px;
+ border: thin dotted var(--bs-secondary);
+}
+
+.sortUsersButton, .removeGroupButton {
+ cursor: pointer;
+}
+
+.userContainer {
+ height: 260px;
+ overflow-y: auto;
+}
+
+#unassignedUserCell .userContainer {
+ height: calc(100% - 10px);
+ overflow-x: auto;
+}
+
+.ui-droppable-hover {
+ padding: 0 !important;
+ border: 4px solid var(--bs-primary) !important;
+}
+
+.draggableSelected {
+ background-color: var(--bs-gray-200);
+ font-weight: bold;
+}
+
+.draggableItem {
+ cursor: grab;
+}
+
+.draggableItem:hover {
+ background: var(--lams-background-gray);
+}
+
+.groupContainer input {
+ width: 160px;
+}
+
+#newGroupPlaceholder > div {
+ margin: 130px 0;
+}
+
+.userContainer .ui-state-disabled {
+ opacity: 1 !important;
+}
+
+.locked {
+ padding: 4px;
+ border: 3px solid var(--bs-danger);
+}
+
+.dialogContainer {
+ display: none;
+ -webkit-overflow-scrolling: touch !important;
+}
\ No newline at end of file
Fisheye: Tag 1ba563378355d4a7e3b284cd645460f396989272 refers to a dead (removed) revision in file `lams_central/web/css/orgGroup.css'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_central/web/groups.jsp
===================================================================
diff -u -r7538876b77a0bc0137cdfc9262501464b988061c -r1ba563378355d4a7e3b284cd645460f396989272
--- lams_central/web/groups.jsp (.../groups.jsp) (revision 7538876b77a0bc0137cdfc9262501464b988061c)
+++ lams_central/web/groups.jsp (.../groups.jsp) (revision 1ba563378355d4a7e3b284cd645460f396989272)
@@ -19,14 +19,14 @@
-
+
-
+