Bugzilla – Attachment 80070 Details for
Bug 20995
Add request ID to OPAC ILL requests display table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20995: (QA follow-up) Add html filters and fix doubled up columns from merge
Bug-20995-QA-follow-up-Add-html-filters-and-fix-do.patch (text/plain), 2.98 KB, created by
Andrew Isherwood
on 2018-10-05 12:53:00 UTC
(
hide
)
Description:
Bug 20995: (QA follow-up) Add html filters and fix doubled up columns from merge
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2018-10-05 12:53:00 UTC
Size:
2.98 KB
patch
obsolete
>From 7cce8c2c0c31b2fd06edad8eedaa938d9c33195b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 5 Oct 2018 13:42:35 +0200 >Subject: [PATCH] Bug 20995: (QA follow-up) Add html filters and fix doubled up > columns from merge > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >index 77fd1d0715..0352ff5d65 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -126,18 +126,18 @@ > [% FOREACH request IN requests %] > [% status = request.status | html %] > <tr> >- <td>[% request.id %]</td> >+ <td>[% request.id | html %]</td> > <td> > [% IF request.metadata.Author %][% request.metadata.Author | html %][% ELSE %]<span>N/A</span>[% END %] > </td> > <td> > [% IF request.metadata.Title %][% request.metadata.Title | html %][% ELSE %]<span>N/A</span>[% END %] > </td> >- <td>[% request.backend %]</td> >- <td>[% request.medium %]</td> >- <td>[% request.capabilities.$status.name %]</td> >- <td>[% request.placed %]</td> >- <td>[% request.updated %]</td> >+ <td>[% request.backend | html %]</td> >+ <td>[% request.medium | html %]</td> >+ <td>[% request.capabilities.$status.name | html %]</td> >+ <td>[% request.placed | html %]</td> >+ <td>[% request.updated | html %]</td> > <td> > <a href="/cgi-bin/koha/opac-illrequests.pl?method=view&illrequest_id=[% request.id | html %]" class="btn btn-default btn-small pull-right">View</a> > </td> >@@ -155,7 +155,7 @@ > <ol> > <li> > <label for="request_id">Request ID:</label> >- [% request.id %] >+ [% request.id | html %] > </li> > <li> > <label for="backend">Requested from:</label> >-- >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 20995
:
76431
|
79490
|
80050
|
80058
|
80059
|
80069
|
80070
|
80074
|
80075
|
80727