Ignore:
Timestamp:
25 Feb 2008, 18:09:19 (17 years ago)
Author:
joachim
Message:

fix for #101 okene,please test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_epayment/payments_view.pt

    r2680 r3226  
    3131              tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
    3232            <td style="white-space:normal" tal:attributes="class string:${row/confirmed}">
    33               <a style="white-space:normal"  target="slip" href="" tal:attributes="href string:${context/absolute_url}/${row/id}/payment_receipt"
     33              <a style="white-space:normal"  target="slip" href=""
     34                 tal:attributes="href string:${row/url}/payment_receipt"
    3435                 onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
    3536                <strong tal:content="row/title" /></a>
     
    3940            <td>
    4041              <a tal:condition="row/is_approvable"
    41                  tal:attributes="href string:${context/absolute_url}/${row/id}/approve_epayment;
     42                 tal:attributes="href string:${row/url}/approve_epayment;
    4243                 onclick python:'return window.confirm(\'%s\')' %(cpsmcat('Are you sure? You will not be able to undo the approval.'), );"
    4344                 >
Note: See TracChangeset for help on using the changeset viewer.