Bugzilla – Attachment 109281 Details for
Bug 26015
Terminology: staff interface should be used everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26015: Replace 2 missing occurrences
Bug-26015-Replace-2-missing-occurrences.patch (text/plain), 1.76 KB, created by
Nick Clemens (kidclamp)
on 2020-08-28 12:58:45 UTC
(
hide
)
Description:
Bug 26015: Replace 2 missing occurrences
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-28 12:58:45 UTC
Size:
1.76 KB
patch
obsolete
>From 408f2c0b993207ab8679762f5750d030e6c2cb9f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 26 Aug 2020 12:58:44 +0200 >Subject: [PATCH] Bug 26015: Replace 2 missing occurrences > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > t/db_dependent/selenium/authentication.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 7e038a85cb..a03757e612 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -4,7 +4,7 @@ > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha staff client</title> >+<title>Koha staff interface</title> > [% Asset.css("css/mainpage.css") | $raw %] > [% INCLUDE 'doc-head-close.inc' %] > </head> >diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t >index d24558de2d..97a7176fed 100644 >--- a/t/db_dependent/selenium/authentication.t >+++ b/t/db_dependent/selenium/authentication.t >@@ -66,7 +66,7 @@ SKIP: { > > $patron->flags(1)->store; # superlibrarian permission > $s->auth( $patron->userid, $password ); >- like( $driver->get_title, qr(Koha staff client), 'Patron with flags superlibrarian should be able to login' ); >+ like( $driver->get_title, qr(Koha staff interface), 'Patron with flags superlibrarian should be able to login' ); > > push @data_to_cleanup, $patron, $patron->category, $patron->library; > }; >-- >2.11.0
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 26015
:
107049
|
107226
|
107643
|
108304
|
108305
|
109141
|
109142
|
109143
|
109144
|
109145
|
109146
|
109147
|
109279
|
109280
| 109281