Changeset 12313 for main/waeup.ikoba/trunk
- Timestamp:
- 24 Dec 2014, 14:17:32 (10 years ago)
- Location:
- main/waeup.ikoba/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/layout/static/css/base.css
r12170 r12313 222 222 } 223 223 224 .form-table td.swcheckbox { 225 vertical-align: bottom; 226 } 227 224 228 .form-table td.fieldname { 225 229 vertical-align: top; -
main/waeup.ikoba/trunk/src/waeup/ikoba/widgets/sequencewidget.pt
r11949 r12313 1 1 <table i18n:domain="waeup.ikoba"> 2 2 <tr tal:repeat="widget view/widgets"> 3 <td >4 <input class="editcheck"type="checkbox"3 <td class="swcheckbox"> 4 <input type="checkbox" 5 5 tal:attributes=" 6 6 name string:${view/name}.remove_${repeat/widget/index}" … … 8 8 </td> 9 9 <td> 10 <span tal:define="error widget/error"11 tal:replace="structure error" tal:condition="error" />12 10 <input tal:replace="structure widget" /> 13 11 </td>
Note: See TracChangeset for help on using the changeset viewer.