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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 775-781 No patron matched <span class="ex">[% message %]</span> Link Here
775
775
776
                                <br/>
776
                                <br/>
777
                                [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]
777
                                [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]
778
                                    Waiting at [% w.branch.branchname | html %] [% IF w.waiting_expires_on %] until [% w.waiting_expires_on | $KohaDates %] [% END %]
778
                                    [% SET waiting_expires_on = w.waiting_expires_on %]
779
                                    Waiting at [% w.branch.branchname | html %] [% IF waiting_expires_on %] until [% waiting_expires_on | $KohaDates %] [% END %]
779
                                </strong>
780
                                </strong>
780
                            </li>
781
                            </li>
781
                        </ul>
782
                        </ul>
782
- 

Return to bug 13030