Changeset 831 for WAeUP_SRP/trunk
- Timestamp:
- 10 Nov 2006, 16:37:27 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actions.xml
r824 r831 132 132 <permission>View</permission> 133 133 </action> 134 <action title=" Contact" action_id="contact_student" category="student_navigation"134 <action title="Support" action_id="contact_student" category="student_navigation" 135 135 condition_expr="member" url_expr="string:${portal_url}/contact_student" visible="True"> 136 136 <permission>View</permission> 137 </action> 137 </action> 138 138 <action title="Unchecked Items" action_id="unchecked" category="object" 139 139 condition_expr="python:member and 'academics' in object_url" -
WAeUP_SRP/trunk/skins/waeup_student/contact_student.pt
r824 r831 4 4 <metal:body use-macro="here/main_template/macros/master"> 5 5 <metal:main fill-slot="main"> 6 <h3> Contact</h3>7 <br /> 6 <h3>Support Form</h3> 7 <br />If you are having problems using the system please fill the form below with your correct details.<br /> <br /> 8 8 <form id="form1" name="form1" method="post" action="mail2admin"> 9 9 <input type="hidden" name="regno" type="text" id="regno" … … 34 34 <td> 35 35 <select name="probtype" class="boxgreen" id="probtype"> 36 <option>-- Select Type --</option>37 36 <option>Payment</option> 38 <option>Registration</option>39 37 <option>Application</option> 40 <option>Login</option>41 38 <option>Admission</option> 39 <option>Clearance</option> 40 <option>Course Registration</option> 41 <option>Hostal Reservation</option> 42 <option>Other</option> 42 43 </select> 43 44 </td>
Note: See TracChangeset for help on using the changeset viewer.