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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (+8 lines)
Lines 164-169 td { Link Here
164
    .btn {
164
    .btn {
165
        white-space: nowrap;
165
        white-space: nowrap;
166
    }
166
    }
167
168
    &.selectcol {
169
        width: 1ch;
170
    }
171
  
172
    &.numcol {
173
        width: 3ch;
174
    }
167
}
175
}
168
176
169
th {
177
th {
(-)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">
271
                                                <td class="noprint select 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 86-92 Link Here
86
                                            [% END %]
86
                                            [% END %]
87
                                            [% IF ( SMSSendDriver ) %]
87
                                            [% IF ( SMSSendDriver ) %]
88
                                                [% IF ( messaging_preference.transport_sms ) %]
88
                                                [% IF ( messaging_preference.transport_sms ) %]
89
                                                    <td>
89
                                                    <td class="select selectcol">
90
                                                        [% IF ( messaging_preference.transports_sms ) %]
90
                                                        [% IF ( messaging_preference.transports_sms ) %]
91
                                                        <input type="checkbox" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" checked="checked" />
91
                                                        <input type="checkbox" id="sms[% messaging_preference.message_attribute_id | html %]" name="[% messaging_preference.message_attribute_id | html %]" value="sms" checked="checked" />
92
                                                        [% ELSE %]
92
                                                        [% ELSE %]
Lines 99-105 Link Here
99
                                            [% END %]
99
                                            [% END %]
100
                                            [% IF Koha.Preference('PhoneNotification') %]
100
                                            [% IF Koha.Preference('PhoneNotification') %]
101
                                                [% IF ( messaging_preference.transport_phone ) %]
101
                                                [% IF ( messaging_preference.transport_phone ) %]
102
                                                    <td>
102
                                                    <td class="select selectcol">
103
                                                        [% IF ( messaging_preference.transports_phone ) %]
103
                                                        [% IF ( messaging_preference.transports_phone ) %]
104
                                                            <input type="checkbox"
104
                                                            <input type="checkbox"
105
                                                                   id="phone[% messaging_preference.message_attribute_id | html %]"
105
                                                                   id="phone[% messaging_preference.message_attribute_id | html %]"
Lines 118-124 Link Here
118
                                            [% END %]
118
                                            [% END %]
119
                                            [% IF ( TalkingTechItivaPhone ) %]
119
                                            [% IF ( TalkingTechItivaPhone ) %]
120
                                                [% IF ( messaging_preference.transport_itiva ) %]
120
                                                [% IF ( messaging_preference.transport_itiva ) %]
121
                                                <td>
121
                                                <td class="select selectcol">
122
                                                [% IF ( messaging_preference.transports_itiva ) %]
122
                                                [% IF ( messaging_preference.transports_itiva ) %]
123
                                                <input type="checkbox"
123
                                                <input type="checkbox"
124
                                                            id="itiva[% messaging_preference.message_attribute_id | html %]"
124
                                                            id="itiva[% messaging_preference.message_attribute_id | html %]"
Lines 137-143 Link Here
137
                                            [% END %]
137
                                            [% END %]
138
138
139
                                            [% IF ( messaging_preference.transport_email ) %]
139
                                            [% IF ( messaging_preference.transport_email ) %]
140
                                                <td>
140
                                                <td class="select selectcol">
141
                                                    [% IF ( messaging_preference.transports_email ) %]
141
                                                    [% IF ( messaging_preference.transports_email ) %]
142
                                                        <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
                                                        <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;" />
143
                                                    [% ELSE %]
143
                                                    [% ELSE %]
Lines 149-155 Link Here
149
                                            [% END %]
149
                                            [% END %]
150
150
151
                                            [% IF ( messaging_preference.has_digest ) %]
151
                                            [% IF ( messaging_preference.has_digest ) %]
152
                                                <td>
152
                                                <td class="select selectcol">
153
                                                    [% IF ( messaging_preference.digest ) %]
153
                                                    [% IF ( messaging_preference.digest ) %]
154
                                                        <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
                                                        <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;" />
155
                                                    [% ELSE %]
155
                                                    [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +1 lines)
Lines 271-277 Link Here
271
                                            </td>
271
                                            </td>
272
272
273
                                            [% # Cell 2: Show result number if OpacHiddenItems is empty %]
273
                                            [% # Cell 2: Show result number if OpacHiddenItems is empty %]
274
                                            <td class="select selectcol">
274
                                            <td class="numcol[%- IF suppress_result_number -%] hidden[%- END -%]">
275
                                                [% UNLESS suppress_result_number %]
275
                                                [% UNLESS suppress_result_number %]
276
                                                    [% SEARCH_RESULT.result_number | html %].
276
                                                    [% SEARCH_RESULT.result_number | html %].
277
                                                [% END %]
277
                                                [% END %]
(-)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><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
83
                                                        <td class="select 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><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
128
                                                    <td class="select 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><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
180
                                                        <td class="select 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><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
217
                                                        <td class="select 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-suggestions.tt (-1 / +1 lines)
Lines 353-359 Link Here
353
                                            [% FOREACH suggestions_loo IN suggestions_loop %]
353
                                            [% FOREACH suggestions_loo IN suggestions_loop %]
354
                                                <tr>
354
                                                <tr>
355
                                                    [% IF ( loggedinusername ) %]
355
                                                    [% IF ( loggedinusername ) %]
356
                                                        <td>
356
                                                        <td class="select selectcol">
357
                                                            [% IF ( suggestions_loo.showcheckbox ) %]
357
                                                            [% IF ( suggestions_loo.showcheckbox ) %]
358
                                                                [% SET can_delete_suggestion = 1 %]
358
                                                                [% SET can_delete_suggestion = 1 %]
359
                                                                <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 %]" />
359
                                                                <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>
141
                                            <td class="select 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