View | Details | Raw Unified | Return to bug 31672
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc (-27 / +26 lines)
Lines 7-20 Link Here
7
            [% ELSE %]
7
            [% ELSE %]
8
                <li>
8
                <li>
9
            [% END %]
9
            [% END %]
10
                <a href="/cgi-bin/koha/opac-user.pl">your summary</a></li>
10
                <a href="/cgi-bin/koha/opac-user.pl">Summary</a></li>
11
            [% IF ( OPACFinesTab ) %]
11
            [% IF ( OPACFinesTab ) %]
12
                [% IF ( accountview ) %]
12
                [% IF ( accountview ) %]
13
                    <li class="active">
13
                    <li class="active">
14
                [% ELSE %]
14
                [% ELSE %]
15
                    <li>
15
                    <li>
16
                [% END %]
16
                [% END %]
17
                <a href="/cgi-bin/koha/opac-account.pl">your charges</a></li>
17
                <a href="/cgi-bin/koha/opac-account.pl">Charges</a></li>
18
            [% END %]
18
            [% END %]
19
19
20
            [% IF ( userupdateview ) %]
20
            [% IF ( userupdateview ) %]
Lines 22-32 Link Here
22
            [% ELSE %]
22
            [% ELSE %]
23
                <li>
23
                <li>
24
            [% END %]
24
            [% END %]
25
                <a href="/cgi-bin/koha/opac-memberentry.pl">your personal details</a></li>
25
                <a href="/cgi-bin/koha/opac-memberentry.pl">Personal details</a></li>
