version 1.182, 2007/06/11 20:59:17
|
version 1.183, 2007/06/11 21:27:23
|
Line 1829 sub upload {
|
Line 1829 sub upload {
|
<input type="hidden" name="fieldname" value="$env{'form.fieldname'}" /> |
<input type="hidden" name="fieldname" value="$env{'form.fieldname'}" /> |
<input type="hidden" name="mode" value="$env{'form.mode'}" /> |
<input type="hidden" name="mode" value="$env{'form.mode'}" /> |
STATE |
STATE |
$r->print("<p>Completed upload of the file. This file contained references to other files. You can upload these now: </p>"); |
$r->print("<h2>".&mt("Reference Warning")."</h2>"); |
|
$r->print("<p>".&mt("Completed upload of the file. This file contained references to other files. You must upload the referenced files or else the uploaded file may not work properly.")."</p>"); |
|
$r->print("<p>".&mt("Please select the locations from which the referenced files are to be uploaded.")."</p>"); |
$r->print(&Apache::londocs::ask_for_embedded_content('/adm/portfolio',$state,\%allfiles,\%codebase, |
$r->print(&Apache::londocs::ask_for_embedded_content('/adm/portfolio',$state,\%allfiles,\%codebase, |
{'error_on_invalid_names' => 1, |
{'error_on_invalid_names' => 1, |
'ignore_remote_references' => 1,})); |
'ignore_remote_references' => 1,})); |