Bugzilla – Attachment 135678 Details for
Bug 30570
Replace the use of jQueryUI tabs in OPAC templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30570: (follow-up) Correct rebase errors
Bug-30570-follow-up-Correct-rebase-errors.patch (text/plain), 2.26 KB, created by
Owen Leonard
on 2022-06-03 12:24:13 UTC
(
hide
)
Description:
Bug 30570: (follow-up) Correct rebase errors
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-06-03 12:24:13 UTC
Size:
2.26 KB
patch
obsolete
>From ce1f264683729a00ca63cd64ca852649fe57f917 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 3 Jun 2022 12:19:52 +0000 >Subject: [PATCH] Bug 30570: (follow-up) Correct rebase errors > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index a87a228d2c..987116d098 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -810,7 +810,7 @@ > <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RECALL.biblio_id | html %]">[% INCLUDE 'biblio-title.inc' biblio=RECALL.biblio %]</a> [% IF RECALL.item_level %]<p class="hint">Item recalled: [% RECALL.item.barcode | html %]</p>[% END %] > </td> > <td class="recalldate" data-order="[% RECALL.created_date | html %]"> >- <span title="[% RECALL.recalldate | html %]"> >+ <span title="[% RECALL.created_date | html %]"> > <span class="tdlabel">Recall date:</span> > [% RECALL.created_date | $KohaDates %] > </span> >@@ -819,7 +819,7 @@ > [% IF ( RECALL.expiration_date ) %] > <span title="[% RECALL.expiration_date | html %]"> > <span class="tdlabel">Expiration:</span> >- [% RECALL.expirationdate | $KohaDates %] >+ [% RECALL.expiration_date | $KohaDates %] > </span> > [% ELSE %] > <span title="0000-00-00"> >-- >2.30.2
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 30570
:
133538
|
134793
|
134795
|
135079
|
135678
|
135754
|
137205
|
137214