Changeset 632


Ignore:
Timestamp:
9 Oct 2006, 15:12:04 (18 years ago)
Author:
Henrik Bettermann
Message:

table layout changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/acco_hall_view.pt

    r627 r632  
    1111      <h3 tal:content="here/title_or_id" />
    1212      <div tal:condition="nothing" tal:content="info/container_path"/>
     13
     14    </metal:block>
     15    <metal:main fill-slot="main">
     16      <span tal:omit-tag="" 
     17            tal:content="structure python: info['doc'].render(layout_mode='view')" />
     18     
    1319      <table tal:condition="info/bed_types"
    1420             tal:define="bed_types info/bed_types">
    1521        <tr>
    16           <th>Bed Type</th>
    17           <th>Beds</th>
     22          <th width="190px">Bed Type</th>
     23          <th>Total No of Beds</th>
    1824        </tr>
    1925        <tr tal:repeat="bt bed_types">
     
    2329        <tr><td>&nbsp;</td></tr>
    2430      </table>
    25     </metal:block>
    26     <metal:main fill-slot="main">
    27       <span tal:omit-tag="" 
    28             tal:content="structure python: info['doc'].render(layout_mode='view')" />
    29      
     31
    3032    </metal:main>
    3133   
Note: See TracChangeset for help on using the changeset viewer.