Ignore:
Timestamp:
18 Jun 2011, 06:03:36 (14 years ago)
Author:
Henrik Bettermann
Message:

Comment out the code which refers to iold invalidation and disabling methods. Make all tests work again.

Location:
main/waeup.sirp/branches/accesscodes-with-workflow/src/waeup/sirp/accesscodes/browser_templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/accesscodes-with-workflow/src/waeup/sirp/accesscodes/browser_templates/batchcontainer.pt

    r5931 r6403  
    1010      <tr>
    1111        <th>&nbsp;</th>
    12         <th>Prefix</th><th>Entries/(invalidated)</th><th>Cost</th>
     12        <th>Prefix</th><th>Entries</th><th>Cost</th>
    1313        <th>Created</th><th>Creator</th>
    1414      </tr>
     
    2828        <td>
    2929          <span tal:replace="batch/entry_num">1012</span>
    30           /
    31           <span tal:replace="batch/invalidated_num">512</span>
    3230        </td>
    3331        <td tal:content="batch/cost">12.12</td>
  • main/waeup.sirp/branches/accesscodes-with-workflow/src/waeup/sirp/accesscodes/browser_templates/searchpage.pt

    r5918 r6403  
    2020  <div tal:condition="view/searchresults">
    2121    <h3>Search Results</h3>
    22     <table>
     22    <table class = "zebra">
    2323      <thead>
    2424        <tr>
     
    2828      </thead>
    2929      <tbody>
    30         <tr tal:repeat="item view/searchresults"
    31             tal:attributes="class python: repeat['item'].odd() and 'even' or 'odd'">
     30        <tr tal:repeat="item view/searchresults">
    3231          <td><input type="checkbox" name="entries"
    3332                     tal:attributes="value item/code" /></td>
    3433          <td tal:content="item/serial">1</td>
    3534          <td tal:content="item/code">APP-1-1234567890</td>
    36           <td tal:content="item/status">unused</td>
    3735        </tr>
    3836      </tbody>
Note: See TracChangeset for help on using the changeset viewer.