Ignore:
Timestamp:
2 Oct 2012, 07:34:48 (12 years ago)
Author:
Henrik Bettermann
Message:

Check counters (used_num and disabled_num) in test.

Display disabled_num on batchcontainer page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/browser_templates/batchcontainer.pt

    r9245 r9267  
    88        <th>&nbsp;</th>
    99        <th i18n:translate="">Prefix</th>
    10         <th i18n:translate="">Entries/(invalidated)</th>
     10        <th i18n:translate="">Entries</th>
     11        <th i18n:translate="">Used</th>
     12        <th i18n:translate="">Disabled</th>
    1113        <th i18n:translate="">Cost</th>
    1214        <th i18n:translate="">Date of Creation</th>
     
    2830  <td>
    2931    <span tal:replace="batch/entry_num">1012</span>
    30     /
     32  </td>
     33  <td>
    3134    <span tal:replace="batch/used_num">512</span>
     35  </td>
     36  <td>
     37    <span tal:replace="batch/disabled_num">112</span>
    3238  </td>
    3339  <td tal:content="batch/cost">12.12</td>
Note: See TracChangeset for help on using the changeset viewer.