egroupware/filemanager/templates/default/filelisting.tpl
Pim Snel aad11725fc Complete restyle and almost complete rewrite of the filemanager. Please help testing there's still a lot to do but it beginning to mature ;)
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
2003-11-22 03:05:00 +00:00

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}&nbsp;</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 -->