Changeset 942 for WAeUP_SRP/trunk
- Timestamp:
- 25 Nov 2006, 21:09:18 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actions.xml
r941 r942 131 131 <permission>View</permission> 132 132 </action> 133 <action title=" Support" action_id="support" category="student_navigation"133 <action title="Enquiries" action_id="support" category="student_navigation" 134 134 condition_expr="member" url_expr="string:${portal_url}/support_form" 135 135 visible="True"> -
WAeUP_SRP/trunk/profiles/default/types/University.xml
r873 r942 61 61 </action> 62 62 <action title="Delegate" action_id="localroles" category="object" 63 condition_expr=" " url_expr="string:${object_url}/folder_localrole_form"63 condition_expr="here/isSectionOfficer" url_expr="string:${object_url}/folder_localrole_form" 64 64 visible="True"> 65 65 <permission value="Modify portal content"/> -
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py
r902 r942 48 48 if cpsdocument_edit_button: 49 49 psm = "Content changed!" 50 if context.isStudent(): 51 action = "/clearance_edit_form" 50 52 elif cpsdocument_edit_and_view_button: 51 53 if acknowledge: -
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_lib.pt
r937 r942 4 4 <metal:block define-macro="header"> 5 5 <!-- Administration --> 6 <tal:block condition="python: not(is_staff or is_s mor is_student)">6 <tal:block condition="python: not(is_staff or is_so or is_student)"> 7 7 <metal:block use-macro="here/error_not_found/macros/not_found" /> 8 8 </tal:block> -
WAeUP_SRP/trunk/skins/waeup_student/contact_student_form.pt
r911 r942 11 11 <h3>Contact Student</h3> 12 12 <br /> 13 <span tal:condition="info/app_doc/app_email">14 13 <span tal:condition="not:info/app_doc/app_email"> 15 14 Sorry, the student did not provide an email address. 16 15 </span> 16 <span tal:condition="info/app_doc/app_email"> 17 17 <form id="form1" name="form1" method="post" action="mail2student"> 18 18 -
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r892 r942 21 21 student = info['student'] 22 22 mode = 'create' 23 24 if info['review_state'] != 'cleared_and_validated': 25 return context.REQUEST.RESPONSE.redirect("%s/no_booking_allowed" % info['student'].absolute_url()) 26 23 27 if info.has_key('acco') and info['acco']: 24 28 validate = REQUEST.has_key("cpsdocument_edit_button") -
WAeUP_SRP/trunk/skins/waeup_student/support_form.pt
r911 r942 3 3 <metal:body use-macro="here/main_template/macros/master"> 4 4 <metal:main fill-slot="main"> 5 <h3>Support Form</h3>5 <h3>Support/Enquiries Form</h3> 6 6 <br />If you are having problems using the system please fill the form below with your correct details.<br /> <br /> 7 7 <form id="form1" name="form1" method="post" action="mail2admin">
Note: See TracChangeset for help on using the changeset viewer.