Bugzilla – Attachment 88642 Details for
Bug 22753
Move hold to top button doesn't work if waiting holds exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22753: Fix tabs pointed out by QA script
Bug-22753-Fix-tabs-pointed-out-by-QA-script.patch (text/plain), 2.18 KB, created by
Katrin Fischer
on 2019-04-24 20:24:45 UTC
(
hide
)
Description:
Bug 22753: Fix tabs pointed out by QA script
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-24 20:24:45 UTC
Size:
2.18 KB
patch
obsolete
>From 552756d02afbbb68e92356dc7619a10b2fbe015e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 24 Apr 2019 06:55:12 +0000 >Subject: [PATCH] Bug 22753: Fix tabs pointed out by QA script > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index 9181f19507..a878658d21 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -74,7 +74,7 @@ > </td> > > [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] >- [% UNLESS hold.found %] >+ [% UNLESS hold.found %] > [% SET prev_priority = loop.prev.priority %] > [% SET next_priority = loop.next.priority %] > [% holds.index | html %] >@@ -96,9 +96,9 @@ > <img src="[% interface | html %]/[% theme | html %]/img/go-down.png" alt="Go down" /> > </a> > </td> >- [% ELSE %] >- <td></td> >- [% END %] >+ [% ELSE %] >+ <td></td> >+ [% END %] > [% END %] > > <td> >@@ -167,7 +167,7 @@ > </td> > > [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] >- [% UNLESS hold.found %] >+ [% UNLESS hold.found %] > <td> > <a title="Toggle lowest priority" href="request.pl?action=setLowestPriority&borrowernumber=[% hold.borrowernumber | html %]&biblionumber=[% hold.biblionumber | html %]&reserve_id=[% hold.reserve_id | html %]&date=[% hold.date | html %]"> > [% IF ( hold.lowestPriority ) %] >@@ -177,9 +177,9 @@ > [% END %] > </a> > </td> >- [% ELSE %] >- <td></td> >- [% END %] >+ [% ELSE %] >+ <td></td> >+ [% END %] > [% END %] > > <td> >-- >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 22753
:
88551
|
88555
|
88556
|
88641
| 88642