Changeset 2796


Ignore:
Timestamp:
27 Nov 2007, 15:55:40 (17 years ago)
Author:
joachim
Message:

add separator line again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_layout/layout_apply_admission_create.pt

    r2792 r2796  
    1414 
    1515  <table  cellpadding="2" cellspacing="2" summary="Form layout" border=0
    16        tal:condition="layout/rows">
    17   <tr tal:repeat="row layout/rows" valign="top">
    18 
    19   <span tal:repeat="cell row">
     16          tal:condition="layout/rows">
     17    <tal:block repeat="row layout/rows">
     18      <tal:block repeat="cell row" >
    2019        <tal:block define="widget cell/widget;
    2120                           wid widget/getWidgetId;
     
    2322                           err_mapping python:ds.getErrorMapping(wid);
    2423                           widget_css_class cell/widget_css_class|nothing;
    25                            css_class python:test(err, 'row error','row')">
    26           <span tal:attributes="class widget_css_class;
    27                                id python:widget.getHtmlWidgetId()+'_widget';
    28                               ">
    29                              
    30                    
    31             <td valign="middle" tal:condition="python:widget.label_edit and widget.label_edit!='label field'">               
    32               <div class="label">
    33                 <label tal:content="widget/label_edit"
    34                   tal:attributes="for cell/widget_input_area_id|nothing;">label</label>
    35               </div>
    36             </td>
     24                           css_class python:test(err, 'row error','row')"
     25                           >
     26          <tr tal:condition="widget/description|nothing" class="even ajaxtd">
     27            <th colspan="5" align="left"><h3 tal:replace="widget/description" /></th>
     28          </tr>
     29          <tr valign="top">
     30            <span tal:attributes="class widget_css_class;
     31            id python:widget.getHtmlWidgetId()+'_widget';"
     32            >
     33              <td valign="middle" tal:condition="python:widget.label_edit and widget.label_edit!='label field'">               
     34                <div class="label">
     35                  <label tal:content="widget/label_edit"
     36                         tal:attributes="for cell/widget_input_area_id|nothing;">label</label>
     37                </div>
     38              </td>
    3739           
    38             <td tal:condition="cell/widget_rendered">
    39               <div tal:attributes="class python:test(widget.label_edit == 'label field', 'label','')">         
    40               <label tal:replace="structure cell/widget_rendered"/>
    41               </div>         
    42               <tal:block condition="err">
     40              <td tal:condition="cell/widget_rendered">
     41                <div tal:attributes="class python:test(widget.label_edit == 'label field', 'label','')">         
     42                  <label tal:replace="structure cell/widget_rendered"/>
     43                </div>         
     44                <tal:block condition="err">
    4345                  <tal:block define="msg python:cpsmcat(err, mapping=err_mapping)">
    4446                    <br /><em style="color: red"
    45                       tal:content="msg">err</em>
     47                              tal:content="msg">err</em>
    4648                  </tal:block>
    47               </tal:block>
    48             </td>
    49  
     49                </tal:block>
     50              </td>
    5051          </span>
     52          </tr>
    5153        </tal:block>
    52   </span>     
    53   </tr>
     54      </tal:block>
     55    </tal:block>
    5456  </table>
    5557  <br/>
Note: See TracChangeset for help on using the changeset viewer.