From 801edf941dd51835d60d64c70243102176f1c2cf Mon Sep 17 00:00:00 2001 From: "@alexbuckley" Date: Thu, 12 Jan 2017 03:27:24 +0000 Subject: [PATCH] Bug 17855- Fourth update following testing feedback. Changed button and link names in web installer and onboarding tool --- installer/onboarding.pl | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index c6195a2..bdc519e 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -129,7 +129,7 @@ if ( $start && $start eq 'Start setting up my Koha' ) { ] ); } -elsif ( $start && $start eq 'Add a patron category' ) { +elsif ( $start && $start eq 'Minimal patron category setup' ) { #Select all the patron category records in the categories database table and give them to the template my $categories = Koha::Patron::Categories->search(); @@ -137,7 +137,7 @@ elsif ( $start && $start eq 'Add a patron category' ) { #Check if the $step variable equals 1 i.e. the user has clicked to create a library in the create library screen 1 } -elsif ( $start && $start eq 'Add an item type' ) { +elsif ( $start && $start eq 'Minimal item type setup' ) { my $itemtypes = Koha::ItemTypes->search(); $template->param( itemtypes => $itemtypes, ); 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 b0d0539..f186027 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -66,7 +66,7 @@ function Hide(link) [% IF ( finish ) %]

Congratulations, installation complete

-

If this page does not redirect in 5 seconds, click here.

+

If this page does not redirect in 5 seconds, click Start onboarding process.

[% END %] @@ -217,11 +217,11 @@ function Hide(link) [% END %]

All done!

Installation complete.
-

Click on 'Continue to onboarding tool' to complete and load the Koha onboarding tool. +

Click on 'Set Koha version system preference' to complete and load the Koha onboarding tool.

- +

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt index 1952cf6..e4cbd67 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt @@ -17,7 +17,7 @@
- +
@@ -37,7 +37,7 @@

Next up: - + [%ELSE %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt index 5db37ba..e035827 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt @@ -109,7 +109,7 @@ $(document).ready(function(){ More -> Set Permissions in a user page to gain superlibrarian permissions. Next up: - + [% ELSE %] -- 2.1.4