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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 268-274 Link Here
268
                                    <tbody>
268
                                    <tbody>
269
                                    [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]
269
                                    [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]
270
                                        <tr>
270
                                        <tr>
271
                                                <td class="noprint select selectcol">
271
                                                <td class="noprint selectcol">
272
                                                <input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]">
272
                                                <input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]">
273
                                                </td>
273
                                                </td>
274
                                            <td>
274
                                            <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-5 / +5 lines)
Lines 85-91 Link Here
85
                                            [% END %]
85
                                            [% END %]
86
                                            [% IF ( SMSSendDriver ) %]
86
                                            [% IF ( SMSSendDriver ) %]
87
                                                [% IF ( messaging_preference.transport_sms ) %]
87
                                                [% IF ( messaging_preference.transport_sms ) %]
88
                                                    <td class="select selectcol">
88
                                                    <td class="selectcol">
89
                                                        [% IF ( messaging_preference.transports_sms ) %]
89
                                                        [% IF ( messaging_preference.transports_sms ) %]
90
                                                        <input type="checkbox" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" checked="checked" />
90
                                                        <input type="checkbox" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" checked="checked" />
91
                                                        [% ELSE %]
91
                                                        [% ELSE %]
Lines 98-104 Link Here
98
                                            [% END %]
98
                                            [% END %]
99
                                            [% IF Koha.Preference('PhoneNotification') %]
99
                                            [% IF Koha.Preference('PhoneNotification') %]
100
                                                [% IF ( messaging_preference.transport_phone ) %]
100
                                                [% IF ( messaging_preference.transport_phone ) %]
101
                                                    <td class="select selectcol">
101
                                                    <td class="selectcol">
102
                                                        [% IF ( messaging_preference.transports_phone ) %]
102
                                                        [% IF ( messaging_preference.transports_phone ) %]
103
                                                            <input type="checkbox"
103
                                                            <input type="checkbox"
104
                                                                   id="phone[% messaging_preference.message_attribute_id | html %]"
104
                                                                   id="phone[% messaging_preference.message_attribute_id | html %]"
Lines 117-123 Link Here
117
                                            [% END %]
117
                                            [% END %]
118
                                            [% IF ( TalkingTechItivaPhone ) %]
118
                                            [% IF ( TalkingTechItivaPhone ) %]
119
                                                [% IF ( messaging_preference.transport_itiva ) %]
119
                                                [% IF ( messaging_preference.transport_itiva ) %]
120
                                                <td class="select selectcol">
120
                                                <td class="selectcol">
121
                                                [% IF ( messaging_preference.transports_itiva ) %]
121
                                                [% IF ( messaging_preference.transports_itiva ) %]
122
                                                <input type="checkbox"
122
                                                <input type="checkbox"
123
                                                            id="itiva[% messaging_preference.message_attribute_id | html %]"
123
                                                            id="itiva[% messaging_preference.message_attribute_id | html %]"
Lines 136-142 Link Here
136
                                            [% END %]
136
                                            [% END %]
137
137
138
                                            [% IF ( messaging_preference.transport_email ) %]
138
                                            [% IF ( messaging_preference.transport_email ) %]
139
                                                <td class="select selectcol">
139
                                                <td class="selectcol">
140
                                                    [% IF ( messaging_preference.transports_email ) %]
140
                                                    [% IF ( messaging_preference.transports_email ) %]
141
                                                        <input type="checkbox" id="email[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="email" checked="checked" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" />
141
                                                        <input type="checkbox" id="email[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="email" checked="checked" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" />
142
                                                    [% ELSE %]
142
                                                    [% ELSE %]
Lines 148-154 Link Here
148
                                            [% END %]
148
                                            [% END %]
149
149
150
                                            [% IF ( messaging_preference.has_digest ) %]
150
                                            [% IF ( messaging_preference.has_digest ) %]
151
                                                <td class="select selectcol">
151
                                                <td class="selectcol">
152
                                                    [% IF ( messaging_preference.digest ) %]
152
                                                    [% IF ( messaging_preference.digest ) %]
153
                                                        <input type="checkbox" id="digest[% messaging_preference.message_attribute_id | html %]" value="[% messaging_preference.message_attribute_id | html %]" name="digest" checked="checked" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" />
153
                                                        <input type="checkbox" id="digest[% messaging_preference.message_attribute_id | html %]" value="[% messaging_preference.message_attribute_id | html %]" name="digest" checked="checked" onclick = "document.opacmessaging.none[% messaging_preference.message_attribute_id | html %].checked=false;" />
154
                                                    [% ELSE %]
154
                                                    [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +1 lines)
Lines 253-259 Link Here
253
                                            [% ELSE %]
253
                                            [% ELSE %]
254
                                                [% check_title = SEARCH_RESULT.biblionumber %]
254
                                                [% check_title = SEARCH_RESULT.biblionumber %]
255
                                            [% END %]
255
                                            [% END %]
256
                                            <td class="select selectcol">
256
                                            <td class="selectcol">