26
26
27
            [% IF Koha.Preference('GDPR_Policy') # remove when extending %]
27
            [% IF Koha.Preference('GDPR_Policy') # remove when extending %]
28
                [% IF consentview %]<li class="active">[% ELSE %]<li>[% END %]
28
                [% IF consentview %]<li class="active">[% ELSE %]<li>[% END %]
29
                    <a href="/cgi-bin/koha/opac-patron-consent.pl">your consents</a>
29
                    <a href="/cgi-bin/koha/opac-patron-consent.pl">Consents</a>
30
                </li>
30
                </li>
31
            [% END %]
31
            [% END %]
32
32
Lines 36-42 Link Here
36
                [% ELSE %]
36
                [% ELSE %]
37
                    <li>
37
                    <li>
38
                [% END %]
38
                [% END %]
39
                <a href="/cgi-bin/koha/opac-tags.pl?mine=1">your tags</a></li>
39
                <a href="/cgi-bin/koha/opac-tags.pl?mine=1">Tags</a></li>
40
            [% END %]
40
            [% END %]
41
41
42
            [% IF logged_in_user.category.effective_change_password %]
42
            [% IF logged_in_user.category.effective_change_password %]
Lines 45-51 Link Here
45
                [% ELSE %]
45
                [% ELSE %]
46
                    <li>
46
                    <li>
47
                [% END %]
47
                [% END %]
48
                <a href="/cgi-bin/koha/opac-passwd.pl">change your password</a></li>
48
                <a href="/cgi-bin/koha/opac-passwd.pl">Change password</a></li>
49
            [% END %]
49
            [% END %]
50
50
51
            [% IF EnableOpacSearchHistory %]
51
            [% IF EnableOpacSearchHistory %]
Lines 54-60 Link Here
54
                [% ELSE %]
54
                [% ELSE %]
55
                    <li>
55
                    <li>
56
                [% END %]
56
                [% END %]
57
                <a href="/cgi-bin/koha/opac-search-history.pl">your search history</a></li>
57
                <a href="/cgi-bin/koha/opac-search-history.pl">Search history</a></li>
58
            [% END %]
58
            [% END %]
59
59
60
            [% IF ( opacreadinghistory ) %]
60
            [% IF ( opacreadinghistory ) %]
Lines 63-76 Link Here
63
                [% ELSE %]
63
                [% ELSE %]
64
                    <li>
64
                    <li>
65
                [% END %]
65
                [% END %]
66
                <a href="/cgi-bin/koha/opac-readingrecord.pl">your checkout history</a></li>
66
                <a href="/cgi-bin/koha/opac-readingrecord.pl">Checkout history</a></li>
67
                [% IF ( OPACPrivacy ) %]
67
                [% IF ( OPACPrivacy ) %]
68
                    [% IF ( privacyview ) %]
68
                    [% IF ( privacyview ) %]
69
                        <li class="active">
69
                        <li class="active">
70
                    [% ELSE %]
70
                    [% ELSE %]
71
                        <li>
71
                        <li>
72
                    [% END %]
72
                    [% END %]
73
                    <a href="/cgi-bin/koha/opac-privacy.pl">your privacy</a></li>
73
                    <a href="/cgi-bin/koha/opac-privacy.pl">Privacy</a></li>
74
                [% END %]
74
                [% END %]
75
            [% END # / opacreadinghistory %]
75
            [% END # / opacreadinghistory %]
76
76
Lines 80-86 Link Here
80
                [% ELSE %]
80
                [% ELSE %]
81
                    <li>
81
                    <li>
82
                [% END %]
82
                [% END %]
83
                <a href="/cgi-bin/koha/opac-holdshistory.pl">your holds history</a></li>
83
                <a href="/cgi-bin/koha/opac-holdshistory.pl">Holds history</a></li>
84
            [% END %]
85
86
            [% IF Koha.Preference('UseRecalls') %]
87
                [% IF ( recallsview ) %]
88
                    <li class="active">
89
                [% ELSE %]
90
                    <li>
91
                [% END %]
92
                <a href="/cgi-bin/koha/opac-recalls.pl">Recalls history</a>
84
            [% END %]
93
            [% END %]
85
94
86
            [% IF Koha.Preference( 'suggestion' ) == 1 %]
95
            [% IF Koha.Preference( 'suggestion' ) == 1 %]
Lines 89-95 Link Here
89
                [% ELSE %]
98
                [% ELSE %]
90
                    <li>
99
                    <li>
91
                [% END %]
100
                [% END %]
92
                <a href="/cgi-bin/koha/opac-suggestions.pl">your purchase suggestions</a></li>
101
                <a href="/cgi-bin/koha/opac-suggestions.pl">Purchase suggestions</a></li>
93
            [% END %]
102
            [% END %]
94
103
95
            [% IF ( EnhancedMessagingPreferences ) %]
104
            [% IF ( EnhancedMessagingPreferences ) %]
Lines 99-105 Link Here
99
                    [% ELSE %]
108
                    [% ELSE %]
100
                        <li>
109
                        <li>
101
                    [% END %]
110
                    [% END %]
102
                    <a href="/cgi-bin/koha/opac-messaging.pl">your messaging</a></li>
111
                    <a href="/cgi-bin/koha/opac-messaging.pl">Messaging</a></li>
103
                 [% END %]
112
                 [% END %]
104
            [% END %]
113
            [% END %]
105
114
Lines 109-115 Link Here
109
                [% ELSE %]
118
                [% ELSE %]
110
                    <li>
119
                    <li>
111
                [% END %]
120
                [% END %]
112
                <a href="/cgi-bin/koha/opac-shelves.pl?op=list">your lists</a></li>
121
                <a href="/cgi-bin/koha/opac-shelves.pl?op=list">Lists</a></li>
113
            [% END %]
122
            [% END %]
114
123
115
            [% IF Koha.Preference( 'RoutingSerials' ) && logged_in_user && logged_in_user.get_routing_lists.count %]
124
            [% IF Koha.Preference( 'RoutingSerials' ) && logged_in_user && logged_in_user.get_routing_lists.count %]
Lines 118-124 Link Here
118
                [% ELSE %]
127
                [% ELSE %]
119
                    <li>
128
                    <li>
120
                [% END %]
129
                [% END %]
121
                <a href="/cgi-bin/koha/opac-routing-lists.pl">your routing lists</a></li>
130
                <a href="/cgi-bin/koha/opac-routing-lists.pl">Routing lists</a></li>
122
            [% END %]
131
            [% END %]
123
132
124
            [% IF Koha.Preference( 'useDischarge' ) == 1 %]
133
            [% IF Koha.Preference( 'useDischarge' ) == 1 %]
Lines 127-133 Link Here
127
                [% ELSE %]
136
                [% ELSE %]
128
                    <li>
137
                    <li>
129
                [% END %]
138
                [% END %]
130
                <a href="/cgi-bin/koha/opac-discharge.pl">ask for a discharge</a></li>
139
                <a href="/cgi-bin/koha/opac-discharge.pl">Ask for discharge</a></li>
131
            [% END %]
140
            [% END %]
132
141
133
            [% IF Koha.Preference( 'ILLModule' ) == 1 %]
142
            [% IF Koha.Preference( 'ILLModule' ) == 1 %]
Lines 136-142 Link Here
136
                [% ELSE %]
145
                [% ELSE %]
137
                    <li>
146
                    <li>
138
                [% END %]
147
                [% END %]
139
                <a href="/cgi-bin/koha/opac-illrequests.pl">your interlibrary loan requests</a></li>
148
                <a href="/cgi-bin/koha/opac-illrequests.pl">Interlibrary loan requests</a></li>
140
            [% END %]
149
            [% END %]
141
150
142
            [% IF Koha.Preference( 'CurbsidePickup' ) %]
151
            [% IF Koha.Preference( 'CurbsidePickup' ) %]
Lines 145-160 Link Here
145
                [% ELSE %]
154
                [% ELSE %]
146
                    <li>
155
                    <li>
147
                [% END %]
156
                [% END %]
148
                <a href="/cgi-bin/koha/opac-curbside-pickups.pl">your curbside pickups</a></li>
157
                <a href="/cgi-bin/koha/opac-curbside-pickups.pl">Curbside pickups</a></li>
149
            [% END %]
150
151
            [% IF Koha.Preference('UseRecalls') %]
152
                [% IF ( recallsview ) %]
153
                    <li class="active">
154
                [% ELSE %]
155
                    <li>
156
                [% END %]
157
                <a href="/cgi-bin/koha/opac-recalls.pl">your recalls history</a>
158
            [% END %]
158
            [% END %]
159
159
160
        </ul>
160
        </ul>
161
- 

Return to bug 31672