'.&mt('Copied the following files to [_1]:',''.$desturl.'/'.$subdir.'').
'
'."\n".
'
'.join('
',sort(keys(%newfile))).'
'."\n");
- foreach my $key (keys(%newfile)) {
- my %storehash = (
- 'priv' => $newfile{$key},
+ foreach my $file (keys(%newfile)) {
+ my %storehash = (
+ 'priv' => $newfile{$file},
'who' => $env{'user.name'}.':'.$env{'user.domain'},
);
if (exists($newresfile{$file})) {
@@ -1277,7 +1277,32 @@ ENDJS
&mt('Choose the files and/or folders to copy from Course Authoring to User Authoring').
'
'."\n";
my $count = 0;
- my $startcount = 4 + $home;
+#
+# Warning to developers:
+#
+# If you add or remove form elements which precede the table of items to copy
+# you will need to modify the value for startcount. Form elements include both:
+# and