Lines 272-278
legend:hover {
Link Here
|
272 |
[% IF ( step_1 ) %] |
272 |
[% IF ( step_1 ) %] |
273 |
[% UNLESS notitle && nosurname && nofirstname && nomiddle_name && nodateofbirth && noinitials && noothernames &&nosex && nopronouns %] |
273 |
[% UNLESS notitle && nosurname && nofirstname && nomiddle_name && nodateofbirth && noinitials && noothernames &&nosex && nopronouns %] |
274 |
<fieldset class="rows" id="memberentry_identity"> |
274 |
<fieldset class="rows" id="memberentry_identity"> |
275 |
<legend id="identity_lgd">[% IF ( patron_category.category_type == 'I' ) %]<span>Organization</span> [% ELSE %]<span>Patron</span> [% END %]<span>identity</span></legend> |
275 |
<legend id="identity_lgd">[% IF ( patron_category.category_type == 'I' ) %]<span>Organization [% ELSE %]Patron [% END %]identity</span></legend> |
276 |
<ol> |
276 |
<ol> |
277 |
[% UNLESS ( patron_category.category_type == 'I' ) %] |
277 |
[% UNLESS ( patron_category.category_type == 'I' ) %] |
278 |
[% UNLESS notitle %] |
278 |
[% UNLESS notitle %] |
279 |
- |
|
|