Changeset 833


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
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts/student_accommodation_fe.xml

    r805 r833  
    7777   <element value="edit"/>
    7878  </property>
    79   <property name="hidden_layout_modes"/>
     79  <property name="hidden_layout_modes">
     80   <element value="create"/>
     81  </property>
    8082  <property name="hidden_readonly_layout_modes"/>
    8183  <property name="render_method">formatBed</property>
     
    9092  <property name="readonly_layout_modes">
    9193   <element value="edit"/>
     94  </property>
     95  <property name="hidden_layout_modes">
    9296   <element value="create"/>
    9397  </property>
    94   <property name="hidden_layout_modes"/>
    9598  <property name="hidden_readonly_layout_modes"/>
    9699 </widget>
     
    133136 </table>
    134137</object>
     138
  • WAeUP_SRP/trunk/profiles/default/vocabularies/exam_types.xml

    r486 r833  
    66    <property name="acl_write_roles">Manager</property>
    77
     8    <item key="" msgid="">None</item>
    89    <item key="ssce" msgid="">SSCE</item>
    910    <item key="wasc" msgid="">WASC</item>
  • WAeUP_SRP/trunk/profiles/default/vocabularies/high_grade.xml

    r486 r833  
    55    <property name="description"></property>
    66
     7    <item key="" msgid="">None</item>
    78    <item key="upper_credit" msgid="">Upper Credit</item>
    89    <item key="distinction" msgid="">Distinction</item>
  • WAeUP_SRP/trunk/profiles/default/vocabularies/high_qual.xml

    r486 r833  
    55    <property name="description"></property>
    66    <property name="acl_write_roles">Manager</property>
    7 
     7   
     8    <item key="" msgid="">None</item>
    89    <item key="nce" msgid="">National Certificate Of Education</item>
    910    <item key="pre" msgid="">Pre Degree Programme</item>
  • 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.