Index: lams_central/web/orgGrouping.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -refd67298c7f0ea03a8fc9d670329812589db742a --- lams_central/web/orgGrouping.jsp (.../orgGrouping.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_central/web/orgGrouping.jsp (.../orgGrouping.jsp) (revision efd67298c7f0ea03a8fc9d670329812589db742a) @@ -9,8 +9,50 @@ + + @@ -29,7 +71,11 @@ REMOVE_GROUPING_CONFIRM_LABEL : decoderDiv.html('').text(), - USE_GROUPING_CONFIRM_LABEL : decoderDiv.html('').text() + USE_GROUPING_CONFIRM_LABEL : decoderDiv.html('').text(), + + COURSE_GROUPS_TO_BRANCHES_MATCH_DIALOG_TITLE : '', + + OK_BUTTON : '' }; @@ -50,17 +96,12 @@ <%-- In lesson mode do not show groupings with zero groups --%>
- - - - - (${grouping.groupCount}) - + + + (${grouping.groupCount}) + title="" onClick="javascript:removeGrouping(${grouping.groupingId})" />
@@ -71,5 +112,44 @@ + + + + \ No newline at end of file