Changeset 869 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
15 Nov 2006, 13:46:49 (18 years ago)
Author:
Henrik Bettermann
Message:

comments field removed in mail form
admission slip shown in objection_raised_view

Location:
WAeUP_SRP/trunk/skins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/mail2admin.py

    r864 r869  
    2626Problem Type: %s
    2727Description: %s
    28 Comment: %s
    2928"""
    3029
     
    4342     probtype,
    4443     descr,
    45      commt,
    4644     )
    4745mhost.send(msg)
  • WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt

    r866 r869  
    1010
    1111      <div style="text-align: right"
    12            tal:condition="python:review_state in ('admitted', 'clearance_pin_entered', 'clearance_requested', 'cleared',)">
     12           tal:condition="python:review_state in ('admitted', 'clearance_pin_entered', 'clearance_requested', 'cleared', 'objection_raised',)">
    1313      <a href="" target="slip" tal:attributes="href string:admission_slip"
    1414          onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
  • WAeUP_SRP/trunk/skins/waeup_student/contact_student.pt

    r831 r869  
    5252          </td>
    5353        </tr>
    54         <tr>
    55           <td valign="top">
    56              <strong>Comments: </strong>
    57           </td>
    58           <td>
    59              <textarea name="commt" rows="10" cols="60" id="commt"></textarea>
    60           </td>
    61         </tr>
    6254     
    6355        <tr>
  • WAeUP_SRP/trunk/skins/waeup_student/objection_raised_view.pt

    r864 r869  
    1 <metal:html tal:define="info options/info|context/getStudentInfo">
     1<metal:html tal:define="info options/info|context/getStudentInfo;
     2                        review_state info/review_state">
    23  <metal:body use-macro="here/waeup_content_master/macros/master">
    34    <metal:main fill-slot="main">
     5   
     6      <div style="text-align: right"
     7           tal:condition="python:review_state in ('admitted', 'clearance_pin_entered', 'clearance_requested', 'cleared', 'objection_raised',)">
     8      <a href="" target="slip" tal:attributes="href string:admission_slip"
     9          onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')">
     10          <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
     11          Admission Slip
     12      </a>
     13      </div>       
     14   
    415      <h3>You raised an objection, please explain why!</h3>
    516     
     
    1728          </td>
    1829          <td>
    19              <input name="fullname" type="text" id="fullname"
     30             <input name="fullname" type="text" id="fullname" size="30"
    2031                    tal:attributes="value info/student/Title"/>
    2132          </td>
     
    2637          </td>
    2738          <td>
    28              <input name="email" type="text" id="email"
     39             <input name="email" type="text" id="email"  size="30"
    2940                    tal:attributes="value info/app_doc/app_email"/>
    3041          </td>
Note: See TracChangeset for help on using the changeset viewer.