Ignore:
Timestamp:
31 Oct 2011, 04:35:23 (13 years ago)
Author:
Henrik Bettermann
Message:

We don't need special handling codes with and without categorization like in SRP. A new beds_for_all field is sufficient to configure these hostels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/hostelmanagepage.pt

    r6970 r6971  
    6767        <tr>
    6868          <th>&nbsp;</th>
    69           <th>Bed Id</th>
    70           <th>Bed Type</th>
    71           <th>Sort Id</th>
     69          <th>Id</th>
     70          <th>Type</th>
     71          <th>Number</th>
    7272          <th>Owner</th>
    7373        </tr>
     
    8080          </td>
    8181          <td> <a tal:attributes="href value/__name__">
    82           <span tal:content="value/bed_id">Bed Id</span>
     82          <span tal:content="value/bed_id">Id</span>
    8383          </a></td>
    84           <td tal:content="value/bed_type">Bed Type</td>
    85           <td tal:content="value/sort_id">Sort Id</td>
     84          <td tal:content="value/bed_type">Type</td>
     85          <td tal:content="value/bed_number">Number</td>
    8686          <td tal:content="value/owner">Owner</td>
    8787        </tr>
Note: See TracChangeset for help on using the changeset viewer.