|
Lines 71-77
Link Here
|
| 71 |
[% IF ( HOLD.expirationdate ) %] |
71 |
[% IF ( HOLD.expirationdate ) %] |
| 72 |
[% HOLD.expirationdate | $KohaDates %] |
72 |
[% HOLD.expirationdate | $KohaDates %] |
| 73 |
[% ELSE %] |
73 |
[% ELSE %] |
| 74 |
Never expires |
74 |
<span>Never expires</span> |
| 75 |
[% END %] |
75 |
[% END %] |
| 76 |
[% ELSE %] |
76 |
[% ELSE %] |
| 77 |
- |
77 |
- |
|
Lines 126-142
Link Here
|
| 126 |
[% IF ( HOLD.is_waiting ) %] |
126 |
[% IF ( HOLD.is_waiting ) %] |
| 127 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
127 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
| 128 |
[% IF ( HOLD.is_at_destination ) %] |
128 |
[% IF ( HOLD.is_at_destination ) %] |
| 129 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
129 |
<span>Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong></span> |
| 130 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
130 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
| 131 |
[% IF ( HOLD.waitingdate ) %] |
131 |
[% IF ( HOLD.waitingdate ) %] |
| 132 |
since [% HOLD.waitingdate | $KohaDates %] |
132 |
[% tp("On hold since [waiting date]", "since") | html %] |
|
|
133 |
[% HOLD.waitingdate | $KohaDates %] |
| 133 |
[% IF HOLD.expirationdate %] |
134 |
[% IF HOLD.expirationdate %] |
| 134 |
until [% HOLD.expirationdate | $KohaDates %] |
135 |
[% tp("On hold until [expiration date]", "until") | html %] |
|
|
136 |
[% HOLD.expirationdate | $KohaDates %] |
| 135 |
[% END %] |
137 |
[% END %] |
| 136 |
[% END %] |
138 |
[% END %] |
| 137 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
139 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
| 138 |
[% ELSE %] |
140 |
[% ELSE %] |
| 139 |
Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
141 |
<span>Item in transit to</span> <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
| 140 |
[% END %] |
142 |
[% END %] |
| 141 |
[% ELSE %] |
143 |
[% ELSE %] |
| 142 |
[% IF ( HOLD.is_in_transit ) %] |
144 |
[% IF ( HOLD.is_in_transit ) %] |