View | Details | Raw Unified | Return to bug 30570
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-3 / +2 lines)
Lines 810-816 Link Here
810
                                                    <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 %]
810
                                                    <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 %]
811
                                                </td>
811
                                                </td>
812
                                                <td class="recalldate" data-order="[% RECALL.created_date | html %]">
812
                                                <td class="recalldate" data-order="[% RECALL.created_date | html %]">
813
                                                    <span title="[% RECALL.recalldate | html %]">
813
                                                    <span title="[% RECALL.created_date | html %]">
814
                                                        <span class="tdlabel">Recall date:</span>
814
                                                        <span class="tdlabel">Recall date:</span>
815
                                                        [% RECALL.created_date | $KohaDates %]
815
                                                        [% RECALL.created_date | $KohaDates %]
816
                                                    </span>
816
                                                    </span>
Lines 819-825 Link Here
819
                                                    [% IF ( RECALL.expiration_date ) %]
819
                                                    [% IF ( RECALL.expiration_date ) %]
820
                                                        <span title="[% RECALL.expiration_date | html %]">
820
                                                        <span title="[% RECALL.expiration_date | html %]">
821
                                                            <span class="tdlabel">Expiration:</span>
821
                                                            <span class="tdlabel">Expiration:</span>
822
                                                            [% RECALL.expirationdate | $KohaDates %]
822
                                                            [% RECALL.expiration_date | $KohaDates %]
823
                                                        </span>
823
                                                        </span>
824
                                                    [% ELSE %]
824
                                                    [% ELSE %]
825
                                                        <span title="0000-00-00">
825
                                                        <span title="0000-00-00">
826
- 

Return to bug 30570