source: branches/2.2/filemanager/templates/default/history.tpl @ 3019

Revision 3019, 553 bytes checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
1<!-- BEGIN history -->
2<table width="100%" border="1" cols="4">
3 <tr>
4  <td align="center" colspan="4">
5   <table width="100%" border="1">
6    <tr{tr_extras}>
7     <td align="center">
8      Path: {path}
9     </td>
10     <td align="center">
11      Filename: {filename}
12     </td>
13    </tr>
14   </table>
15   </hr>
16  </td>
17 </tr>
18 {col_row}
19</table>
20<!-- END history -->
21<!-- BEGIN column_rows -->
22 <tr{tr_extras}>
23  {col_headers}
24 </tr>
25<!-- END column_rows -->
26<!-- BEGIN column_headers -->
27  <td{td_extras}>{column_header}</td>
28<!-- END column_headers -->
29
Note: See TracBrowser for help on using the repository browser.