From 7c98fb28f16ea42ce80487b1309240c7c5dc54b7 Mon Sep 17 00:00:00 2001
From: "@alexbuckley" <@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
Signed-off-by: Mark Tompsett
---
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 859685a..85d2afa 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 0a641af..f361d73 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 2b3a837..f901707 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