egroupware_official/filemanager/templates/default/index.tpl
Pim Snel c1698d2f2b - fixed group files (essential for sharing files)
- 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
2003-12-08 23:18:34 +00:00

53 lines
1.1 KiB
Smarty
Executable File

<!-- BEGIN index -->
<table width="100%" border="1" cols="{colspan}">
<!--<tr>
<td align="center" colspan="{colspan}">{error}
</td>
</tr>-->
<tr>
<td align="center" colspan="{colspan}">{error}
<form action="{form_action}" method="post">
<table width="100%" border="1">
<tr{tr_extras}>
<td align="center">
{img_up}
{help_up}
</td>
<td align="center">
{img_home}
{dir}
{help_home}
</td>
</tr>
</table>
</hr>
</td>
</tr>{col_row}
<tr>
<td align="center" colspan="{colspan}">
</hr>{buttons}
</form>
</td>
</tr>
<tr>
<td align="center" colspan="{colspan}">{info}
</td>
</tr>
<tr>
<td align="center" colspan="{colspan}">{uploads}
</td>
</tr>
</table>
<!-- END index -->
<!-- BEGIN column_rows -->
<tr{tr_extras}>{col_headers}
</tr>
<!-- END column_rows -->
<!-- BEGIN column_headers -->
<td{td_extras}><font size="-2">{column_header}</font></td>
<!-- END column_headers -->
<!-- BEGIN column_headers_normal -->
<td{td_extras}>{column_header}</td>
<!-- END column_headers_normal -->