Lines 1548-1554
legend:hover {
Link Here
|
1548 |
<legend id="[% pa_loo.class | html %]_lgd">[% pa_loo.lib | html %]</legend> |
1548 |
<legend id="[% pa_loo.class | html %]_lgd">[% pa_loo.lib | html %]</legend> |
1549 |
[% END %] |
1549 |
[% END %] |
1550 |
[% FOREACH patron_attribute IN pa_loo.items %] |
1550 |
[% FOREACH patron_attribute IN pa_loo.items %] |
1551 |
<li data-category_code="[% patron_attribute.category_code | html %]"> |
1551 |
<li data-category_code="[% patron_attribute.category_code | html %]" data-pa_code="[% patron_attribute.code | replace('[^a-zA-Z0-9_-]', '') %]"> |
1552 |
[% IF patron_attribute.mandatory %] |
1552 |
[% IF patron_attribute.mandatory %] |
1553 |
<label for="[% patron_attribute.form_id | html %]" class="required" required="required">[% patron_attribute.description | html %]: </label> |
1553 |
<label for="[% patron_attribute.form_id | html %]" class="required" required="required">[% patron_attribute.description | html %]: </label> |
1554 |
[% ELSE %] |
1554 |
[% ELSE %] |