Changeset 1634 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
24 Mar 2007, 07:58:38 (18 years ago)
Author:
Henrik Bettermann
Message:

taking approval by import into consideration

Location:
WAeUP_SRP/trunk/skins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/getPaymentsFolderInfo.py

    r1613 r1634  
    5757    else:
    5858        row['is_requeryable'] = is_so and (review_state == "opened")
    59     if (review_state == "closed") and so_object.resp_code in ('SC','00','AP',):
     59    if (review_state == "closed") and so_object.resp_code in ('SC','00','AP','IP',):
    6060        row['confirmed'] = 'active'
    6161    else:
  • WAeUP_SRP/trunk/skins/waeup_epayment/payment_receipt.pt

    r1427 r1634  
    88      <span tal:condition="info">
    99     
    10         <metal:block tal:condition="python:info_doc['doc'].resp_code in ('00','AP',)">           
     10        <metal:block tal:condition="python:info_doc['doc'].resp_code in ('00','AP','IP')">           
    1111        <h3>Online Payment Receipt</h3>
    1212        <br />
     
    106106        </metal:block>
    107107       
    108         <metal:block tal:condition="python:info_doc['doc'].resp_code not in ('SC','00','AP','')">           
     108        <metal:block tal:condition="python:info_doc['doc'].resp_code not in ('SC','00','AP','IP','')">           
    109109        <h3>Response from Bank: "<span tal:content="python:info_doc['doc'].resp_desc" />"</h3>
    110110        <br />       
  • WAeUP_SRP/trunk/skins/waeup_student/study_level_view.pt

    r1628 r1634  
    6464        <br />
    6565      <div class="" tal:condition="not: info/normal">
    66         Your faculty has not yet provided the list of courses for your certificate. Please contact your faculty!
     66        <font color="red">Your faculty has not yet provided the list of courses for your certificate. Please contact your faculty!</font>
     67        <br /><br />
    6768      </div>
    6869        <table class="contentListing" width="100%" id="folder_content"
Note: See TracChangeset for help on using the changeset viewer.