257
                                                [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
257
                                                [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
258
                                                    <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select search result: [% check_title | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label>
258
                                                    <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select search result: [% check_title | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label>
259
                                                [% ELSE %]
259
                                                [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-4 / +4 lines)
Lines 80-86 Link Here
80
                                            <tbody>
80
                                            <tbody>
81
                                                [% FOREACH s IN current_biblio_searches %]
81
                                                [% FOREACH s IN current_biblio_searches %]
82
                                                    <tr>
82
                                                    <tr>
83
                                                        <td class="select selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
83
                                                        <td class="selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
84
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
84
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
85
                                                        <td>
85
                                                        <td>
86
                                                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" aria-label="Subscribe to this search" class="rsssearchlink">
86
                                                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" aria-label="Subscribe to this search" class="rsssearchlink">
Lines 125-131 Link Here
125
                                            <tbody>
125
                                            <tbody>
126
                                            [% FOREACH s IN previous_biblio_searches %]
126
                                            [% FOREACH s IN previous_biblio_searches %]
127
                                                <tr>
127
                                                <tr>
128
                                                    <td class="select selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
128
                                                    <td class="selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
129
                                                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
129
                                                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
130
                                                    <td>
130
                                                    <td>
131
                                                        <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" aria-label="Subscribe to this search" class="rsssearchlink">
131
                                                        <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;[% s.query_cgi | $raw %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" aria-label="Subscribe to this search" class="rsssearchlink">
Lines 177-183 Link Here
177
                                            <tbody>
177
                                            <tbody>
178
                                                [% FOREACH s IN current_authority_searches %]
178
                                                [% FOREACH s IN current_authority_searches %]
179
                                                    <tr>
179
                                                    <tr>
180
                                                        <td class="select selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
180
                                                        <td class="selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
181
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
181
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
182
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
182
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
183
                                                        <td>[% s.total | html %]</td>
183
                                                        <td>[% s.total | html %]</td>
Lines 214-220 Link Here
214
                                            <tbody>
214
                                            <tbody>
215
                                                [% FOREACH s IN previous_authority_searches %]
215
                                                [% FOREACH s IN previous_authority_searches %]
216
                                                    <tr>
216
                                                    <tr>
217
                                                        <td class="select selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
217
                                                        <td class="selectcol"><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
218
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
218
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates  with_hours => 1 %]</span></td>
219
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
219
                                                        <td><a href="/cgi-bin/koha/opac-authorities-home.pl?[% s.query_cgi | $raw %]">[% s.query_desc | html %]</a></td>
220
                                                        <td>[% s.total | html %]</td>
220
                                                        <td>[% s.total | html %]</td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 369-375 Link Here
369
                                                    [% ELSE %]
369
                                                    [% ELSE %]
370
                                                        [% check_title = itemsloo.biblionumber %]
370
                                                        [% check_title = itemsloo.biblionumber %]
371
                                                    [% END %]
371
                                                    [% END %]
372
                                                    <td class="select selectcol"><input type="checkbox" class="cb" name="biblionumber" value="[% itemsloo.biblionumber | html %]" aria-label="[% check_title | html %]"/></td>
372
                                                    <td class="selectcol"><input type="checkbox" class="cb" name="biblionumber" value="[% itemsloo.biblionumber | html %]" aria-label="[% check_title | html %]"/></td>
373
                                                    [% UNLESS ( item_level_itypes ) %]
373
                                                    [% UNLESS ( item_level_itypes ) %]
374
                                                        <td>
374
                                                        <td>
375
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
375
                                                            [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 354-360 Link Here
354
                                            [% FOREACH suggestions_loo IN suggestions_loop %]
354
                                            [% FOREACH suggestions_loo IN suggestions_loop %]
355
                                                <tr>
355
                                                <tr>
356
                                                    [% IF ( loggedinusername ) %]
356
                                                    [% IF ( loggedinusername ) %]
357
                                                        <td class="select selectcol">
357
                                                        <td class="selectcol">
358
                                                            [% IF ( suggestions_loo.showcheckbox ) %]
358
                                                            [% IF ( suggestions_loo.showcheckbox ) %]
359
                                                                [% SET can_delete_suggestion = 1 %]
359
                                                                [% SET can_delete_suggestion = 1 %]
360
                                                                <input type="checkbox" class="cb" id="id[% suggestions_loo.suggestionid | html %]" name="delete_field" data-title="[% suggestions_loo.title | html %]" value="[% suggestions_loo.suggestionid | html %]" />
360
                                                                <input type="checkbox" class="cb" id="id[% suggestions_loo.suggestionid | html %]" name="delete_field" data-title="[% suggestions_loo.title | html %]" value="[% suggestions_loo.suggestionid | html %]" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-2 / +1 lines)
Lines 138-144 Link Here
138
                                    [% FOREACH MY_TAG IN MY_TAGS %]
138
                                    [% FOREACH MY_TAG IN MY_TAGS %]
139
                                        [% IF MY_TAG.visible %]
139
                                        [% IF MY_TAG.visible %]
140
                                        <tr>
140
                                        <tr>
141
                                            <td class="select selectcol">
141
                                            <td class="selectcol">
142
                                                <input type="checkbox" name="del[% MY_TAG.tag_id | html %]" value="del[% MY_TAG.tag_id | html %]">
142
                                                <input type="checkbox" name="del[% MY_TAG.tag_id | html %]" value="del[% MY_TAG.tag_id | html %]">
143
                                            </td>
143
                                            </td>
144
                                            <td class="tagterm">
144
                                            <td class="tagterm">
145
- 

Return to bug 27493