- added link to out.AddFile2.php

This commit is contained in:
steinm 2011-03-15 14:23:08 +00:00
parent dce389314d
commit d6aad94576

View File

@ -79,6 +79,9 @@ UI::contentContainerStart();
<tr>
<td class="warning"><?php echo getMLText("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
</tr>
<tr>
<td><?php printf(getMLText('link_alt_updatedocument'), "out.AddFile2.php?documentid=".$documentid); ?></td>
</tr>
</table><br>
<form action="../op/op.AddFile.php" enctype="multipart/form-data" method="post" name="form1" onsubmit="return checkForm();">