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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc (-3 / +5 lines)
Lines 212-222 Link Here
212
                            ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]),
212
                            ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]),
213
                            [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %]
213
                            [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %]
214
                            [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %]
214
                            [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %]
215
                            <span>Hold placed on [% w.reservedate | $KohaDates %].</span>
215
                            <span class="holddate">Hold placed on [% w.reservedate | $KohaDates %].</span>
216
                            <br />
216
                            <br />
217
                            <strong class="waitinghere">
217
                            <strong class="waitinghere">
218
                                [% SET expires_on = w.expirationdate %]
218
                                [% SET expires_on = w.expirationdate %]
219
                                Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %]
219
                                Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %][% END %].
220
                            </strong>
221
                            <strong class="waitingsince">
222
                                Waiting here since [% w.waitingdate | $KohaDates %].
220
                            </strong>
223
                            </strong>
221
                        </li>
224
                        </li>
222
                    [% END %]
225
                    [% END %]
223
- 

Return to bug 34626