Changeset 831 for WAeUP_SRP/trunk


Ignore:
Timestamp:
10 Nov 2006, 16:37:27 (18 years ago)
Author:
Henrik Bettermann
Message:

title changed

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r824 r831  
    132132   <permission>View</permission>
    133133  </action>
    134   <action title="Contact" action_id="contact_student" category="student_navigation"
     134  <action title="Support" action_id="contact_student" category="student_navigation"
    135135     condition_expr="member" url_expr="string:${portal_url}/contact_student" visible="True">
    136136   <permission>View</permission>
    137   </action> 
     137  </action>
    138138  <action title="Unchecked Items" action_id="unchecked" category="object"
    139139     condition_expr="python:member and 'academics' in object_url"
  • WAeUP_SRP/trunk/skins/waeup_student/contact_student.pt

    r824 r831  
    44  <metal:body use-macro="here/main_template/macros/master">
    55    <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 />
    88      <form id="form1" name="form1" method="post" action="mail2admin">
    99      <input type="hidden" name="regno" type="text" id="regno"
     
    3434          <td>
    3535              <select name="probtype" class="boxgreen" id="probtype">
    36                 <option>-- Select Type --</option>
    3736                <option>Payment</option>
    38                 <option>Registration</option>
    3937                <option>Application</option>
    40                 <option>Login</option>
    4138                <option>Admission</option>
     39                <option>Clearance</option>
     40                <option>Course Registration</option>
     41                <option>Hostal Reservation</option>                               
     42                <option>Other</option>
    4243              </select>       
    4344          </td>
Note: See TracChangeset for help on using the changeset viewer.