version 1.721, 2025/01/07 20:25:04
|
version 1.722, 2025/01/07 21:01:37
|
Line 1177 ENDJS
|
Line 1177 ENDJS
|
$r->print('<p>'.&mt('Copied the following files to [_1]:','<span class="LC_filename">'.$desturl.'/'.$subdir.'</span>'). |
$r->print('<p>'.&mt('Copied the following files to [_1]:','<span class="LC_filename">'.$desturl.'/'.$subdir.'</span>'). |
'</p>'."\n". |
'</p>'."\n". |
'<ul><li>'.join('</li><li>',sort(keys(%newfile))).'</li></ul></p>'."\n"); |
'<ul><li>'.join('</li><li>',sort(keys(%newfile))).'</li></ul></p>'."\n"); |
foreach my $key (keys(%newfile)) { |
foreach my $file (keys(%newfile)) { |
my %storehash = ( |
my %storehash = ( |
'priv' => $newfile{$key}, |
'priv' => $newfile{$file}, |
'who' => $env{'user.name'}.':'.$env{'user.domain'}, |
'who' => $env{'user.name'}.':'.$env{'user.domain'}, |
); |
); |
if (exists($newresfile{$file})) { |
if (exists($newresfile{$file})) { |