@@ -, +, @@ --- .../prog/en/includes/branch-selector.inc | 7 ++++++- .../prog/en/modules/help/tools/export.tt | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc @@ -9,7 +9,12 @@ END %]
[% FOREACH branch IN branches %]
- + [% IF branch.selected || (selectall == 1) %] + + [% ELSE %] + + [% END %] +
[% IF loop.count() % 4 == 0 && !loop.last() %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt @@ -13,24 +13,24 @@