Bugzilla – Attachment 87047 Details for
Bug 21772
Add holds and account information tab to the SCO module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21772: (QA follow-up) Fix button class on Cancel hold button
Bug-21772-QA-follow-up-Fix-button-class-on-Cancel-.patch (text/plain), 1.56 KB, created by
Josef Moravec
on 2019-03-27 08:48:36 UTC
(
hide
)
Description:
Bug 21772: (QA follow-up) Fix button class on Cancel hold button
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-27 08:48:36 UTC
Size:
1.56 KB
patch
obsolete
>From 5b2615d9bfce600290ec8b644a61217aeb65f373 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 27 Mar 2019 08:40:15 +0000 >Subject: [PATCH] Bug 21772: (QA follow-up) Fix button class on Cancel hold > button > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index 8c8000e346..5eb6efe4fc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -188,7 +188,7 @@ > <form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> > <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" /> > <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> >- <button type="submit" name="submit" class="btn btn-xs btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="fa fa-remove"></i> Cancel</button></form> >+ <button type="submit" name="submit" class="btn btn-mini btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="fa fa-remove"></i> Cancel</button></form> > [% END %] > </td> > [% END # / IF onlyinfo %] >-- >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 21772
:
86331
|
86332
|
86333
|
86334
|
86495
|
87042
|
87043
|
87044
|
87045
|
87046
| 87047 |
87048
|
87064
|
87067