Lines 29-34
Link Here
|
29 |
<style>[% FILTER collapse %] |
29 |
<style>[% FILTER collapse %] |
30 |
fieldset legend { |
30 |
fieldset legend { |
31 |
border: 1px solid #FFF; |
31 |
border: 1px solid #FFF; |
|
|
32 |
margin-left: -.5em; |
33 |
margin-top: -.5em; |
32 |
padding: .7em; |
34 |
padding: .7em; |
33 |
} |
35 |
} |
34 |
fieldset legend:hover { |
36 |
fieldset legend:hover { |
Lines 42-47
fieldset legend i {
Link Here
|
42 |
padding-right: .2rem; |
44 |
padding-right: .2rem; |
43 |
} |
45 |
} |
44 |
|
46 |
|
|
|
47 |
fieldset legend.collapsed { |
48 |
margin-bottom: -.5em; |
49 |
} |
50 |
|
45 |
legend.collapsed i.fa.fa-caret-down::before { |
51 |
legend.collapsed i.fa.fa-caret-down::before { |
46 |
content: "\f0da"; |
52 |
content: "\f0da"; |
47 |
} |
53 |
} |
Lines 485-491
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
485 |
<div id="memberentry_guarantor_anchor"> |
491 |
<div id="memberentry_guarantor_anchor"> |
486 |
<fieldset id="memberentry_guarantor" class="rows"> |
492 |
<fieldset id="memberentry_guarantor" class="rows"> |
487 |
<legend class="expanded" id="patron_guarantor_lgd"> |
493 |
<legend class="expanded" id="patron_guarantor_lgd"> |
488 |
<i class="fa fa-caret-down"></i> |
494 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
489 |
Patron guarantor |
495 |
Patron guarantor |
490 |
</legend> |
496 |
</legend> |
491 |
|
497 |
|
Lines 650-656
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
650 |
[% UNLESS nocontactname && nocontactfirstname && norelationship %] |
656 |
[% UNLESS nocontactname && nocontactfirstname && norelationship %] |
651 |
<fieldset class="rows" id="non_patron_guarantor"> |
657 |
<fieldset class="rows" id="non_patron_guarantor"> |
652 |
<legend class="expanded" id="non_patron_guarantor_lgd"> |
658 |
<legend class="expanded" id="non_patron_guarantor_lgd"> |
653 |
<i class="fa fa-caret-down"></i> |
659 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
654 |
Non-patron guarantor |
660 |
Non-patron guarantor |
655 |
</legend> |
661 |
</legend> |
656 |
<ol> |
662 |
<ol> |
Lines 717-723
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
717 |
[% UNLESS nophone && nophonepro && nomobile && noemail && noemailpro && nofax %] |
723 |
[% UNLESS nophone && nophonepro && nomobile && noemail && noemailpro && nofax %] |
718 |
<fieldset class="rows" id="memberentry_contact"> |
724 |
<fieldset class="rows" id="memberentry_contact"> |
719 |
<legend class="expanded" id="contact_lgd"> |
725 |
<legend class="expanded" id="contact_lgd"> |
720 |
<i class="fa fa-caret-down"></i> |
726 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
721 |
Contact information |
727 |
Contact information |
722 |
</legend> |
728 |
</legend> |
723 |
<ol> |
729 |
<ol> |
Lines 909-915
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
909 |
[% SET autoMemberNum = Koha.Preference('autoMemberNum') %] |
915 |
[% SET autoMemberNum = Koha.Preference('autoMemberNum') %] |
910 |
<fieldset class="rows" id="memberentry_library_management"> |
916 |
<fieldset class="rows" id="memberentry_library_management"> |
911 |
<legend class="expanded" id="library_management_lgd"> |
917 |
<legend class="expanded" id="library_management_lgd"> |
912 |
<i class="fa fa-caret-down"></i> |
918 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
913 |
Library management |
919 |
Library management |
914 |
</legend> |
920 |
</legend> |
915 |
<ol> |
921 |
<ol> |
Lines 1143-1149
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
1143 |
[% UNLESS nodateenrolled && noopacnote && noborrowernotes %] |
1149 |
[% UNLESS nodateenrolled && noopacnote && noborrowernotes %] |
1144 |
<fieldset class="rows" id="memberentry_subscription"> |
1150 |
<fieldset class="rows" id="memberentry_subscription"> |
1145 |
<legend class="expanded" id="library_setup_lgd"> |
1151 |
<legend class="expanded" id="library_setup_lgd"> |
1146 |
<i class="fa fa-caret-down"></i> |
1152 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
1147 |
Library setup |
1153 |
Library setup |
1148 |
</legend> |
1154 |
</legend> |
1149 |
<ol> |
1155 |
<ol> |
Lines 1233-1239
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
1233 |
[% UNLESS nouserid && nopassword && !CanUpdatePasswordExpiration %] |
1239 |
[% UNLESS nouserid && nopassword && !CanUpdatePasswordExpiration %] |
1234 |
<fieldset class="rows" id="memberentry_userid"> |
1240 |
<fieldset class="rows" id="memberentry_userid"> |
1235 |
<legend class="expanded" id="opac_staff_login_lgd"> |
1241 |
<legend class="expanded" id="opac_staff_login_lgd"> |
1236 |
<i class="fa fa-caret-down"></i> |
1242 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
1237 |
OPAC/Staff interface login |
1243 |
OPAC/Staff interface login |
1238 |
</legend> |
1244 |
</legend> |
1239 |
<ol> |
1245 |
<ol> |
Lines 1392-1398
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
1392 |
[% UNLESS ( op == 'add_form' || op == 'duplicate' || ( nogonenoaddress && nolost ) ) %] |
1398 |
[% UNLESS ( op == 'add_form' || op == 'duplicate' || ( nogonenoaddress && nolost ) ) %] |
1393 |
<fieldset class="rows" id="memberentry_account_flags"> |
1399 |
<fieldset class="rows" id="memberentry_account_flags"> |
1394 |
<legend class="expanded" id="account_flags_lgd"> |
1400 |
<legend class="expanded" id="account_flags_lgd"> |
1395 |
<i class="fa fa-caret-down"></i> |
1401 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
1396 |
Patron account flags |
1402 |
Patron account flags |
1397 |
</legend> |
1403 |
</legend> |
1398 |
<p>Setting a value here will prevent patron from circulating materials and placing holds on the OPAC</p> |
1404 |
<p>Setting a value here will prevent patron from circulating materials and placing holds on the OPAC</p> |
Lines 1471-1477
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
1471 |
[% END %] |
1477 |
[% END %] |
1472 |
<fieldset class="rows" id="memberentry_restrictions"> |
1478 |
<fieldset class="rows" id="memberentry_restrictions"> |
1473 |
<legend class="expanded" id="restrictions_lgd"> |
1479 |
<legend class="expanded" id="restrictions_lgd"> |
1474 |
<i class="fa fa-caret-down"></i> |
1480 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
1475 |
Patron restrictions |
1481 |
Patron restrictions |
1476 |
</legend> |
1482 |
</legend> |
1477 |
[% IF ( patron.restrictions.count ) %] |
1483 |
[% IF ( patron.restrictions.count ) %] |
Lines 1563-1569
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
1563 |
[% IF Koha.Preference('HouseboundModule') %] |
1569 |
[% IF Koha.Preference('HouseboundModule') %] |
1564 |
<fieldset class="rows" id="memberentry_housebound_roles"> |
1570 |
<fieldset class="rows" id="memberentry_housebound_roles"> |
1565 |
<legend class="expanded" id="housebound_roles"> |
1571 |
<legend class="expanded" id="housebound_roles"> |
1566 |
<i class="fa fa-caret-down"></i> |
1572 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
1567 |
Housebound roles |
1573 |
Housebound roles |
1568 |
</legend> |
1574 |
</legend> |
1569 |
<ol class="radio"> |
1575 |
<ol class="radio"> |
Lines 1607-1613
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
1607 |
[% UNLESS ( no_patron_attribute_types ) %] |
1613 |
[% UNLESS ( no_patron_attribute_types ) %] |
1608 |
<fieldset class="rows" id="memberentry_patron_attributes"> |
1614 |
<fieldset class="rows" id="memberentry_patron_attributes"> |
1609 |
<legend class="expanded" id="patron_attributes_lgd"> |
1615 |
<legend class="expanded" id="patron_attributes_lgd"> |
1610 |
<i class="fa fa-caret-down"></i> |
1616 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
1611 |
Additional attributes and identifiers |
1617 |
Additional attributes and identifiers |
1612 |
</legend> |
1618 |
</legend> |
1613 |
<input type="hidden" name="setting_extended_patron_attributes" value="1" /> |
1619 |
<input type="hidden" name="setting_extended_patron_attributes" value="1" /> |
Lines 1670-1676
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
1670 |
[% IF ( EnhancedMessagingPreferences ) %] |
1676 |
[% IF ( EnhancedMessagingPreferences ) %] |
1671 |
<fieldset class="rows" id="memberentry_messaging_prefs"> |
1677 |
<fieldset class="rows" id="memberentry_messaging_prefs"> |
1672 |
<legend class="expanded" id="patron_messaging_prefs_lgd"> |
1678 |
<legend class="expanded" id="patron_messaging_prefs_lgd"> |
1673 |
<i class="fa fa-caret-down"></i> |
1679 |
<i class="fa fa-caret-down" aria-hidden="true"></i> |
1674 |
Patron messaging preferences |
1680 |
Patron messaging preferences |
1675 |
</legend> |
1681 |
</legend> |
1676 |
<div id="messaging_prefs_loading" class="form-message" style="display:none"> |
1682 |
<div id="messaging_prefs_loading" class="form-message" style="display:none"> |
1677 |
- |
|
|