- Timestamp:
- 28 Nov 2008, 15:30:33 (16 years ago)
- 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 115 115 <property name="label">First name, middle name or last name</property> 116 116 <property 117 name="label_edit">Enter either your first, middle orlast name</property>117 name="label_edit">Enter last name</property> 118 118 <property name="readonly_layout_modes"/> 119 119 <property name="hidden_layout_modes"> -
WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py
r3783 r3790 81 81 82 82 if True: 83 info['action'] = "https://webpay.interswitchng.com/ test_paydirect/webpay/pay.aspx"83 info['action'] = "https://webpay.interswitchng.com/paydirect/webpay/pay.aspx" 84 84 else: 85 85 info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id) -
WAeUP_SRP/trunk/skins/waeup_ois/study_course_view.pt
r3730 r3790 8 8 <span tal:define="create_level info/create_level|nothing; 9 9 is_so info/is_so; 10 is_student here/isStudent; 10 11 titles here/getStudentObjectTitles;"> 11 12 <a href="" … … 59 60 </span> 60 61 </table> 62 63 61 64 62 65 <form action="" method="post" class="group" onsubmit="return submit_once()" … … 65 68 > 66 69 <span tal:condition="rows"> 67 70 68 71 <table class="contentListing" width="100%" summary="content layout" id="folder_content"> 69 72 <tr tal:repeat="row rows" … … 81 84 <td><a href="view" 82 85 tal:attributes="href string:${row/url}"> 83 <s trong tal:content="row/title" /></a>86 <span tal:condition="is_student">View Results of </span><strong tal:content="row/title" /></a> 84 87 </td> 85 88 </tr>
Note: See TracChangeset for help on using the changeset viewer.