Ignore:
Timestamp:
14 Oct 2006, 12:37:50 (18 years ago)
Author:
joachim
Message:

created new layout-method layout_enter_access_code.pt
and use this for application create and accommodation create. Actually now
layout_application_create is now no longer neccessary.

Location:
WAeUP_SRP/trunk/profiles/default/layouts
Files:
2 edited

Legend:

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

    r697 r701  
    11<?xml version="1.0"?>
    22<object name="student_accommodation" meta_type="CPS Layout">
    3  <property name="layout_create_method">layout_application_create</property>
    4  <property name="layout_edit_method">layout_application_edit</property>
     3 <property name="layout_create_method">layout_enter_access_code</property>
     4 <property name="layout_edit_method"></property>
    55 <property name="layout_view_method"></property>
    66 <property name="style_prefix">layout_waeup_</property>
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application_fe.xml

    r693 r701  
    11<?xml version="1.0"?>
    22<object name="student_application_fe" meta_type="CPS Layout">
    3  <property name="layout_create_method"></property>
     3 <property name="layout_create_method">layout_enter_access_code</property>
    44 <property name="layout_edit_method"></property>
    55 <property name="layout_view_method"></property>
Note: See TracChangeset for help on using the changeset viewer.