Ignore:
Timestamp:
27 Feb 2009, 20:22:29 (16 years ago)
Author:
Henrik Bettermann
Message:

getAccommodationInfo.py: deactivate histel booking fro graduates
srp_anonymous_view.pt: Use portal title for headline
portlet_student_workflow_display.pt: show state graduated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_layout/portlet_student_workflow_display.pt

    r3769 r3985  
    7777  <span tal:condition="python:info['review_state']=='returning'">
    7878  <tr><td class="active">
    79    
    8079    Returning
    81 
    8280  </td></tr>
    8381  </span>
     82  <span tal:condition="python:info['review_state']!='returning'">
     83  <tr><td>
     84    Returning
     85  </td></tr>
     86  </span> 
    8487  <span tal:condition="python:info['review_state']=='school_fee_paid'">
    8588  <tr><td class="active">
     
    109112  <tr><td class="active">
    110113    <a href="" tal:attributes="href string:${info/url}/student_view">
    111     Courses vaildated
     114    Courses validated
    112115    </a>
    113116  </td></tr>
     
    115118  <span tal:condition="python:info['review_state']!='courses_validated'">
    116119  <tr><td>
    117     Courses vaildated
     120    Courses validated
    118121  </td></tr>
    119122  </span>     
     123  <span tal:condition="python:info['review_state']=='graduated'">
     124  <tr><td class="active">
     125    <a href="" tal:attributes="href string:${info/url}/student_view">
     126    Graduated
     127    </a>
     128  </td></tr>
     129  </span> 
     130  <span tal:condition="python:info['review_state']!='graduated'">
     131  <tr><td>
     132    Graduated
     133  </td></tr>
     134  </span>   
    120135</table>
    121136
Note: See TracChangeset for help on using the changeset viewer.