From 98c4473e4295d1b07438bb81a6ff5568f91c5176 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 8 Jun 2021 05:25:20 +0000 Subject: [PATCH] Bug 27741: installer folder Bug 27631 corrected the

tags in each of the pages in the staff client. This bug deals with correcting the hierarchy of each of the other headings. To test: 1) Apply patch and dependencies 2) Go to each of the pages and check the headings under

are in the correct order and hierarchy Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- .../prog/en/modules/installer/step2.tt | 2 +- .../prog/en/modules/installer/step3.tt | 40 +++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt index fab5eb4355..a8986320ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt @@ -23,7 +23,7 @@ -

Database settings:

+

Database settings:

  • Database type: [%- dbms | $HtmlTags tag=>'code' -%]
  • Database name: [%- dbname | $HtmlTags tag=>'code' -%]
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt index 4462deb523..8581a6ff6f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -55,12 +55,12 @@ -

    Congratulations, installation complete

    +

    Congratulations, installation complete

    Begin the onboarding process

    [% END %] [% IF ( choosemarc ) %] -

    Select your MARC flavor

    +

    Select your MARC flavor

      @@ -120,15 +120,15 @@ [% IF ( frameworksloop ) %] -

      MARC frameworks: [% marcflavour | html %]

      +

      MARC frameworks: [% marcflavour | html %]

      [% IF ( en_marc_frameworks ) %] -

      No MARC frameworks are available for your language. - Defaulting to the frameworks supplied for English (en)

      +

      No MARC frameworks are available for your language. + Defaulting to the frameworks supplied for English (en)

      [% END %] [% FOREACH frameworksloo IN frameworksloop %] [%- SWITCH frameworksloo.label -%] - [%- CASE 'mandatory' -%]

      Mandatory

      - [%- CASE 'optional' -%]

      Optional

      + [%- CASE 'mandatory' -%]

      Mandatory

      + [%- CASE 'optional' -%]

      Optional

      [%- END -%]
      @@ -158,17 +158,17 @@ [% END # / FOREACH frameworksloo %] [% END # / IF frameworkdsloop %] -

      Other data

      +

      Other data

      [% IF ( en_sample_data ) %] -

      No sample data and settings are available for your language. - Defaulting to the samples supplied for English (en)

      +

      No sample data and settings are available for your language. + Defaulting to the samples supplied for English (en)

      [% END %] [% FOREACH levelloo IN levelloop %] [%- SWITCH levelloo.label -%] - [%- CASE 'mandatory' -%]

      Mandatory

      - [%- CASE 'optional' -%]

      Optional

      + [%- CASE 'mandatory' -%]

      Mandatory

      + [%- CASE 'optional' -%]

      Optional

      [%- END -%]
      @@ -221,15 +221,15 @@ [% FOREACH lis IN list %] [% IF lis.level == 'mandatory' %] -

      Mandatory data added

      +

      Mandatory data added

      [% ELSIF lis.level == 'optional' %] -

      Optional data added

      +

      Optional data added

      [% ELSIF lis.level == 'mysql' %] -

      MySQL data added

      +

      MySQL data added

      [% ELSIF lis.level == 'localization' %] -

      Localization data added

      +

      Localization data added

      [% ELSE %] -

      [% lis.level FILTER ucfirst | html %] data added

      +

      [% lis.level FILTER ucfirst | html %] data added

      [% END %]
        [% FOREACH fwklis IN lis.fwklist %] @@ -241,14 +241,14 @@
      [% END %] -

      Basic installation complete.

      +

      Basic installation complete.

      In the next steps you will be guided through some basic requirements like defining Koha user with all administrative privileges (superlibrarian).

      -

      +

      You can help the Koha community by sharing your statistics with us. -

      +

If you wish to share some of your data, please enable the functionality in the "Share your usage statistics" section of the Administration module.

-- 2.20.1