|
Lines 300-306
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
| 300 |
<fieldset class="rows" id="memberentry_identity"> |
300 |
<fieldset class="rows" id="memberentry_identity"> |
| 301 |
<legend class="expanded" id="identity_lgd"> |
301 |
<legend class="expanded" id="identity_lgd"> |
| 302 |
<i class="fa fa-caret-down" title="Collapse this section"></i> |
302 |
<i class="fa fa-caret-down" title="Collapse this section"></i> |
| 303 |
[% IF ( patron_category.category_type == 'I' ) %]<span>Organization [% ELSE %]Patron [% END %]identity</span> |
303 |
[% IF ( patron_category.category_type == 'I' ) %] |
|
|
304 |
<span>Organization identity</span> |
| 305 |
[% ELSE %] |
| 306 |
<span>Patron identity</span> |
| 307 |
[% END %] |
| 304 |
</legend> |
308 |
</legend> |
| 305 |
<ol> |
309 |
<ol> |
| 306 |
[% UNLESS ( patron_category.category_type == 'I' ) %] |
310 |
[% UNLESS ( patron_category.category_type == 'I' ) %] |
| 307 |
- |
|
|