Index: lams_central/web/includes/javascript/orgGroup.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/orgGroup.js,v diff -u -r1.6.2.2 -r1.6.2.3 --- lams_central/web/includes/javascript/orgGroup.js 4 Mar 2016 13:40:50 -0000 1.6.2.2 +++ lams_central/web/includes/javascript/orgGroup.js 25 Apr 2016 08:30:43 -0000 1.6.2.3 @@ -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);