mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 14:03:19 +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
35 lines
663 B
Smarty
35 lines
663 B
Smarty
<!-- BEGIN filemanager_header -->
|
|
<form method="post" action="{form_action}">
|
|
<br/>
|
|
{messages}
|
|
<br/>
|
|
|
|
{toolbar0}
|
|
<div id="fmMenu">
|
|
{toolbar1}
|
|
</div>
|
|
<div id="fmFileWindow">
|
|
<table>
|
|
<tbody>
|
|
<!-- END filemanager_header -->
|
|
|
|
<!-- BEGIN column -->
|
|
<td valign="top">{col_data} </td>
|
|
<!-- END column -->
|
|
|
|
<!-- BEGIN row -->
|
|
<tr bgcolor="{row_tr_color}">
|
|
<td>{actions}</td>
|
|
{columns}
|
|
</tr>
|
|
<!-- END row -->
|
|
|
|
<!-- BEGIN filemanager_footer -->
|
|
{lang_no_files}
|
|
</tbody></table>
|
|
</div>
|
|
|
|
<div id="fmStatusBar"><b>{lang_files_in_this_dir}:</b> {files_in_this_dir} <b>{lang_used_space}: </b> {used_space}</div>
|
|
</form>
|
|
<!-- END filemanager_footer -->
|