Ignore:
Timestamp:
3 Nov 2005, 06:30:05 (19 years ago)
Author:
Henrik Bettermann
Message:

table_view veraendert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/waeup_layout_lib.pt

    r138 r143  
    2929<metal:block define-macro="table_view"
    3030             tal:define="layout options/layout">
    31 <table border="1">
     31<table border="0">
    3232    <tal:block repeat="row layout/rows">
    3333      <tr>
     
    4141              <tal:block condition="widget/label">
    4242              <td valign="top">
    43                 <span class="dlabel" i18n:translate="" tal:condition="widget/is_i18n"
    44                     tal:content="widget/label">label</span>
    45                 <span class="dlabel" tal:condition="not:widget/is_i18n"
    46                     tal:content="widget/label">label</span>
     43                <span i18n:translate="" tal:condition="widget/is_i18n">
     44                    <span tal:content="widget/label" />:</span>
     45                <span tal:condition="not:widget/is_i18n">
     46                    <span tal:content="widget/label" />:</span>
    4747              </td>
    4848              </tal:block>
    4949              <tal:block condition="not: widget/label">
    5050              <td>
    51                 <span class="dlabel" valign="top"> no label </span>
     51                <div valign="top"> no label </div>
    5252              </td>
    5353              </tal:block>             
    5454              <td>
    55                <span tal:condition="cell" tal:content="structure cell/widget_rendered"></span>
    56                <span tal:condition="not:cell/widget_rendered"> none </span>
     55               <div class="ddescription"  tal:condition="cell" tal:content="structure cell/widget_rendered"></div>
     56               <div class="ddescription" tal:condition="not:cell/widget_rendered"> none </div>
    5757             </td>
    5858            </div>
Note: See TracChangeset for help on using the changeset viewer.