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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss (-1 / +30 lines)
Lines 221-226 body#basket p { Link Here
221
221
222
#action,
222
#action,
223
#addshelf,
223
#addshelf,
224
#backtotop,
224
#export,
225
#export,
225
#facetcontainer,
226
#facetcontainer,
226
#members,
227
#members,
Lines 248-257 fieldset.action, Link Here
248
h2 span.hint,
249
h2 span.hint,
249
input,
250
input,
250
td.resultscontrol,
251
td.resultscontrol,
251
.cart-control {
252
.cart-control,
253
.table_controls,
254
.dtr-control,
255
.dtr-hidden,
256
.selections-toolbar {
252
    display: none;
257
    display: none;
253
}
258
}
254
259
260
.dtr-hidden {
261
    display: table-cell !important;
262
}
263
264
.nav-tabs {
265
    border: 0;
266
267
    .nav-link {
268
        border: 0;
269
        display: none;
270
271
        &.active {
272
            border: 0;
273
            display: block;
274
            font-size: 125%;
275
            font-weight: bold;
276
        }
277
    }
278
}
279
280
.tab-content {
281
    border: 0;
282
}
283
255
.row-fluid {
284
.row-fluid {
256
    margin-top: 30px;
285
    margin-top: 30px;
257
}
286
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-note.inc (-1 / +1 lines)
Lines 7-13 Link Here
7
                    <strong>[% message.message | html | html_line_break %]</strong><br>
7
                    <strong>[% message.message | html | html_line_break %]</strong><br>
8
                    &nbsp;&nbsp;&nbsp;<em>Written on [% message.message_date | $KohaDates %] by [% Branches.GetName(message.branchcode) | html %]</em>
8
                    &nbsp;&nbsp;&nbsp;<em>Written on [% message.message_date | $KohaDates %] by [% Branches.GetName(message.branchcode) | html %]</em>
9
                </li>
9
                </li>
10
                <form id="dismiss-message-form" action="/cgi-bin/koha/opac-dismiss-message.pl" method="post">
10
                <form id="dismiss-message-form" class="d-print-none" action="/cgi-bin/koha/opac-dismiss-message.pl" method="post">
11
                    [% INCLUDE 'csrf-token.inc' %]
11
                    [% INCLUDE 'csrf-token.inc' %]
12
                    <input type="hidden" name="message_id" value="[% message.message_id | html %]">
12
                    <input type="hidden" name="message_id" value="[% message.message_id | html %]">
13
                    <input type="hidden" name="patron_id" value="[% message.borrowernumber | html %]">
13
                    <input type="hidden" name="patron_id" value="[% message.borrowernumber | html %]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (-3 / +3 lines)
Lines 70-76 Link Here
70
                        <div id="opac-user-holdsrec">
70
                        <div id="opac-user-holdsrec">
71
                            <div id="tabs-container">
71
                            <div id="tabs-container">
72
                                <div class="controls">
72
                                <div class="controls">
73
                                    <div class="resultscontrol resort">
73
                                    <div class="resultscontrol resort d-print-none">
74
                                        <form id="sortform" action="/cgi-bin/koha/opac-holdshistory.pl" method="get">
74
                                        <form id="sortform" action="/cgi-bin/koha/opac-holdshistory.pl" method="get">
75
                                            [% IF ( unlimit ) %]<input type="hidden" name="unlimit" value="1" />[% END %]
75
                                            [% IF ( unlimit ) %]<input type="hidden" name="unlimit" value="1" />[% END %]
76
                                            <select name="sort" id="sort">
76
                                            <select name="sort" id="sort">
Lines 83-93 Link Here
83
                                    </div>
83
                                    </div>
84
84
85
                                    [% UNLESS unlimit %]
85
                                    [% UNLESS unlimit %]
86
                                        <p>
86
                                        <p class="d-print-none">
87
                                            Showing 50 items. <a href="/cgi-bin/koha/opac-holdshistory.pl?unlimit=1[% IF ( sort ) %]&amp;sort=[% sort | url %][% END %]">Show all items</a>
87
                                            Showing 50 items. <a href="/cgi-bin/koha/opac-holdshistory.pl?unlimit=1[% IF ( sort ) %]&amp;sort=[% sort | url %][% END %]">Show all items</a>
88
                                        </p>
88
                                        </p>
89
                                    [% ELSE %]
89
                                    [% ELSE %]
90
                                        <p>
90
                                        <p class="d-print-none">
91
                                            Showing all items. <a href="/cgi-bin/koha/opac-holdshistory.pl[% IF ( sort ) %]?sort=[% sort | url %][% END %]">Show 50 items</a>
91
                                            Showing all items. <a href="/cgi-bin/koha/opac-holdshistory.pl[% IF ( sort ) %]?sort=[% sort | url %][% END %]">Show 50 items</a>
92
                                        </p>
92
                                        </p>
93
                                    [% END %]
93
                                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-1 / +1 lines)
