Changeset 536 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 19 Sep 2006, 14:13:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/layout_waeup_lib.pt
r486 r536 30 30 <metal:block define-macro="table_view" 31 31 tal:define="layout options/layout"> 32 <table border="0" width=100%>32 <table> 33 33 <tal:block repeat="row layout/rows"> 34 34 <tr> … … 41 41 > 42 42 <tal:block condition="widget/label"> 43 <td valign="top" width= 40%>43 <td valign="top" width="150px"> 44 44 <span i18n:translate="" tal:condition="widget/is_i18n"> 45 45 <span tal:content="widget/label" />:</span> … … 50 50 <tal:block condition="not: widget/label"> 51 51 <td> 52 <div valign="top" > no label </div>52 <div valign="top" width=30%> no label </div> 53 53 </td> 54 54 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.