- Timestamp:
- 4 Jul 2009, 06:36:10 (15 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Upload.py
r3988 r4392 36 36 def Title(self): 37 37 """compose title""" 38 return "Upload Section"38 return "Uploads Section" 39 39 40 40 -
WAeUP_SRP/trunk/skins/waeup_ois/students_actions.pt
r4006 r4392 2 2 3 3 <strong> 4 <nobr><a href="statistics_simple_view">Basic Student Statistics</a>5 </nobr>6 4 <span tal:condition="context/isSectionOfficer"> 7 5 <nobr><a href="apply_admission_manage">Application Process</a> -
WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt
r4006 r4392 12 12 <span tal:condition="allowed" tal:omit-tag=""> 13 13 <metal:block use-macro="here/students_actions/macros/students_actions" /> 14 <h3> S earch StudentSection</h3><br />14 <h3> Students Section</h3><br /> 15 15 <span tal:replace="structure rendered" /> 16 16 <metal:block use-macro="here/generic_lib_portal_message/macros/portal_message" />
Note: See TracChangeset for help on using the changeset viewer.