|
Lines 88-94
Link Here
|
| 88 |
[% IF ( HOLD.expirationdate ) %] |
88 |
[% IF ( HOLD.expirationdate ) %] |
| 89 |
[% HOLD.expirationdate | $KohaDates %] |
89 |
[% HOLD.expirationdate | $KohaDates %] |
| 90 |
[% ELSE %] |
90 |
[% ELSE %] |
| 91 |
Never expires |
91 |
<span>Never expires</span> |
| 92 |
[% END %] |
92 |
[% END %] |
| 93 |
[% ELSE %] |
93 |
[% ELSE %] |
| 94 |
- |
94 |
- |
|
Lines 143-159
Link Here
|
| 143 |
[% IF ( HOLD.is_waiting ) %] |
143 |
[% IF ( HOLD.is_waiting ) %] |
| 144 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
144 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
| 145 |
[% IF ( HOLD.is_at_destination ) %] |
145 |
[% IF ( HOLD.is_at_destination ) %] |
| 146 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
146 |
<span>Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong></span> |
| 147 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
147 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
| 148 |
[% IF ( HOLD.waitingdate ) %] |
148 |
[% IF ( HOLD.waitingdate ) %] |
| 149 |
since [% HOLD.waitingdate | $KohaDates %] |
149 |
[% tp("On hold since [waiting date]", "since") | html %] |
|
|
150 |
[% HOLD.waitingdate | $KohaDates %] |
| 150 |
[% IF HOLD.expirationdate %] |
151 |
[% IF HOLD.expirationdate %] |
| 151 |
until [% HOLD.expirationdate | $KohaDates %] |
152 |
[% tp("On hold until [expiration date]", "until") | html %] |
|
|
153 |
[% HOLD.expirationdate | $KohaDates %] |
| 152 |
[% END %] |
154 |
[% END %] |
| 153 |
[% END %] |
155 |
[% END %] |
| 154 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
156 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
| 155 |
[% ELSE %] |
157 |
[% ELSE %] |
| 156 |
Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
158 |
<span>Item in transit to</span> <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
| 157 |
[% END %] |
159 |
[% END %] |
| 158 |
[% ELSE %] |
160 |
[% ELSE %] |
| 159 |
[% IF ( HOLD.is_in_transit ) %] |
161 |
[% IF ( HOLD.is_in_transit ) %] |