Changeset 3511


Ignore:
Timestamp:
13 Jun 2008, 05:33:16 (17 years ago)
Author:
Henrik Bettermann
Message:

show only ten imported files (in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_upload/uploads_form.pt

    r3435 r3511  
    183183      </span>
    184184      <span tal:condition="info/imported">
    185         <h2>Imported Uploads</h2>
     185        <h2>Imported Uploads (last ten)</h2>
    186186        <form action="" method="post" class="group"
    187187              tal:attributes="action info/action"
     
    198198              <th>Downloads</th>
    199199            </tr>           
    200             <tr tal:repeat="row info/imported"
     200            <tr tal:repeat="row python:info['imported'][:10]"
    201201                tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
    202202              <td nowrap tal:condition="python:len(row['id']) > 30" tal:content="python:row['id'][:30] + '[...].done'" ></td>
Note: See TracChangeset for help on using the changeset viewer.