Bugzilla – Attachment 106923 Details for
Bug 15522
New interface for revamped circulation rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15522: (follow-up) Fix circulation rules interface title inconsistency
Bug-15522-follow-up-Fix-circulation-rules-interfac.patch (text/plain), 2.44 KB, created by
Martin Renvoize (ashimema)
on 2020-07-15 11:12:19 UTC
(
hide
)
Description:
Bug 15522: (follow-up) Fix circulation rules interface title inconsistency
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-07-15 11:12:19 UTC
Size:
2.44 KB
patch
obsolete
>From 2d2c7ee5b73ac20965eaf18c992f67400806ccba Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Fri, 27 Mar 2020 01:36:22 +0000 >Subject: [PATCH] Bug 15522: (follow-up) Fix circulation rules interface title > inconsistency > >Follow-up to "Bug 15522: Remove old circulation rules interface" > >Instead of: >"Circulation, fines and holds rules", use >"Circulation, fines, and holds rules" for consistency > >Latter form already used in commit Bug 15522: New interface for updated >circulation rules as follows > >koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc:37: ><li><a href="/cgi-bin/koha/admin/policy.pl">Circulation, fines, and holds rules</a></li> >koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt:88: ><dt><a href="/cgi-bin/koha/admin/policy.pl">Circulation, fines, and holds rules</a></dt> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/policy.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/js/src/admin/policy/app.js | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/policy.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/policy.tt >index c60b927b2a..1a97087b32 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/policy.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/policy.tt >@@ -16,7 +16,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'prefs-admin-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › Circulation, fines and holds rules</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › Circulation, fines, and holds rules</div> > > <div class="main container-fluid"> > <div class="row"> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/src/admin/policy/app.js b/koha-tmpl/intranet-tmpl/prog/js/src/admin/policy/app.js >index 6c14220e9b..edc140e8ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/src/admin/policy/app.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/src/admin/policy/app.js >@@ -217,7 +217,7 @@ export default class PolicyApp extends React.Component { > } > > return <section> >- <h1>{__( "Circulation, fines and holds rules" )}</h1> >+ <h1>{__( "Circulation, fines, and holds rules" )}</h1> > <PolicyAppToolbar > branch={this.state.branch} > group={this.state.kindGroup} >-- >2.20.1
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 15522
:
68231
|
68232
|
68233
|
68234
|
68235
|
71048
|
71049
|
71050
|
71051
|
71052
|
72239
|
72242
|
91977
|
91978
|
91979
|
91980
|
91981
|
91982
|
91983
|
91984
|
94201
|
94202
|
94203
|
94204
|
94205
|
94206
|
94207
|
94208
|
99148
|
99149
|
99150
|
99151
|
99152
|
99153
|
99154
|
99155
|
99156
|
99157
|
99199
|
99200
|
99201
|
99202
|
99203
|
99204
|
99205
|
99206
|
99207
|
99208
|
99209
|
99210
|
99211
|
99213
|
99214
|
99215
|
101918
|
101919
|
101920
|
101921
|
101922
|
101923
|
101924
|
101925
|
101926
|
101927
|
101934
|
101935
|
101936
|
101937
|
101938
|
101939
|
101940
|
101941
|
101942
|
101943
|
101944
|
101945
|
101946
|
101947
|
106913
|
106914
|
106915
|
106916
|
106917
|
106918
|
106919
|
106920
|
106921
|
106922
| 106923 |
106924
|
106925
|
106926
|
112056
|
112057
|
112058
|
112059
|
112060
|
112061