Index: lams_central/web/includes/javascript/orgGroup.js =================================================================== diff -u -rab2e2241e9bfa93bad93f8908850405d124daaa5 -r6ad3d1341b3dc1f066c69c7129a8c1dff15980a5 --- lams_central/web/includes/javascript/orgGroup.js (.../orgGroup.js) (revision ab2e2241e9bfa93bad93f8908850405d124daaa5) +++ lams_central/web/includes/javascript/orgGroup.js (.../orgGroup.js) (revision 6ad3d1341b3dc1f066c69c7129a8c1dff15980a5) @@ -25,7 +25,7 @@ } else { $('#groupingName').val(grouping.name); // move Save button to the titlebar, i.e. outside of this iframe to the enveloping dialog - $('div.ui-dialog-titlebar', window.parent.document).prepend($('.customDialogButton')); + $('div.ui-dialog-titlebar', window.parent.document).append($('.customDialogButton')); } if (canEdit) { @@ -68,7 +68,7 @@ }); if (!nameIsUnique) { groupTopIndex++; - name = LABELS.GROUP_PREFIX_LABEL + groupTopIndex; + name = LABELS.GROUP_PREFIX_LABEL + ' ' + groupTopIndex; } } while (!nameIsUnique);