mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
- added link to out.AddFile2.php
This commit is contained in:
parent
dce389314d
commit
d6aad94576
|
@ -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();">
|
||||
|
|
Loading…
Reference in New Issue
Block a user