Ignore:
Timestamp:
21 Mar 2015, 13:31:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove ellipses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/payments/browser_templates/containerpage.pt

    r12762 r12809  
    3838    <tbody>
    3939      <tr tal:repeat="value view/hitlist">
    40         <td><span tal:content="python: value[0].payment_id[:9]"></span>...</td>
     40        <td tal:content="python: value[0].payment_id[:9]">PAYMENT_ID</td>
    4141        <td tal:content="python: layout.formatDatetime(value[0].creation_date)">CREATION DATE</td>
    4242        <td tal:content="python: layout.formatDatetime(value[0].payment_date)">PAYMENT DATE</td>
Note: See TracChangeset for help on using the changeset viewer.