Changeset 414
- Timestamp:
- 24 Aug 2006, 11:10:59 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTables.py
r411 r414 77 77 InitializeClass(AccommodationTable) 78 78 79 class AccomodationTable(WAeUPTable): 80 81 meta_type = 'WAeUP Accomodation Tool' 82 83 def __init__(self): 84 WAeUPTable.__init__(self, 'portal_accommodation') 85 86 def addRecord(self, **data): 87 # The uid is the same as "bed". 88 uid = data['bed'] 89 self.catalog_object(dict2ob(data), uid=uid) 90 return uid 91 92 93 InitializeClass(AccomodationTable) 79 # BBB: 80 AccomodationTable = AccommodationTable -
WAeUP_SRP/trunk/configure.zcml
r363 r414 3 3 > 4 4 5 <include file="upgrade.zcml"/> 6 5 7 <adapter 6 8 factory=".exportimport.WAeUPTableXMLAdapter" -
WAeUP_SRP/trunk/profiles/default/layouts/accobook.xml
r199 r414 31 31 <property name="label">enter PIN</property> 32 32 <property name="label_edit">Enter an Accommodation PIN</property> 33 <property name="help">Enter a PIN valid for Accom odation Booking</property>33 <property name="help">Enter a PIN valid for Accommodation Booking</property> 34 34 <property name="readonly_layout_modes"/> 35 35 <property name="hidden_layout_modes"/> -
WAeUP_SRP/trunk/skins/waeup_student/accommodation_view_all.pt
r119 r414 12 12 tal:define="items here/contentValues" 13 13 > 14 <h2>Accom odation</h2>14 <h2>Accommodation</h2> 15 15 <table cellspacing="0" cellpadding="0"> 16 16 <tal:block condition="python: len(items)"> -
WAeUP_SRP/trunk/skins/waeup_student/accommodation_view_manager.pt
r119 r414 12 12 tal:define="items here/contentValues" 13 13 > 14 <h2>Accom odation</h2>14 <h2>Accommodation</h2> 15 15 <table cellspacing="0" cellpadding="0"> 16 16 <tal:block condition="python: len(items)"> -
WAeUP_SRP/trunk/skins/waeup_student/accommodation_view_student.pt
r119 r414 12 12 tal:define="items here/contentValues" 13 13 > 14 <h2>Accom odation</h2>14 <h2>Accommodation</h2> 15 15 <table cellspacing="0" cellpadding="0"> 16 16 <tal:block condition="python: len(items)">
Note: See TracChangeset for help on using the changeset viewer.