Ignore:
Timestamp:
28 Dec 2010, 08:53:23 (14 years ago)
Author:
Henrik Bettermann
Message:

Further improvements for new accommodation booking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/accommodations.pt

    r5616 r5621  
    3636                tal:content="python:context.getFormattedBed(row['bed'])" />
    3737
    38             <td tal:condition="not:row/paid">
    39               <a
    40                  tal:attributes="href string:${row/url}/pay_accommodation?session=${row/session}">
     38            <td>
     39              <a tal:condition="row/current_unpaid"
     40                 tal:attributes="href string:${row/url}/pay_accommodation">
    4141                 [pay maintenance fee]
    42               </a>
     42              </a> &nbsp;
    4343            </td>
    4444
     
    5050              </a>
    5151            </td>
    52             <td tal:condition="row/cancellation_allowed">
    53               <a href=""
     52            <td>
     53              <a tal:condition="row/cancellation_allowed" href=""
    5454                 tal:attributes="href string:${row/url}/cancel_allocation?session=${row/session}">
    5555                 [cancel booking]
    56               </a>
     56              </a> &nbsp;
    5757            </td>           
    58             <td tal:condition="row/relocation_allowed">
    59               <a href=""
     58            <td>
     59              <a  tal:condition="row/relocation_allowed" href=""
    6060                 tal:attributes="href string:${row/url}/relocate?session=${row/session}">
    6161                 [relocate]
    62               </a>
     62              </a> &nbsp;
    6363            </td>             
    6464          </tr>
Note: See TracChangeset for help on using the changeset viewer.