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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/catalog_cite.inc (-2 / +2 lines)
Lines 4-15 Link Here
4
    <div class="modal-dialog modal-lg">
4
    <div class="modal-dialog modal-lg">
5
        <div class="modal-content">
5
        <div class="modal-content">
6
            <div class="modal-header">
6
            <div class="modal-header">
7
                <h3 class="modal-title" id="citeModalLabel">[% biblio.title | html %]</h3>
7
                <h1 class="modal-title" id="citeModalLabel">[% biblio.title | html %]</h2>
8
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
8
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
9
            </div>
9
            </div>
10
            <div class="modal-body">
10
            <div class="modal-body">
11
                [% FOREACH system IN cites.keys.sort %]
11
                [% FOREACH system IN cites.keys.sort %]
12
                    <h3>[% system | html %]</h3>
12
                    <h2>[% system | html %]</h3>
13
                    <p>[% cites.$system | html %]</p>
13
                    <p>[% cites.$system | html %]</p>
14
                [% END %]
14
                [% END %]
15
            </div>
15
            </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc (-2 / +2 lines)
Lines 1-14 Link Here
1
[% BLOCK shelfbrowser %]
1
[% BLOCK shelfbrowser %]
2
    [% IF OpenOPACShelfBrowser %]
2
    [% IF OpenOPACShelfBrowser %]
3
        <div id="shelfbrowser">
3
        <div id="shelfbrowser">
4
            <h5 style="text-align: center;" tabindex="-1">
4
            <h2 style="text-align: center;" tabindex="-1">
5
                [%- IF ( starting_homebranch ) %]<span>Browsing [% starting_homebranch | html %] shelves</span>[% END -%]
5
                [%- IF ( starting_homebranch ) %]<span>Browsing [% starting_homebranch | html %] shelves</span>[% END -%]
6
                [%- IF ( starting_homebranch && starting_location ) %],[% END %]
6
                [%- IF ( starting_homebranch && starting_location ) %],[% END %]
7
                [%- IF ( starting_location ) %]<span>Shelving location:</span> [%- starting_location | html -%][% END -%]
7
                [%- IF ( starting_location ) %]<span>Shelving location:</span> [%- starting_location | html -%][% END -%]
8
                [%- IF ( starting_homebranch && starting_ccode ) %],[% END %]
8
                [%- IF ( starting_homebranch && starting_ccode ) %],[% END %]
9
                [%- IF ( starting_ccode ) %]<span>Collection: [%- starting_ccode | html -%]</span>[% END -%]
9
                [%- IF ( starting_ccode ) %]<span>Collection: [%- starting_ccode | html -%]</span>[% END -%]
10
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf">Close shelf browser <span class="sr-only">(Hides shelf browser)</span></a>
10
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf">Close shelf browser <span class="sr-only">(Hides shelf browser)</span></a>
11
            </h5>
11
            </h2>
12
12
13
            <table class="table">
13
            <table class="table">
14
                <tr>
14
                <tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt (-1 / +1 lines)
Lines 106-112 Link Here
106
            </div>
106
            </div>
107
            <div class="col-md-12 col-lg-10 order-1">
107
            <div class="col-md-12 col-lg-10 order-1">
108
                <div id="pickupdetails" class="maincontent">
108
                <div id="pickupdetails" class="maincontent">
109
                    <h2>Curbside pickups</h2>
109
                    <h1>Curbside pickups</h1>
110
110
111
                    [% FOR m IN messages %]
111
                    [% FOR m IN messages %]
112
                        [% SET alert_type = "alert alert-info" %]
112
                        [% SET alert_type = "alert alert-info" %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1253-1259 Link Here
1253
<div class="modal" id="libraryInfoModal" tabindex="-1" aria-labelledby="libraryInfoModalLabel" aria-hidden="true">
1253
<div class="modal" id="libraryInfoModal" tabindex="-1" aria-labelledby="libraryInfoModalLabel" aria-hidden="true">
1254
    <div class="modal-dialog">
1254
    <div class="modal-dialog">
1255
        <div class="modal-content">
1255
        <div class="modal-content">
1256
            <div class="modal-header">
1256
            <div class="modal-header"> 
1257
                <h1 class="modal-title" id="libraryInfoModalLabel"></h1>
1257
                <h1 class="modal-title" id="libraryInfoModalLabel"></h1>
1258
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
1258
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
1259
            </div>
1259
            </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-4 / +4 lines)
Lines 19-25 Link Here
19
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
20
[% BLOCK cssinclude %]
20
[% BLOCK cssinclude %]
21
[% END %]
21
[% END %]
22
</head>
22
</head>œ
23
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
23
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
24
[% INCLUDE 'masthead.inc' %]
24
[% INCLUDE 'masthead.inc' %]
25
25
Lines 86-98 Link Here
86
                        [% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'opac' || Koha.Preference('NewsAuthorDisplay') == 'both' %]
86
                        [% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'opac' || Koha.Preference('NewsAuthorDisplay') == 'both' %]
