Ignore:
Timestamp:
9 Oct 2006, 13:46:11 (18 years ago)
Author:
Henrik Bettermann
Message:

ne student actionicons.xml
acco_reserve_form.pt modified

Location:
WAeUP_SRP/trunk/profiles/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actionicons.xml

    r624 r631  
    238238              title="Apply for PUME" priority="2"
    239239              icon_expr="bell.png"/>
     240 <action-icon category="student" action_id="reserve_acco"
     241              title="Book Hostal" priority="3"
     242              icon_expr="bell.png"/>                         
    240243 <action-icon category="global" action_id="members"
    241244              title="Portal Members" priority="5"
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r624 r631  
    137137   <permission>View</permission>
    138138  </action>
     139  <action title="Book Hostal" action_id="reserve_acco"
     140     category="student" condition_expr="member"
     141     url_expr="string:${portal_url}/reserve_acco"
     142     visible="True">
     143   <permission>View</permission>
     144  </action> 
    139145  <action title="Home" action_id="students_home" category="student_navigation"
    140146     condition_expr="member" url_expr="string:${portal_url}" visible="True">
  • WAeUP_SRP/trunk/profiles/default/vocabularies/student_status_voc.xml

    r629 r631  
    55 <property name="description"></property>
    66 <property name="acl_write_roles">Manager</property>
    7  <item key="fr" msgid="">Freshmen</item>
    8  <item key="re" msgid="">Returning</item>
    9  <item key="fi" msgid="">Final Year</item>
     7 <item key="fr" msgid="">New Student</item>
     8 <item key="re" msgid="">Returning Student</item>
     9 <item key="fi" msgid="">Final Year Student</item>
    1010</object>
Note: See TracChangeset for help on using the changeset viewer.