Last change
on this file since 17952 was
12313,
checked in by Henrik Bettermann, 10 years ago
|
Remove duplicate error message.
Customize position of checkbox.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[11949] | 1 | <table i18n:domain="waeup.ikoba"> |
---|
[7767] | 2 | <tr tal:repeat="widget view/widgets"> |
---|
[12313] | 3 | <td class="swcheckbox"> |
---|
| 4 | <input type="checkbox" |
---|
[7767] | 5 | tal:attributes=" |
---|
| 6 | name string:${view/name}.remove_${repeat/widget/index}" |
---|
| 7 | tal:condition="view/need_delete" /> |
---|
| 8 | </td> |
---|
| 9 | <td> |
---|
| 10 | <input tal:replace="structure widget" /> |
---|
| 11 | </td> |
---|
| 12 | </tr> |
---|
| 13 | <tr> |
---|
| 14 | <td colspan="2"> |
---|
[7798] | 15 | <p class="hint" i18n:translate=""> |
---|
| 16 | Don't forget to save the form after adding or deleting items. |
---|
| 17 | </p> |
---|
[11254] | 18 | <button type="submit" |
---|
| 19 | class="btn btn-default" |
---|
| 20 | tal:condition="view/need_add" |
---|
| 21 | tal:attributes="name string:${view/name}.add" |
---|
| 22 | tal:content="view/addButtonLabel" /> |
---|
| 23 | <button type="submit" class="btn btn-default" |
---|
[7767] | 24 | tal:condition="view/need_delete" |
---|
| 25 | tal:attributes="name string:${view/name}.remove" |
---|
[11254] | 26 | i18n:translate="remove-selected-items">Remove selected items</button> |
---|
[11949] | 27 | <a id="ikoba-scroll-target" |
---|
| 28 | tal:condition="view/_ikoba_seq_len_changed" /> |
---|
[7767] | 29 | </td> |
---|
| 30 | </tr> |
---|
| 31 | </table> |
---|
| 32 | <input tal:replace="structure view/marker" /> |
---|
Note: See
TracBrowser for help on using the repository browser.