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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (-1 / +1 lines)
Lines 44-50 Link Here
44
                [% Koha.Preference('IntranetNav') | $raw %]
44
                [% Koha.Preference('IntranetNav') | $raw %]
45
                <li class="nav-item dropdown">
45
                <li class="nav-item dropdown">
46
                    <a href="/cgi-bin/koha/mainpage.pl" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false"
46
                    <a href="/cgi-bin/koha/mainpage.pl" class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false"
47
                        ><span class="nav-link-icon"><i class="fa fa-fw fa-bars" title="More"></i></span> <span class="nav-link-text">More</span></a
47
                        ><span class="nav-link-icon"><i class="fa fa-fw fa-bars" title="[% tp('More menu options', 'More') | html %]"></i></span> <span class="nav-link-text">[% tp("More menu options", "More") | html %]</span></a
48
                    >
48
                    >
49
                    <ul class="dropdown-menu dropdown-menu-dark dropdown-menu-end">
49
                    <ul class="dropdown-menu dropdown-menu-dark dropdown-menu-end">
50
                        <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
50
                        <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc (-1 / +1 lines)
Lines 73-79 Link Here
73
73
74
    [% IF CAN_user_borrowers_edit_borrowers %]
74
    [% IF CAN_user_borrowers_edit_borrowers %]
75
        <div class="btn-group">
75
        <div class="btn-group">
76
            <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown">More <span class="caret"></span></button>
76
            <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown">[% tp("More menu options", "More") | html %] <span class="caret"></span></button>
77
            <ul class="dropdown-menu dropdown-menu-end">
77
            <ul class="dropdown-menu dropdown-menu-end">
78
                [% IF CAN_user_borrowers_edit_borrowers %]
78
                [% IF CAN_user_borrowers_edit_borrowers %]
79
                    <li>
79
                    <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 153-159 Link Here
153
                                <th>Order line</th>
153
                                <th>Order line</th>
154
                                <th title="Item holds / Total holds">Holds</th>
154
                                <th title="Item holds / Total holds">Holds</th>
155
                                <th>Summary</th>
155
                                <th>Summary</th>
156
                                <th class="no-sort">More</th>
156
                                <th class="no-sort">[% tp("Table column with more options", "More") | html %]</th>
157
                                <th>Replacement price</th>
157
                                <th>Replacement price</th>
158
                                <th>Quantity</th>
158
                                <th>Quantity</th>
159
                                <th>Fund</th>
159
                                <th>Fund</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt (-2 / +2 lines)
Lines 98-104 Link Here
98
                        <label for="domain">Domain: </label>
98
                        <label for="domain">Domain: </label>
99
                        <input type="text" name="domain" id="domain" size="60" />
99
                        <input type="text" name="domain" id="domain" size="60" />
100
                        <div class="hint"
100
                        <div class="hint"
101
                            >Email domain to match this rule. <button class="more btn btn-ligth" data-bs-target="domain"><i class="fa fa-caret-down"></i> More</button></div
101
                            >Email domain to match this rule. <button class="more btn btn-ligth" data-bs-target="domain"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div
102
                        >
102
                        >
103
                        <div class="hint more-domain" style="display: none">
103
                        <div class="hint more-domain" style="display: none">
104
                            <p>If this field is empty, or '*' any email domain will match this rule.</p>
104
                            <p>If this field is empty, or '*' any email domain will match this rule.</p>
Lines 182-188 Link Here
182
                        <label for="domain">Domain: </label>
182
                        <label for="domain">Domain: </label>
183
                        <input type="text" name="domain" id="domain" size="60" value="[%- identity_provider_domain.domain | html -%]" />
183
                        <input type="text" name="domain" id="domain" size="60" value="[%- identity_provider_domain.domain | html -%]" />
184
                        <div class="hint"
184
                        <div class="hint"
185
                            >Email domain to match this rule. <button class="more btn btn-ligth" data-bs-target="domain"><i class="fa fa-caret-down"></i> More</button></div
185
                            >Email domain to match this rule. <button class="more btn btn-ligth" data-bs-target="domain"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div
186
                        >
186
                        >
187
                        <div class="hint more-domain" style="display: none">
187
                        <div class="hint more-domain" style="display: none">
188
                            <p>If this field is empty, or '*' any email domain will match this rule.</p>
188
                            <p>If this field is empty, or '*' any email domain will match this rule.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt (-5 / +4 lines)
Lines 121-127 Link Here
121
                        <textarea name="config" id="config" class="required" cols="75" rows="10"></textarea>
121
                        <textarea name="config" id="config" class="required" cols="75" rows="10"></textarea>
122
                        <span class="required">Required</span>
122
                        <span class="required">Required</span>
123
                        <div class="hint"
123
                        <div class="hint"
124
                            >Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> More</button></div
124
                            >Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div
125
                        >
125
                        >
126
                        <div class="hint more-config" style="display: none">
126
                        <div class="hint more-config" style="display: none">
127
                            <div>This configuration differs for each protocol.</div>
127
                            <div>This configuration differs for each protocol.</div>
Lines 136-142 Link Here
136
                        <textarea name="mapping" id="mapping" class="required" cols="75" rows="10"></textarea>
136
                        <textarea name="mapping" id="mapping" class="required" cols="75" rows="10"></textarea>
137
                        <span class="required">Required</span>
137
                        <span class="required">Required</span>
138
                        <div class="hint"
138
                        <div class="hint"
139
                            >Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> More</button></div
139
                            >Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div
140
                        >
140
                        >
141
                        <div class="hint more-mapping" style="display: none">
141
                        <div class="hint more-mapping" style="display: none">
142
                            <div>It is recommended to add the default mapping, and then modify to suit this provider's response</div>
142
                            <div>It is recommended to add the default mapping, and then modify to suit this provider's response</div>
Lines 290-296 Link Here
290
                        <textarea name="config" id="config" class="required" cols="75" rows="10">[%- identity_provider.config | html -%]</textarea>
290
                        <textarea name="config" id="config" class="required" cols="75" rows="10">[%- identity_provider.config | html -%]</textarea>
291
                        <span class="required">Required</span>
291
                        <span class="required">Required</span>
292
                        <div class="hint"
292
                        <div class="hint"
293
                            >Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> More</button></div
293
                            >Provider's main configuration. <button class="more btn btn-light" data-target="config"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div
294
                        >
294
                        >
295
                        <div class="hint more-config" style="display: none">
295
                        <div class="hint more-config" style="display: none">
296
                            <div>This configuration differs for each protocol.</div>
296
                            <div>This configuration differs for each protocol.</div>
Lines 305-311 Link Here
305
                        <textarea name="mapping" id="mapping" class="required" cols="75" rows="10">[%- identity_provider.mapping | html -%]</textarea>
305
                        <textarea name="mapping" id="mapping" class="required" cols="75" rows="10">[%- identity_provider.mapping | html -%]</textarea>
306
                        <span class="required">Required</span>
306
                        <span class="required">Required</span>
307
                        <div class="hint"
307
                        <div class="hint"
308
                            >Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> More</button></div
308
                            >Map provider's result to Koha patron's fields. <button class="more btn btn-light" data-target="mapping"><i class="fa fa-caret-down"></i> [% tp("Show more information", "More") | html %]</button></div
309
                        >
309
                        >
310
                        <div class="hint more-mapping" style="display: none">
310
                        <div class="hint more-mapping" style="display: none">
311
                            <div>It is recommended to add the default mapping, and then modify to suit this provider's response</div>
311
                            <div>It is recommended to add the default mapping, and then modify to suit this provider's response</div>
312
- 

Return to bug 40510