Changeset 12313


Ignore:
Timestamp:
24 Dec 2014, 14:17:32 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove duplicate error message.

Customize position of checkbox.

Location:
main/waeup.ikoba/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/layout/static/css/base.css

    r12170 r12313  
    222222}
    223223
     224.form-table td.swcheckbox {
     225  vertical-align: bottom;
     226}
     227
    224228.form-table td.fieldname {
    225229    vertical-align: top;
  • main/waeup.ikoba/trunk/src/waeup/ikoba/widgets/sequencewidget.pt

    r11949 r12313  
    11<table i18n:domain="waeup.ikoba">
    22  <tr tal:repeat="widget view/widgets">
    3     <td>
    4       <input class="editcheck" type="checkbox"
     3    <td class="swcheckbox">
     4      <input type="checkbox"
    55             tal:attributes="
    66                 name string:${view/name}.remove_${repeat/widget/index}"
     
    88    </td>
    99    <td>
    10       <span tal:define="error widget/error"
    11             tal:replace="structure error" tal:condition="error" />
    1210      <input tal:replace="structure widget" />
    1311    </td>
Note: See TracChangeset for help on using the changeset viewer.