Changeset 2743 for WAeUP_SRP/base/skins/waeup_layout
- Timestamp:
- 22 Nov 2007, 21:42:57 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_layout/layout_apply_admission_create.pt
r2738 r2743 24 24 <span tal:attributes="class widget_css_class; 25 25 id python:widget.getHtmlWidgetId()+'_widget';" 26 > 27 <tr tal:condition="widget/description|nothing" class="even ajaxtd"> 26 > 27 <metal:block tal:condition="widget/description|nothing"> 28 <tr class="even ajaxtd" > 28 29 <th colspan="5" align="left"><h3 tal:replace="widget/description" /></th> 29 30 </tr> 31 </metal:block> 30 32 <tr> 31 33 <td valign="middle" tal:condition="python:widget.label_edit and widget.label_edit!='label field'"> … … 41 43 <tal:block condition="err"> 42 44 <tal:block define="msg python:cpsmcat(err, mapping=err_mapping)"> 43 < br /><em style="color: red"45 <em style="color: red" 44 46 tal:content="msg">err</em> 45 47 </tal:block>
Note: See TracChangeset for help on using the changeset viewer.