Lines 74-80
Link Here
|
74 |
<input type="hidden" name="itemnumber" value="[% reserveloo.item.itemnumber | html %]" /> |
74 |
<input type="hidden" name="itemnumber" value="[% reserveloo.item.itemnumber | html %]" /> |
75 |
<input type="hidden" name="fbr" value="[% reserveloo.item.holdingbranch | html %]" /> |
75 |
<input type="hidden" name="fbr" value="[% reserveloo.item.holdingbranch | html %]" /> |
76 |
<input type="hidden" name="tbr" value="[% reserveloo.item.homebranch | html %]" /> |
76 |
<input type="hidden" name="tbr" value="[% reserveloo.item.homebranch | html %]" /> |
77 |
<input type="hidden" name="tab" value="[% tab | html %]" /> |
77 |
<input type="hidden" name="tab" value="[% tab | html %]_panel" /> |
78 |
[% IF ( reserveloo.item.homebranch != reserveloo.item.holdingbranch ) %] |
78 |
[% IF ( reserveloo.item.homebranch != reserveloo.item.holdingbranch ) %] |
79 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-times"></i> Cancel hold and return to: [% Branches.GetName( reserveloo.item.homebranch ) | html %]</button> |
79 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-times"></i> Cancel hold and return to: [% Branches.GetName( reserveloo.item.homebranch ) | html %]</button> |
80 |
[% ELSE %] |
80 |
[% ELSE %] |
81 |
- |
|
|