Ignore:
Timestamp:
17 Sep 2012, 05:44:19 (12 years ago)
Author:
Henrik Bettermann
Message:

Show number of records instead of file size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenterpage.pt

    r9074 r9192  
    1616          <th></th>
    1717          <th i18n:translate="">File</th>
    18           <th i18n:translate="">Size</th>
     18          <th i18n:translate="">Records</th>
    1919          <th i18n:translate="">Upload Date</th>
    2020        </tr>
     
    2828          <td><a tal:attributes="href python: 'download?filename=' + file.name"
    2929                 tal:content="file/name">FILENAME</a></td>
    30           <td tal:content="file/size">12 k</td>
     30          <td tal:content="python: file.lines-1">100</td>
    3131          <td tal:content="file/uploaddate">Mar 12, 2008</td>
    3232        </tr>
Note: See TracChangeset for help on using the changeset viewer.