forked from extern/egroupware
c1698d2f2b
- make all buttons work in IE (for some people quite usefull :) - some lay-out improvements - fixed save and done button in file edit mode - add sidebox menu - re-arranged toolbars (still not finished) - new location selectbox - some speed improvements
33 lines
785 B
Smarty
33 lines
785 B
Smarty
<!-- BEGIN filemanager_header -->
|
|
<form name="formfm" method="post" action="{form_action}">
|
|
|
|
|
|
{toolbar0}
|
|
<div id="fmMenu">
|
|
{toolbar1}
|
|
</div>
|
|
<div id="fmFileWindow">
|
|
{messages} <table cellspacing="0" cellpadding="2">
|
|
<tbody>
|
|
<!-- END filemanager_header -->
|
|
|
|
<!-- BEGIN column -->
|
|
<td valign="top" style="padding-left:2px;padding-right:2px;">{col_data} </td>
|
|
<!-- END column -->
|
|
|
|
<!-- BEGIN row -->
|
|
<tr bgcolor="{row_tr_color}">
|
|
<td style="padding-left:2px;padding-right:2px;">{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 -->
|