Bugzilla – Attachment 58900 Details for
Bug 17855
New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17855- Fourth update following testing feedback.
Bug-17855--Fourth-update-following-testing-feedbac.patch (text/plain), 4.62 KB, created by
Mark Tompsett
on 2017-01-13 02:36:21 UTC
(
hide
)
Description:
Bug 17855- Fourth update following testing feedback.
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-01-13 02:36:21 UTC
Size:
4.62 KB
patch
obsolete
>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 <mtompset@hotmail.com> >--- > 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 ) %] > <h1>Congratulations, installation complete</h1> >- <p>If this page does not redirect in 5 seconds, click <a href="/cgi-bin/koha/installer/onboarding.pl">here</a>.</p> >+ <p>If this page does not redirect in 5 seconds, click <a href="/cgi-bin/koha/installer/onboarding.pl">Start onboarding process</a>.</p> > [% END %] > > >@@ -217,11 +217,11 @@ function Hide(link) > [% END %] > <h3>All done!</h3> > <p>Installation complete.<br /> >- <p>Click on 'Continue to onboarding tool' to complete and load the Koha onboarding tool. >+ <p>Click on 'Set Koha version system preference' to complete and load the Koha onboarding tool. > <form name="finish"> > <input type="hidden" name="step" value="3" /> > <input type="hidden" name="op" value="finish" /> >- <input type="submit" value="Continue to Koha onboarding tool"/> >+ <input type="submit" value="Set Koha version system preference"/> > </form> > </p> > </p> >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 @@ > <form name="skiplibrary" method="post" action="onboarding.pl"> > <input type="hidden" name="step" value="2"/> > <div> >- <input type="submit" name="start" value="Add a patron category"/> >+ <input type="submit" name="start" value="Minimal patron category setup"/> > </div> > </form> > >@@ -37,7 +37,7 @@ > </p> > </div> > Next up: >- <input type="submit" name="start" value="Add a patron category"/> >+ <input type="submit" name="start" value="Minimal patron category setup"/> > </form> > > [%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. > </div> > Next up: >- <input type="submit" name="start" value="Add an item type"/> >+ <input type="submit" name="start" value="Minimal item type setup"/> > </form> > [% ELSE %] > <!--Create a patron screen 1--> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17855
:
58657
|
58658
|
58659
|
58660
|
58661
|
58662
|
58663
|
58664
|
58665
|
58666
|
58667
|
58668
|
58669
|
58781
|
58782
|
58783
|
58784
|
58785
|
58792
|
58793
|
58794
|
58846
|
58860
|
58861
|
58862
|
58886
|
58892
|
58893
|
58894
|
58895
|
58896
|
58897
|
58898
|
58899
|
58900
|
58901
|
58902
|
58903
|
58904
|
58905
|
58906
|
58907
|
59037
|
59051
|
59140
|
59141
|
59174
|
59188
|
59277
|
59279
|
59280
|
59281
|
59628
|
59703
|
59705
|
59706
|
59707
|
59708
|
59709
|
59710
|
59711
|
59712
|
59742
|
59826
|
59830
|
59840
|
59841
|
59842
|
59856
|
59857
|
60092
|
61667
|
61668
|
61986
|
62186
|
62191
|
62192
|
62193
|
62220
|
62221
|
62222
|
62223
|
62231
|
62233
|
62234
|
62235
|
62236
|
62237
|
62238
|
62239
|
62240
|
62241
|
62242
|
62243
|
62251
|
62252
|
62253
|
62254
|
62255
|
62256
|
62257
|
62258
|
62259
|
62260
|
62261
|
62262
|
62263
|
62281
|
62282
|
62283
|
62284
|
62285
|
62286
|
62287
|
62288
|
62668
|
62669
|
62670
|
62671
|
62672
|
62673
|
62674
|
62675