Lines 483-492
legend:hover {
Link Here
|
483 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
483 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
484 |
<span class="label">Guarantor:</span> |
484 |
<span class="label">Guarantor:</span> |
485 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
485 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
|
|
486 |
<input type="hidden" class="new_guarantor_id" name="new_guarantor_id" value="[% r.guarantor_id | $raw %]"/> |
486 |
</li> |
487 |
</li> |
487 |
<li> |
488 |
<li> |
488 |
<span class="label">Relationship:</span> |
489 |
<span class="label">Relationship:</span> |
489 |
<span>[% r.relationship | html %]</span> |
490 |
<span>[% r.relationship | html %]</span> |
|
|
491 |
<input type=hidden class="new_guarantor_relationship" name="new_guarantor_relationship" value="[% r.relationship | html %]" /> |
490 |
</li> |
492 |
</li> |
491 |
|
493 |
|
492 |
<li> |
494 |
<li> |
493 |
- |
|
|