Ignore:
Timestamp:
11 Oct 2006, 07:50:28 (18 years ago)
Author:
joachim
Message:

cleanup naming in accommodation part II

Location:
WAeUP_SRP/trunk/profiles/default
Files:
5 edited
2 moved

Legend:

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

    r631 r652  
    238238              title="Apply for PUME" priority="2"
    239239              icon_expr="bell.png"/>
    240  <action-icon category="student" action_id="reserve_acco"
     240 <action-icon category="student" action_id="reserve_accommodation"
    241241              title="Book Hostal" priority="3"
    242242              icon_expr="bell.png"/>                         
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r640 r652  
    138138   <permission>View</permission>
    139139  </action>
    140   <action title="Book Hostal" action_id="reserve_acco"
     140  <action title="Book Hostal" action_id="reserve_accommodation"
    141141     category="student" condition_expr="member"
    142      url_expr="string:${portal_url}/reserve_acco"
     142     url_expr="string:${portal_url}/reserve_accommodation"
    143143     visible="True">
    144144   <permission>View</permission>
  • WAeUP_SRP/trunk/profiles/default/layouts.xml

    r629 r652  
    1414 <object name="student_study_course" meta_type="CPS Layout"/>
    1515 <object name="student_accommodation" meta_type="CPS Layout"/>
    16  <object name="student_acco_reserve" meta_type="CPS Layout"/>
     16 <object name="student_accommodation_fe" meta_type="CPS Layout"/>
    1717 <object name="student_application" meta_type="CPS Layout"/>
    1818 <object name="student_application_fe" meta_type="CPS Layout"/>
  • WAeUP_SRP/trunk/profiles/default/schemas.xml

    r629 r652  
    1717 <object name="scratch_card_batch" meta_type="CPS Schema"/>
    1818 <object name="student_accommodation" meta_type="CPS Schema"/>
    19  <object name="student_acco_reserve" meta_type="CPS Schema"/>
     19 <object name="student_accommodation_fe" meta_type="CPS Schema"/>
    2020 <object name="student_application" meta_type="CPS Schema"/>
    2121 <object name="student_clearance" meta_type="CPS Schema"/>
  • WAeUP_SRP/trunk/profiles/default/types/StudentAccommodation.xml

    r642 r652  
    88 <property name="product">WAeUP_SRP</property>
    99 <property name="factory">addStudentAccommodation</property>
    10  <property name="immediate_view">hostal_reservation_slip</property>
     10 <property name="immediate_view">accommodation_slip</property>
    1111 <property name="global_allow">True</property>
    1212 <property name="filter_content_types">True</property>
     
    2626 <property name="storage_methods"/>
    2727 <property name="cps_is_portlet">False</property>
    28  <alias from="(Default)" to="hostal_reservation_slip"/>
    29  <alias from="view" to="hostal_reservation_slip"/>
     28 <alias from="(Default)" to="accommodation_slip"/>
     29 <alias from="view" to="accommodation_slip"/>
    3030 <action title="Standard View" action_id="view" category="object"
    31     condition_expr="" url_expr="string:${object_url}/hostal_reservation_slip"
     31    condition_expr="" url_expr="string:${object_url}/accommodation_slip"
    3232    visible="True">
    3333  <permission value="View"/>
Note: See TracChangeset for help on using the changeset viewer.