Lines 182-188 Link Here
182
                            [% END %]
182
                            [% END %]
183
183
184
                            [% IF ( SMSSendDriver || Koha.Preference('TranslateNotices') ) %]
184
                            [% IF ( SMSSendDriver || Koha.Preference('TranslateNotices') ) %]
185
                                <fieldset class="rows">
185
                                <fieldset class="rows d-print-none">
186
                                    <ol>
186
                                    <ol>
187
                                        [% IF ( SMSSendDriver ) %]
187
                                        [% IF ( SMSSendDriver ) %]
188
                                            <li>
188
                                            <li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 762-768 Link Here
762
                                                        [% END %]
762
                                                        [% END %]
763
                                                    </td>
763
                                                    </td>
764
                                                    <td>[% s.lastmodified | $KohaDates %]</td>
764
                                                    <td>[% s.lastmodified | $KohaDates %]</td>
765
                                                    <td>
765
                                                    <td class="d-print-none">
766
                                                        [% IF s.can_be_managed( loggedinusernumber ) %]
766
                                                        [% IF s.can_be_managed( loggedinusernumber ) %]
767
                                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline">
767
                                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline">
768
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
768
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 340-346 Link Here
340
340
341
                            [% IF (Koha.Preference( 'OPACViewOthersSuggestions' ) || loggedinusername) && (suggestions.size > 0 OR title_filter) %]
341
                            [% IF (Koha.Preference( 'OPACViewOthersSuggestions' ) || loggedinusername) && (suggestions.size > 0 OR title_filter) %]
342
                                [% SET can_delete_suggestion = 0 %]
342
                                [% SET can_delete_suggestion = 0 %]
343
                                <form action="/cgi-bin/koha/opac-suggestions.pl" class="form-inline" id="search_suggestions_form" method="get">
343
                                <form action="/cgi-bin/koha/opac-suggestions.pl" class="form-inline d-print-none" id="search_suggestions_form" method="get">
344
                                    <div class="form-row">
344
                                    <div class="form-row">
345
                                        <div class="col-auto my-1">
345
                                        <div class="col-auto my-1">
346
                                            <label for="title_filter">Search for:</label>
346
                                            <label for="title_filter">Search for:</label>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-4 / +3 lines)
Lines 55-61 Link Here
55
55
56
                    <p>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
56
                    <p>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
57
                    <br />
57
                    <br />
58
                    <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p>
58
                    <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="d-print-none">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p>
59
59
60
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
60
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
61
61
Lines 543-551 Link Here
543
                                            </tbody>
543
                                            </tbody>
544
                                        </table>
544
                                        </table>
545
                                        [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
545
                                        [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
546
                                            <input type="submit" class="btn btn-primary" value="Renew selected" />
546
                                            <input type="submit" class="btn btn-primary d-print-none" value="Renew selected" />
547
                                            <input type="hidden" name="op" value="cud-renew" />
547
                                            <input type="hidden" name="op" value="cud-renew" />
548
                                            <button type="button" id="renewall_js" class="btn btn-primary">Renew all</button>
548
                                            <button type="button" id="renewall_js" class="btn btn-primary d-print-none">Renew all</button>
549
                                        [% END %]
549
                                        [% END %]
550
                                    </form>
550
                                    </form>
551
551
552
- 

Return to bug 36610