@@ -, +, @@ in tt for translated onboardingstep2.tt - Verify that code change makes sense - Run QA tools - Bonus test: Create a new "language" aa-AA and verify that the lines above are no longer exposed. --- .../prog/en/modules/onboarding/onboardingstep2.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt @@ -2,12 +2,12 @@ [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Web installer › Add a patron category -[% IF (categories && categories.count > 1 ) - # This if statement checks if the categories variable handed to this template - # by onboarding.pl has data in it. If the categories variable does have data - # in it this means that the user has previously imported sample patron category - # data and so we do not need to show them the create patron category screen 1, - #instead we can display a screen with ubtton redirecting the user to step 3 %] +[%# The following if statement checks if the categories variable handed to this template %] +[%# by onboarding.pl has data in it. If the categories variable does have data %] +[%# in it this means that the user has previously imported sample patron category %] +[%# data and so we do not need to show them the create patron category screen 1, %] +[%#instead we can display a screen with ubtton redirecting the user to step 3 %] +[% IF (categories && categories.count > 1 ) %] [% END %] [% INCLUDE 'installer-doc-head-close.inc' %] --