Index: lams_admin/web/css/learningLibraryGroup.scss =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r5fad66d149afd3cf16cc5b5817dd605a4bf15157 --- lams_admin/web/css/learningLibraryGroup.scss (.../learningLibraryGroup.scss) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_admin/web/css/learningLibraryGroup.scss (.../learningLibraryGroup.scss) (revision 5fad66d149afd3cf16cc5b5817dd605a4bf15157) @@ -8,13 +8,8 @@ padding: 3px 5px; font-size: small; font-weight: bold; - border-bottom: $border-thin-dotted; } -table#groupsTable { - height: 375px; -} - table#groupsTable td { vertical-align: top; } Index: lams_admin/web/includes/javascript/learningLibraryGroup.js =================================================================== diff -u -r472fb979e3afdb43a7d537e588c5204554ba9f38 -r5fad66d149afd3cf16cc5b5817dd605a4bf15157 --- lams_admin/web/includes/javascript/learningLibraryGroup.js (.../learningLibraryGroup.js) (revision 472fb979e3afdb43a7d537e588c5204554ba9f38) +++ lams_admin/web/includes/javascript/learningLibraryGroup.js (.../learningLibraryGroup.js) (revision 5fad66d149afd3cf16cc5b5817dd605a4bf15157) @@ -201,8 +201,7 @@ * Save groups and let parent window that it can close the dialog */ function saveGroups(){ - var groups = [], - result = false; + var groups = []; $('#groupsTable .groupContainer').not('#newGroupPlaceholder').each(function(){ var learningLibraries = $('div.draggableLearningLibrary', this), @@ -235,13 +234,11 @@ }, 'type' : 'POST', 'success' : function(){ - result = true; + $('#dialogToolGroup', window.parent.document).remove(); }, 'error' : function(){ alert(LABELS.SAVE_ERROR); } }); } - - return result; } \ No newline at end of file Index: lams_admin/web/toolcontent/learningLibraryGroup.jsp =================================================================== diff -u -r5a0c67fe7b338c1f3ad27b7e309d993feb90a0b5 -r5fad66d149afd3cf16cc5b5817dd605a4bf15157 --- lams_admin/web/toolcontent/learningLibraryGroup.jsp (.../learningLibraryGroup.jsp) (revision 5a0c67fe7b338c1f3ad27b7e309d993feb90a0b5) +++ lams_admin/web/toolcontent/learningLibraryGroup.jsp (.../learningLibraryGroup.jsp) (revision 5fad66d149afd3cf16cc5b5817dd605a4bf15157) @@ -37,6 +37,11 @@