Changeset 626 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 9 Oct 2006, 09:09:57 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/accommodation.xml
r623 r626 3 3 <column value="bed"/> 4 4 <column value="bed_type"/> 5 <column value="hall"/> 5 6 <column value="student"/> 6 7 <index name="bed" meta_type="FieldIndex"> … … 13 14 <indexed_attr value="student"/> 14 15 </index> 16 <index name="hall" meta_type="FieldIndex"> 17 <indexed_attr value="hall"/> 18 </index> 15 19 </object> -
WAeUP_SRP/trunk/profiles/default/types/AccoFolder.xml
r624 r626 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addAccoFolder</property> 10 <property name="immediate_view">ac ademics_contents</property>10 <property name="immediate_view">accommodation_index</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 32 32 <alias from="view" to="accommodation_index"/> 33 33 <action title="View" action_id="view" category="object" condition_expr="" 34 url_expr="string:${object_url}/ac ademics_contents" visible="True">34 url_expr="string:${object_url}/accommodation_index" visible="True"> 35 35 <permission value="View"/> 36 36 </action>
Note: See TracChangeset for help on using the changeset viewer.