Bug 18702: Translatability: Get rid of exposed if statement in tt for translated...
commit17fd5a4ffb6fa92e1ce522ac8f8cf5fdeb343868
authorMarc Véron <veron@veron.ch>
Tue, 30 May 2017 16:50:16 +0000 (30 18:50 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Jun 2017 19:35:23 +0000 (5 16:35 -0300)
tree2b69c4046a698dc911ccf194820a6e17383a5736
parent00d3a883b5e4d2ff1f5badef3c5dc33d7913bebe
Bug 18702: Translatability: Get rid of exposed if statement in tt for translated onboardingstep2.tt

The file onboardingstep2.tt exposes the following to translations:

"[%% 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 %%] "

Translators should not be confronted with such internals. This patch removes it

To test:
- 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.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt