mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
aad11725fc
When you want the old filemanager set the boolean switch "$experimental_new_code" to false in the head of index.php See todo file for what's more to come
31 lines
830 B
Smarty
31 lines
830 B
Smarty
<!-- BEGIN upload_header -->
|
|
<form method="post" action="{form_action}" enctype="multipart/form-data">
|
|
<div>
|
|
<table>
|
|
<tbody>
|
|
<tr bgcolor="{row_tr_color}">
|
|
<td><strong>{lang_file}</strong></td>
|
|
<td><strong>{lang_comment}</strong></td>
|
|
</tr>
|
|
<!-- END upload_header -->
|
|
|
|
<!-- BEGIN row -->
|
|
<tr bgcolor="{row_tr_color}">
|
|
<td><input maxlength="255" name="upload_file[]" type="file"></td>
|
|
<td><input name="upload_comment[]" type="text"></td>
|
|
</tr>
|
|
<!-- END row -->
|
|
|
|
<!-- BEGIN upload_footer -->
|
|
|
|
</tbody></table>
|
|
<input value="true" name="uploadprocess" type="hidden">
|
|
<input value="{path}" name="path" type="hidden">
|
|
<input value="{num_upload_boxes}" name="show_upload_boxes" type="hidden">
|
|
<input value="{lang_upload}" name="upload_files" type="submit">
|
|
<br/>
|
|
{change_upload_boxes}
|
|
</div>
|
|
</form>
|
|
<!-- END upload_footer -->
|