87
                        [% FOREACH koha_new IN koha_news.content %]
87
                        [% FOREACH koha_new IN koha_news.content %]
88
                            <div class="newsitem">
88
                            <div class="newsitem">
89
                                <h4 class="newsheader">
89
                                <h2 class="newsheader">
90
                                    [% IF ( news_item ) %]
90
                                    [% IF ( news_item ) %]
91
                                        [% koha_new.title | html %]
91
                                        [% koha_new.title | html %]
92
                                    [% ELSE %]
92
                                    [% ELSE %]
93
                                        <a id="newsitem[% koha_new.additional_content.id | html %]" href="/cgi-bin/koha/opac-main.pl?news_id=[% koha_new.additional_content.id | uri %]">[% koha_new.title | html %]</a>
93
                                        <a id="newsitem[% koha_new.additional_content.id | html %]" href="/cgi-bin/koha/opac-main.pl?news_id=[% koha_new.additional_content.id | uri %]">[% koha_new.title | html %]</a>
94
                                    [% END %]
94
                                    [% END %]
95
                                </h4>
95
                                </h2>
96
                                <div class="newsbody">[% koha_new.content | $raw %]</div>
96
                                <div class="newsbody">[% koha_new.content | $raw %]</div>
97
                                <div class="newsfooter">
97
                                <div class="newsfooter">
98
                                    Published on [% koha_new.published_on | $KohaDates %]
98
                                    Published on [% koha_new.published_on | $KohaDates %]
Lines 168-174 Link Here
168
                                        [% INCLUDE 'csrf-token.inc' %]
168
                                        [% INCLUDE 'csrf-token.inc' %]
169
                                        <input type="hidden" name="koha_login_context" value="opac" />
169
                                        <input type="hidden" name="koha_login_context" value="opac" />
170
                                        <fieldset class="brief">
170
                                        <fieldset class="brief">
171
                                            <legend>Log in to your account:</legend>
171
                                            <legend><h2>Log in to your account:</h2></legend>
172
                                            [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
172
                                            [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
173
                                                <a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-light" id="openid_connect"><i class="fa-brands fa-google" aria-hidden="true"></i> Log in with Google</a>
173
                                                <a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-light" id="openid_connect"><i class="fa-brands fa-google" aria-hidden="true"></i> Log in with Google</a>
174
                                                <p>If you do not have a Google account, but do have a local account, you can still log in: </p>
174
                                                <p>If you do not have a Google account, but do have a local account, you can still log in: </p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
            </div>
26
            </div>
27
            <div class="col-md-12 col-lg-10 order-1 order-lg-2">
27
            <div class="col-md-12 col-lg-10 order-1 order-lg-2">
28
                <div id="recalls" class="maincontent">
28
                <div id="recalls" class="maincontent">
29
                    <h2>Recalls history</h2>
29
                    <h1>Recalls history</h1>
30
                    [% IF Koha.Preference('UseRecalls') %]
30
                    [% IF Koha.Preference('UseRecalls') %]
31
                        [% IF RECALLS.count %]
31
                        [% IF RECALLS.count %]
32
                            <div id="opac-user-recalls">
32
                            <div id="opac-user-recalls">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-3 / +2 lines)
Lines 602-608 Link Here
602
                                                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
602
                                                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
603
                                                </div>
603
                                                </div>
604
                                                <div class="modal-body" id="addNoteBody">
604
                                                <div class="modal-body" id="addNoteBody">
605
                                                    <h6 id="addNoteTitle"></h6>
605
                                                    <h2 id="addNoteTitle"></h2>
606
                                                    <input type="hidden" id="addNoteIssueId" name="issue_id" value="" />
606
                                                    <input type="hidden" id="addNoteIssueId" name="issue_id" value="" />
607
                                                    <textarea name="note" id="addNote" rows="4"></textarea>
607
                                                    <textarea name="note" id="addNote" rows="4"></textarea>
608
                                                    <div class="hint">Your note will be shown to the librarian when the item is checked in.</div>
608
                                                    <div class="hint">Your note will be shown to the librarian when the item is checked in.</div>
Lines 1045-1051 Link Here
1045
                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
1045
                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
1046
                </div>
1046
                </div>
1047
                <div class="modal-body">
1047
                <div class="modal-body">
1048
                    <h6 id="suspendHoldTitle">Suspend Hold</h6>
1048
                    <h2 id="suspendHoldTitle"></h2>
1049
                    <input type="hidden" name="reserve_id" id="suspendHoldReserveId" value="" />
1049
                    <input type="hidden" name="reserve_id" id="suspendHoldReserveId" value="" />
1050
                    <label for="suspend_untilDate">Suspend until:</label>
1050
                    <label for="suspend_untilDate">Suspend until:</label>
1051
                    <input type="text" name="suspend_until" id="suspend_untilDate" size="10" />
1051
                    <input type="text" name="suspend_until" id="suspend_untilDate" size="10" />
1052
- 

Return to bug 39356