Lines 993-999
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
993 |
<li> |
993 |
<li> |
994 |
<label for="categorycode_entry" class="required">Category: </label> |
994 |
<label for="categorycode_entry" class="required">Category: </label> |
995 |
<select id="categorycode_entry" name="categorycode"> |
995 |
<select id="categorycode_entry" name="categorycode"> |
996 |
[% FOREACH category_type IN patron_categories.keys %] |
996 |
[% FOREACH category_type IN patron_categories.keys.sort %] |
997 |
[% SWITCH category_type %] |
997 |
[% SWITCH category_type %] |
998 |
[% CASE 'C' %] |
998 |
[% CASE 'C' %] |
999 |
<optgroup label="Child"> |
999 |
<optgroup label="Child"> |
1000 |
- |
|
|