Lines 105-111
Link Here
|
105 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
105 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
106 |
[% IF ( HOLD.is_at_destination ) %] |
106 |
[% IF ( HOLD.is_at_destination ) %] |
107 |
[% IF ( HOLD.found ) %] |
107 |
[% IF ( HOLD.found ) %] |
108 |
Item waiting at <b> [% HOLD.branch.branchname | html %]</b> |
108 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
109 |
[% IF ( HOLD.waitingdate ) %] |
109 |
[% IF ( HOLD.waitingdate ) %] |
110 |
since [% HOLD.waitingdate | $KohaDates %] |
110 |
since [% HOLD.waitingdate | $KohaDates %] |
111 |
[% IF HOLD.expirationdate %] |
111 |
[% IF HOLD.expirationdate %] |
Lines 114-128
Link Here
|
114 |
[% END %] |
114 |
[% END %] |
115 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
115 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
116 |
[% ELSE %] |
116 |
[% ELSE %] |
117 |
Item waiting to be pulled from <b> [% Branches.GetName( HOLD.branchcode ) | html %]</b> |
117 |
Item waiting to be pulled from <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> |
118 |
[% END %] |
118 |
[% END %] |
119 |
[% ELSE %] |
119 |
[% ELSE %] |
120 |
Item in transit to <b> [% Branches.GetName( HOLD.branchcode ) | html %]</b> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
120 |
Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
121 |
[% END %] |
121 |
[% END %] |
122 |
[% ELSE %] |
122 |
[% ELSE %] |
123 |
[% IF ( HOLD.is_in_transit ) %] |
123 |
[% IF ( HOLD.is_in_transit ) %] |
124 |
[% SET transfer = HOLD.item.get_transfer %] |
124 |
[% SET transfer = HOLD.item.get_transfer %] |
125 |
Item in transit from <b> [% Branches.GetName( transfer.frombranch ) | html %]</b> since |
125 |
Item in transit from <strong> [% Branches.GetName( transfer.frombranch ) | html %]</strong> since |
126 |
[% transfer.datesent | $KohaDates %] |
126 |
[% transfer.datesent | $KohaDates %] |
127 |
[% ELSIF ( HOLD.suspend ) %] |
127 |
[% ELSIF ( HOLD.suspend ) %] |
128 |
Suspended [% IF ( HOLD.suspend_until ) %] until [% HOLD.suspend_until | $KohaDates %] [% END %] |
128 |
Suspended [% IF ( HOLD.suspend_until ) %] until [% HOLD.suspend_until | $KohaDates %] [% END %] |
Lines 152-160
Link Here
|
152 |
<div class="modal-header"> |
152 |
<div class="modal-header"> |
153 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
153 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
154 |
[% IF HOLD.suspend %] |
154 |
[% IF HOLD.suspend %] |
155 |
<h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Resume your hold on <i>[% HOLD.biblio.title | html %]</i></h3> |
155 |
<h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Resume your hold on <em>[% HOLD.biblio.title | html %]</em></h3> |
156 |
[% ELSE %] |
156 |
[% ELSE %] |
157 |
<h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Suspend your hold on <i>[% HOLD.biblio.title | html %]</i></h3> |
157 |
<h3 id="suspendModal[% HOLD.reserve_id | html %]Label">Suspend your hold on <em>[% HOLD.biblio.title | html %]</em></h3> |
158 |
[% END %] |
158 |
[% END %] |
159 |
</div> |
159 |
</div> |
160 |
<div class="modal-body"> |
160 |
<div class="modal-body"> |