Ignore:
Timestamp:
19 Sep 2006, 14:13:59 (18 years ago)
Author:
Henrik Bettermann
Message:

table view in layout_application_view.pt adjusted
waeup_common layout in all types removed (was not necessary because it only showed the title)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/layout_waeup_lib.pt

    r486 r536  
    3030<metal:block define-macro="table_view"
    3131             tal:define="layout options/layout">
    32 <table border="0" width=100%>
     32<table>
    3333    <tal:block repeat="row layout/rows">
    3434      <tr>
     
    4141                 >
    4242              <tal:block condition="widget/label">
    43               <td valign="top" width=40%>
     43              <td valign="top" width="150px">
    4444                <span i18n:translate="" tal:condition="widget/is_i18n">
    4545                    <span tal:content="widget/label" />:</span>
     
    5050              <tal:block condition="not: widget/label">
    5151              <td>
    52                 <div valign="top"> no label </div>
     52                <div valign="top" width=30%> no label </div>
    5353              </td>
    5454              </tal:block>             
Note: See TracChangeset for help on using the changeset viewer.