X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frc%2Fstep2.html;h=b292f85a5fb08adf9b71cc7247784d8be7b8b84d;hb=12891f813941e9ad0310bdfa453d54e0a0f55c87;hp=75ec83cae2f374527fd8ac9fa02622b742c731f5;hpb=da6943d46ec5b1aee6e69f928ac6f1417166e5ce;p=kivitendo-erp.git 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') %]

[% accno | html %]--[% account | html %]

@@ -12,7 +13,7 @@ - + @@ -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 @@
-
 [% L.checkbox_tag('checkall_checkboxes', checkall='input.checkall') %] [% 'Date' | $T8 %] [% 'Source' | $T8 %] [% 'Description' | $T8 %]