Changeset 3790 for WAeUP_SRP


Ignore:
Timestamp:
28 Nov 2008, 15:30:33 (16 years ago)
Author:
Henrik Bettermann
Message:

urgent changes for OIS

payment at FUTMinna goes live

Location:
WAeUP_SRP/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/ois/layouts/student_firsttime_login.xml

    r3717 r3790  
    115115  <property name="label">First name, middle name or last name</property>
    116116  <property
    117      name="label_edit">Enter either your  first, middle or last name</property>
     117     name="label_edit">Enter last name</property>
    118118  <property name="readonly_layout_modes"/>
    119119  <property name="hidden_layout_modes">
  • WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py

    r3783 r3790  
    8181
    8282if True:
    83     info['action'] = "https://webpay.interswitchng.com/test_paydirect/webpay/pay.aspx"
     83    info['action'] = "https://webpay.interswitchng.com/paydirect/webpay/pay.aspx"
    8484else:
    8585    info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id)
  • WAeUP_SRP/trunk/skins/waeup_ois/study_course_view.pt

    r3730 r3790  
    88    <span tal:define="create_level info/create_level|nothing;
    99                      is_so info/is_so;
     10                      is_student here/isStudent;
    1011                      titles here/getStudentObjectTitles;">               
    1112    <a href=""
     
    5960        </span>
    6061      </table>       
     62     
     63     
    6164   
    6265    <form action="" method="post" class="group" onsubmit="return submit_once()"
     
    6568          >
    6669      <span tal:condition="rows">
    67      
     70
    6871      <table  class="contentListing" width="100%" summary="content layout" id="folder_content">     
    6972        <tr tal:repeat="row rows"
     
    8184          <td><a href="view"
    8285                 tal:attributes="href string:${row/url}">
    83             <strong tal:content="row/title" /></a>
     86            <span tal:condition="is_student">View Results of </span><strong tal:content="row/title" /></a>
    8487          </td>
    8588        </tr>
Note: See TracChangeset for help on using the changeset viewer.