Lines 740-745
Link Here
|
740 |
</fieldset> |
740 |
</fieldset> |
741 |
[% END %] |
741 |
[% END %] |
742 |
|
742 |
|
|
|
743 |
[% IF ( borrower.ExtendedPatronAttributes ) %] |
744 |
<fieldset class="rows"> |
745 |
<legend>Additional information</legend> |
746 |
<ol> |
747 |
[% FOREACH patron_attribute IN borrower.patron_attributes %] |
748 |
<li> |
749 |
<label>[% patron_attribute.description %]:</label> |
750 |
[% IF ( patron_attribute.value_description ) %] |
751 |
[% patron_attribute.value_description %] |
752 |
[% ELSE %] |
753 |
[% patron_attribute.value |html_line_break %] |
754 |
[% END %] |
755 |
</li> |
756 |
[% END %] |
757 |
</ol> |
758 |
</fieldset> |
759 |
[% END %] |
760 |
|
743 |
[% IF action == 'edit' %] |
761 |
[% IF action == 'edit' %] |
744 |
[% IF OPACPatronDetails %] |
762 |
[% IF OPACPatronDetails %] |
745 |
<fieldset class="action"> |
763 |
<fieldset class="action"> |