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/containermanagepage.pt

    r12763 r12809  
    4343            <input type="checkbox" name="entries" tal:attributes="value python:value[0].__name__" />
    4444          </td>
    45           <td><span tal:content="python: value[0].payment_id[:9]"></span>...</td>
     45          <td tal:content="python: value[0].payment_id[:9]">PAYMENT_ID</td>
    4646          <td tal:content="python: layout.formatDatetime(value[0].creation_date)">CREATION DATE</td>
    4747          <td tal:content="python: layout.formatDatetime(value[0].payment_date)">PAYMENT DATE</td>
Note: See TracChangeset for help on using the changeset viewer.