[Koha-bugs] [Bug 30570] Replace the use of jQueryUI tabs in OPAC templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 31 09:37:34 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570

--- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
I think those two occurrences are bad rebase conflict resolution:

opac-user.tt

                                                 <td class="recalldate"
data-order="[% RECALL.created_date | html %]">
-                                                <span title="[%
RECALL.created_date | html %]">
+                                                    <span title="[%
RECALL.recalldate | html %]">
                                                         <span
class="tdlabel">Recall date:</span>
                                                         [% RECALL.created_date
| $KohaDates %]




-                                                        [%
RECALL.expiration_date | $KohaDates %]
+                                                            [%
RECALL.expirationdate | $KohaDates %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list