X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/da6943d46ec5b1aee6e69f928ac6f1417166e5ce..590bb2353295daa2eaa72b0fbe8ca2cc246a5860:/templates/webpages/rc/step2.html diff --git a/templates/webpages/rc/step2.html b/templates/webpages/rc/step2.html index 75ec83cae..b292f85a5 100644 --- a/templates/webpages/rc/step2.html +++ b/templates/webpages/rc/step2.html @@ -2,6 +2,7 @@ [%- USE L %] [%- USE T8 %] [%- USE LxERP %] +[%- L.javascript_tag('jquery.checkall') %]
| + | [% L.checkbox_tag('checkall_checkboxes', checkall='input.checkall') %] | [% 'Date' | $T8 %] | [% 'Source' | $T8 %] | [% 'Description' | $T8 %] | @@ -40,7 +41,7 @@ [%- IF row.fx_transaction %] [% L.hidden_tag('fxoid_' _ row.i, row.oid) %] [%- ELSE %] - [% L.checkbox_tag('cleared_' _ row.i, checked=row.cleared) %] + [% L.checkbox_tag('cleared_' _ row.i, class='checkall', checked=row.cleared) %] [% L.hidden_tag('oid_' _ row.i, row.oid) %] [%- END %] @@ -111,7 +112,6 @@
|---|