Bugzilla – Attachment 62422 Details for
Bug 18438
Check in: Modal about holds hides important check in messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18438 - Removed onclick event on 'Confirm hold' button to adhere to coding guidelines following feedback
Bug-18438---Removed-onclick-event-on-Confirm-hold-.patch (text/plain), 1.35 KB, created by
Alex Buckley
on 2017-04-19 21:10:10 UTC
(
hide
)
Description:
Bug 18438 - Removed onclick event on 'Confirm hold' button to adhere to coding guidelines following feedback
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-04-19 21:10:10 UTC
Size:
1.35 KB
patch
obsolete
>From 79ceeef5e88f92170bde4a4885924011a2a45fbd Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Thu, 20 Apr 2017 09:08:44 +1200 >Subject: [PATCH] Bug 18438 - Removed onclick event on 'Confirm hold' button to > adhere to coding guidelines following feedback > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 62c3e41..849af7e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -555,7 +555,7 @@ $(document).ready(function () { > <i class="fa fa-print"></i> Print slip, transfer, and confirm > </button> > [% ELSE %] >- <button data-dismiss="modal" type="submit" class="btn btn-default approve" onclick="this.form.submit();"> >+ <button data-dismiss="modal" type="submit" class="btn btn-default approve"> > <i class="fa fa-check"></i> Confirm hold > </button> > <button type="submit" class="btn btn-default print" onclick="this.form.print_slip.value = 1; this.form.submit();"> >-- >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 18438
:
62349
|
62350
|
62422
|
62444
|
62445
|
62446
|
62708
|
62955
|
63002
|
63003
|
63004
|
63005
|
63006
|
63007
|
63371
|
63372
|
63458
|
63549