- Timestamp:
- 12 Nov 2015, 06:24:02 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser_templates/containermanagepage.pt
r11254 r13443 41 41 <th i18n:translate="">Id 42 42 </th> 43 <th i18n:translate="">Sort Id 44 </th> 43 45 <th i18n:translate="">Name 44 46 </th> … … 46 48 </thead> 47 49 <tbody> 48 <tr tal:repeat="hostel context/values"> <td> 49 <input type="checkbox" name="val_id" tal:attributes="value hostel/hostel_id" /> </td> <td> 50 <a tal:attributes="href python: view.url(hostel)" tal:content="hostel/__name__"> ID</a> </td> <td> 51 <span tal:content="hostel/hostel_name">ID 52 </span> </td> 50 <tr tal:repeat="hostel context/values"> 51 <td> 52 <input type="checkbox" name="val_id" tal:attributes="value hostel/hostel_id" /> 53 </td> 54 <td> 55 <a tal:attributes="href python: view.url(hostel)" tal:content="hostel/__name__"> ID</a> 56 </td> 57 <td tal:content="hostel/sort_id">SORT_ID</td> 58 <td><span tal:content="hostel/hostel_name">ID</span></td> 53 59 </tr> 54 60 </tbody> -
main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser_templates/containerpage.pt
r11254 r13443 20 20 <tr> 21 21 <th i18n:translate="">Id</th> 22 <th i18n:translate="">Sort Id</th> 22 23 <th i18n:translate="">Name</th> 23 24 <th i18n:translate="">Booked Beds</th> … … 29 30 <td> <a tal:attributes="href python: view.url(value)"> 30 31 <span tal:content="value/hostel_id">ID</span></a></td> 32 <td tal:content="value/sort_id">SORT_ID</td> 31 33 <td tal:content="value/hostel_name">NAME</td> 32 34 <td>
Note: See TracChangeset for help on using the changeset viewer.