Index: lams_central/web/orgGroup.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/orgGroup.jsp,v diff -u -r1.4.2.9 -r1.4.2.10 --- lams_central/web/orgGroup.jsp 3 Nov 2016 16:04:03 -0000 1.4.2.9 +++ lams_central/web/orgGroup.jsp 12 May 2017 14:28:11 -0000 1.4.2.10 @@ -44,12 +44,31 @@ GROUP_LOCK_LABEL : decoderDiv.html('').text(), - TRANSFER_LOCKED_LABEL : decoderDiv.html('').text() + TRANSFER_LOCKED_LABEL : decoderDiv.html('').text(), + + SAVE_AS_COURSE_GROUPING_LABEL : decoderDiv.html('').text(), + + NAME_BLANK_LABEL : decoderDiv.html('').text(), + + NAME_NOT_UNIQUE_LABEL : decoderDiv.html('').text(), + + ENTER_COURSE_GROUPING_NAME_LABEL : decoderDiv.html('').text(), + + SAVED_SUCCESSFULLY_LABEL : decoderDiv.html('').text() }; + +
+ +
+
+
@@ -125,5 +144,26 @@
+ + +
+ + + + +
+ +
+ +
+ + +
+
+ \ No newline at end of file