Bugzilla – Attachment 92293 Details for
Bug 17057
Remove event attributes from holds template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17057: Remove event attributes from holds template
Bug-17057-Remove-event-attributes-from-holds-templ.patch (text/plain), 2.88 KB, created by
Maryse Simard
on 2019-08-16 18:29:36 UTC
(
hide
)
Description:
Bug 17057: Remove event attributes from holds template
Filename:
MIME Type:
Creator:
Maryse Simard
Created:
2019-08-16 18:29:36 UTC
Size:
2.88 KB
patch
obsolete
>From c598638ef721c82564b3b503a8272c47c12cdb42 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 13 Aug 2019 14:51:10 +0000 >Subject: [PATCH] Bug 17057: Remove event attributes from holds template > >My orginal patch for this bug contained a lot of changes made obsolete >by Bug 19469, which created holds_table.inc. > >This new version makes one minor change only to request.tt, adding a >class name and removing an onclick attribute. > >To test, apply the patch and place an item-level hold on a title. > >Start the process of placing another hold on that item. On the "place >hold" screen, in the table of items, you should see a "Cancel hold" link >for the item you previously placed on hold. > > - Click the "Cancel hold" link > - Clicking "Cancel" in the confirmation dialog should cancel the > operation. > - Clicking "OK" should cancel the hold. > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 0aa2971..1c10c2f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -414,7 +414,7 @@ > [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %] > [% IF ( itemloo.canreservefromotherbranches ) %]for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>[% END %] [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %] [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] > since >- [% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate | $KohaDates %][% ELSE %][% IF ( itemloo.reservedate ) %][% itemloo.reservedate | html %][% END %][% END %]. <a class="info" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&CancelItemnumber=[% itemloo.itemnumber | html %]" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);">Cancel hold</a> >+ [% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate | $KohaDates %][% ELSE %][% IF ( itemloo.reservedate ) %][% itemloo.reservedate | html %][% END %][% END %]. <a class="info cancel-hold" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&CancelItemnumber=[% itemloo.itemnumber | html %]">Cancel hold</a> > [% END %] > [% ELSE %] > Not on hold >-- >2.7.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 17057
:
54055
|
54072
|
54109
|
92178
|
92179
|
92293
|
92294
|
92329
|
92330