Bugzilla – Attachment 67818 Details for
Bug 14919
Holds history for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14919: (follow-up) Fixing some typos and adding to pref description
Bug-14919-follow-up-Fixing-some-typos-and-adding-t.patch (text/plain), 3.07 KB, created by
Josef Moravec
on 2017-10-08 06:57:14 UTC
(
hide
)
Description:
Bug 14919: (follow-up) Fixing some typos and adding to pref description
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-10-08 06:57:14 UTC
Size:
3.07 KB
patch
obsolete
>From 089157e9685d2a841ee86ffc726e9df39cbd25d3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 7 Oct 2017 22:36:11 +0200 >Subject: [PATCH] Bug 14919: (follow-up) Fixing some typos and adding to pref > description > >- Adds 'holds' to pref description of intranetreadinghistory >- Fixes typo in link to holds history from patron account >- Changes reserve date to hold date in table heading > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index b0e40db..d34ff9f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -90,7 +90,7 @@ > [% END %] > [% IF ( CAN_user_borrowers ) %] > [% IF ( intranetreadinghistory ) %] >- [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdsshistory.pl?borrowernumber=[% borrowernumber %]">Holds history</a></li> >+ [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdshistory.pl?borrowernumber=[% borrowernumber %]">Holds history</a></li> > [% END %] > [% END %] > [% IF ( CAN_user_parameters ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index 3a95ba7..aadd15b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -77,7 +77,7 @@ Patrons: > choices: > yes: "Allow" > no: "Don't allow" >- - "staff to access a patron's checkout history (reading history is still stored, regardless of staff being allowed access or not)." >+ - "staff to access a patron's checkout and hold history (reading history is still stored, regardless of staff being allowed access or not)." > - > - The late fine for all checkouts will only go up to > - pref: MaxFine >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index 1ac8e81..1a370ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -55,7 +55,7 @@ > <th>Author</th> > <th>Barcode</th> > <th>Library</th> >- <th class="title-string">Reserve date</th> >+ <th class="title-string">Hold date</th> > <th class="title-string">Notification date</th> > <th class="title-string">Reminder date</th> > <th class="title-string">Expiration date</th> >-- >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 14919
:
67728
|
67729
|
67730
|
67807
|
67808
|
67809
|
67810
|
67811
|
67818
|
67988
|
68133
|
68134
|
68135
|
68136
|
68137
|
68138
|
68695
|
68696
|
68697
|
68698
|
68699
|
68700
|
68701
|
68756
|
68780