Ignore:
Timestamp:
10 Nov 2006, 20:58:02 (18 years ago)
Author:
Henrik Bettermann
Message:

some vocabulary entries added
book button renamed

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/admission_rejected_view.pt

    r805 r833  
    55      <metal:block use-macro="here/error_not_found/macros/not_found" />
    66    </span>
    7     <span tal:condition="info"
    8           tal:define="review_state info/review_state">
    9       <h2>You are not admitted to the University of Benin!</h2>
     7    <span tal:condition="info">
     8      <h3>You are not admitted into the University of Benin!</h3>
    109    </span>
    1110    </metal:main>
  • WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py

    r828 r833  
    2828        mode = 'edit'
    2929d = {}
    30 button = "Bookaccommodation"
     30button = "Book"
    3131if mode == 'edit':
    3232    info = context.getStudentInfo()
  • WAeUP_SRP/trunk/skins/waeup_student/widget_waeup_result_render.pt

    r832 r833  
    2626                  tal:attributes="name string:${name}_s;
    2727                  id string:${name}_s;">
    28               <option tal:repeat="sub python:(('','----'),('Math','Math'),('English','English'))"
     28              <option tal:repeat="sub python:(('','----'),('Maths','Mathematics'),('English','English'))"
    2929                      tal:attributes="value python:sub[0]"
    3030                      tal:content="python: sub[1]">
Note: See TracChangeset for help on using the changeset viewer.