Changeset 661 for WAeUP_SRP


Ignore:
Timestamp:
12 Oct 2006, 05:55:38 (18 years ago)
Author:
Henrik Bettermann
Message:

Application Slip link only shown when status 'admission_applied'

Location:
WAeUP_SRP/trunk/skins
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt

    r543 r661  
    33                   base_url python: request.get('cpsskins_base_url');
    44                   status_list python: ['checked', 'unchecked', 'opened', 'closed',
    5                                         'created', 'admission_pin_entered', 'admission_applied'];">
     5                                        'created', 'application_pin_entered', 'admission_applied'];">
    66
    77<span tal:condition="python:path('info/review_state') in status_list ">
    8   Status: <span tal:content="info/review_state" />
     8  <span tal:content="info/review_state" />
    99</ span>
    1010
  • WAeUP_SRP/trunk/skins/waeup_student/application_view.pt

    r603 r661  
    88            tal:define="review_state info/review_state">
    99           
    10         <div style="text-align: right">
     10        <div style="text-align: right"
     11             tal:condition="python:review_state=='admission_applied'">
    1112        <a href="" target="slip" tal:attributes="href string:application_slip"
    1213            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')">
Note: See TracChangeset for help on using the changeset viewer.