Ignore:
Timestamp:
21 Sep 2012, 08:19:35 (12 years ago)
Author:
uli
Message:

Rollback r9209. Looks like multiple merges from trunk confuse svn when merging back into trunk.

Location:
main/waeup.kofa/branches/uli-zc-async
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-zc-async

  • main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/hostels/browser_templates/containerpage.pt

    r9209 r9211  
    2121      <th i18n:translate="">Id</th>
    2222      <th i18n:translate="">Name</th>
    23       <th i18n:translate="">Booked Beds</th>
    2423    </tr>
    2524  </thead>
    2625  <tbody>
    27     <tal:tbody repeat="value context/values">
    28       <tr tal:define = "stats value/bed_statistics">
    29         <td> <a tal:attributes="href value/__name__">
    30             <span tal:content="value/hostel_id">ID</span></a></td>
    31         <td tal:content="value/hostel_name">NAME</td>
    32         <td>
    33           <span tal:replace="stats/booked">10</span> of <span tal:replace="stats/total">100</span>
    34         </td>
    35       </tr>
    36     </tal:tbody>
     26    <tr tal:repeat="value context/values">
     27      <td> <a tal:attributes="href value/__name__">
     28          <span tal:content="value/hostel_id">ID</span></a></td>
     29      <td tal:content="value/hostel_name">NAME</td>
     30    </tr>
    3731  </tbody>
    3832</table>
Note: See TracChangeset for help on using the changeset viewer.