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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
[% IF enrollments %]
3
[% IF enrollments %]
4
4
5
    <h4>Clubs currently enrolled in</h4>
5
    <h2>Clubs currently enrolled in</h2>
6
6
7
    <table id="clubs-table-enrolled" class="table table-bordered table-striped">
7
    <table id="clubs-table-enrolled" class="table table-bordered table-striped">
8
        <thead>
8
        <thead>
Lines 37-43 Link Here
37
37
38
[% IF clubs %]
38
[% IF clubs %]
39
39
40
    <h4>Clubs you can enroll in</h4>
40
    <h2>Clubs you can enroll in</h2>
41
41
42
    <table id="clubs-table-unenrolled" class="table table-bordered table-striped">
42
    <table id="clubs-table-unenrolled" class="table table-bordered table-striped">
43
        <thead>
43
        <thead>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
3
3
4
<h3>
4
<h2>
5
    Enroll in <em>[% club.name | html %]</em>
5
    Enroll in <em>[% club.name | html %]</em>
6
</h3>
6
</h2>
7
7
8
<div class="container">
8
<div class="container">
9
    <form id="patron-enrollment-form">
9
    <form id="patron-enrollment-form">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt (-5 / +5 lines)
Lines 31-39 Link Here
31
                    <div class="col order-first order-md-first order-lg-2">
31
                    <div class="col order-first order-md-first order-lg-2">
32
                [% END %]
32
                [% END %]
33
                    <div id="errormsg[% errno | html %]">
33
                    <div id="errormsg[% errno | html %]">
34
                        <h3>Sorry, the requested page is not available</h3>
34
                        <h1>Sorry, the requested page is not available</h1>
35
                        <h4>Error [% errno | html %]</h4>
35
                        <h2>Error [% errno | html %]</h2>
36
                        <h5>This message can have the following reason(s):</h5>
36
                        <h3>This message can have the following reason(s):</h3>
37
                        <ul>
37
                        <ul>
38
                            [% IF ( errno == 400 ) %]
38
                            [% IF ( errno == 400 ) %]
39
                                <li>The link is broken and the page does not exist.</li>
39
                                <li>The link is broken and the page does not exist.</li>
Lines 61-67 Link Here
61
                                <li>An error occurred while processing your request.</li>
61
                                <li>An error occurred while processing your request.</li>
62
                            [% END %]
62
                            [% END %]
63
                        </ul>
63
                        </ul>
64
                        <h4>What's next?</h4>
64
                        <h2>What's next?</h2>
65
                        <ul>
65
                        <ul>
66
                            [% IF ( errno == 401 ) && ( Koha.Preference( 'opacuserlogin' ) == 1 ) %]
66
                            [% IF ( errno == 401 ) && ( Koha.Preference( 'opacuserlogin' ) == 1 ) %]
67
                                <li>Please log in to the catalog and try again. <a href="/cgi-bin/koha/opac-user.pl">Login page</a></li>
67
                                <li>Please log in to the catalog and try again. <a href="/cgi-bin/koha/opac-user.pl">Login page</a></li>
Lines 70-76 Link Here
70
                            <li>You can search our catalog using the search form at the top of this page.</li>
70
                            <li>You can search our catalog using the search form at the top of this page.</li>
71
                            <li><a href="/cgi-bin/koha/opac-main.pl">Return to the catalog home page.</a></li>
71
                            <li><a href="/cgi-bin/koha/opac-main.pl">Return to the catalog home page.</a></li>
72
                        </ul>
72
                        </ul>
73
                        <h4>Report issues and broken links</h4>
73
                        <h2>Report issues and broken links</h2>
74
                        <ul>
74
                        <ul>
75
                            <li>To report this error, please contact the Koha Administrator.
75
                            <li>To report this error, please contact the Koha Administrator.
76
                                    <a href="mailto:[% admin | uri %]">Send email</a>.</li>
76
                                    <a href="mailto:[% admin | uri %]">Send email</a>.</li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
                    [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
39
                    [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
41
                    [% ELSE %]
41
                    [% ELSE %]
42
                        <h2>System Maintenance</h2>
42
                        <h1>System Maintenance</h1>
43
                          <p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:[% KohaAdminEmailAddress | uri %]">site administrator</a></p>
43
                          <p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon! If you have any questions, please contact the <a href="mailto:[% KohaAdminEmailAddress | uri %]">site administrator</a></p>
44
                    [% END %]
44
                    [% END %]
45
                </div>
45
                </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
                                <span class="view"><a id="Normalview" class="btn btn-link" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa fa-file-text-o" aria-hidden="true"></i> Normal view</a></span>
30
                                <span class="view"><a id="Normalview" class="btn btn-link" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa fa-file-text-o" aria-hidden="true"></i> Normal view</a></span>
31
                                <span class="view"><a id="MARCview" class="btn btn-link" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa fa-list-alt" aria-hidden="true"></i> MARC view</a></span>
31
                                <span class="view"><a id="MARCview" class="btn btn-link" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa fa-list-alt" aria-hidden="true"></i> MARC view</a></span>
32
                                <span class="view current-view"><span id="ISBDview"><i class="fa fa-list-ul" aria-hidden="true"></i> ISBD view</span></span></div>
32
                                <span class="view current-view"><span id="ISBDview"><i class="fa fa-list-ul" aria-hidden="true"></i> ISBD view</span></span></div>
33
33
                                <h1 class="title">[% INCLUDE 'biblio-title.inc' %]</h1>
34
                                <div id="isbdcontents">[% ISBD | $raw %]</div>
34
                                <div id="isbdcontents">[% ISBD | $raw %]</div>
35
35
36
                        </div> <!-- / #catalogue_detail_biblio -->
36
                        </div> <!-- / #catalogue_detail_biblio -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt (+1 lines)
Lines 30-35 Link Here
30
            </div>
30
            </div>
31
            <div class="col-10 order-first order-md-first order-lg-2">
31
            <div class="col-10 order-first order-md-first order-lg-2">
32
                <div id="useraccount" class="maincontent">
32
                <div id="useraccount" class="maincontent">
33
                    <h1>Account payment</h1>
33
                    [% IF error %]
34
                    [% IF error %]
34
                        <div id="error" class="alert alert-warning">
35
                        <div id="error" class="alert alert-warning">
35
                            <p><strong>Error:</strong> there was a problem processing your payment</p>
36
                            <p><strong>Error:</strong> there was a problem processing your payment</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-1 / +2 lines)
Lines 42-47 Link Here
42
            <div class="col-md-12 col-lg-10 order-1">
42
            <div class="col-md-12 col-lg-10 order-1">
43
                <div id="useraccount" class="maincontent">
43
                <div id="useraccount" class="maincontent">
44
44
45
                    <h1>Charges</h1>
45
                    [% IF message %]
46
                    [% IF message %]
46
                        <div class="alert alert-info">
47
                        <div class="alert alert-info">
47
                            [% IF message == 'valid_payment' %]
48
                            [% IF message == 'valid_payment' %]
Lines 73-79 Link Here
73
                            <p><strong>Payment applied:</strong> your payment of [% payment | html %] has been applied to your account</p>
74
                            <p><strong>Payment applied:</strong> your payment of [% payment | html %] has been applied to your account</p>
74
                        </div>
75
                        </div>
75
                    [% END %]
76
                    [% END %]
76
                    <h2>Charges</h2>
77
77
                    [% PROCESS 'account-table.inc' ACCOUNT_LINES = ACCOUNT_LINES, ENABLE_OPAC_PAYMENTS = ENABLE_OPAC_PAYMENTS, plugins = plugins %]
78
                    [% PROCESS 'account-table.inc' ACCOUNT_LINES = ACCOUNT_LINES, ENABLE_OPAC_PAYMENTS = ENABLE_OPAC_PAYMENTS, plugins = plugins %]
78
79
79
                </div> <!-- / #useraccount -->
80
                </div> <!-- / #useraccount -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (+1 lines)
Lines 28-33 Link Here
28
                <div class="col order-first order-md-first order-lg-2">
28
                <div class="col order-first order-md-first order-lg-2">
29
                    <!-- BOOLEAN SEARCH OPTIONS -->
29
                    <!-- BOOLEAN SEARCH OPTIONS -->
30
                    <div id="booleansearch" class="maincontent">
30
                    <div id="booleansearch" class="maincontent">
31
                        <h1>Advanced search</h1>
31
                        <fieldset>
32
                        <fieldset>
32
                            <legend>Search for:</legend>
33
                            <legend>Search for:</legend>
33
                            [% IF ( expanded_options ) %]
34
                            [% IF ( expanded_options ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt (-2 / +3 lines)
Lines 18-25 Link Here
18
            <div class="row">
18
            <div class="row">
19
                <div class="col order-first order-md-first order-lg-2">
19
                <div class="col order-first order-md-first order-lg-2">
20
                    <div id="useralertsubscribe" class="maincontent">
20
                    <div id="useralertsubscribe" class="maincontent">
21
                            <h1>Subscription alerts</h1>
21
                        [% IF ( typeissue ) %]
22
                        [% IF ( typeissue ) %]
22
                            <h1>Subscribe to a subscription alert</h1>
23
                            <h2>Subscribe to a subscription alert</h2>
23
                            <form action="opac-alert-subscribe.pl" method="post">
24
                            <form action="opac-alert-subscribe.pl" method="post">
24
                                <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
25
                                <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
25
                                <h4>[% bibliotitle | html %]</h4>
26
                                <h4>[% bibliotitle | html %]</h4>
Lines 33-39 Link Here
33
                            </form>
34
                            </form>
34
                        [% END %]
35
                        [% END %]
35
                        [% IF ( typeissuecancel ) %]
36
                        [% IF ( typeissuecancel ) %]
36
                            <h1>Unsubscribe from a subscription alert</h1>
37
                            <h2>Unsubscribe from a subscription alert</h2>
37
                            <form action="opac-alert-subscribe.pl" method="post">
38
                            <form action="opac-alert-subscribe.pl" method="post">
38
                                <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription.</p>
39
                                <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription.</p>
39
                                <h4>[% bibliotitle | html %]</h4>
40
                                <h4>[% bibliotitle | html %]</h4>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
50
51
                        [% IF ( loginprompt ) %]
51
                        [% IF ( loginprompt ) %]
52
                            <!-- login prompt time-->
52
                            <!-- login prompt time-->
53
                            <h2>Log in to your account</h2>
53
                            <h1>Log in to your account</h1>
54
54
55
                            [% IF ( timed_out ) %]
55
                            [% IF ( timed_out ) %]
56
                                <!-- This is what is displayed if login has timed out -->
56
                                <!-- This is what is displayed if login has timed out -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
                            <input type="hidden" name="op" value="do_search" />
36
                            <input type="hidden" name="op" value="do_search" />
37
                            <input type="hidden" name="type" value="opac" />
37
                            <input type="hidden" name="type" value="opac" />
38
                            <fieldset class="rows">
38
                            <fieldset class="rows">
39
                                <legend>Authority search</legend>
39
                                <legend><h1>Authority search</h1></legend>
40
                                <ol>
40
                                <ol>
41
                                    <li>
41
                                    <li>
42
                                        <label for="authtypecode">Authority type: </label>
42
                                        <label for="authtypecode">Authority type: </label>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
        <div class="row justify-content-center">
22
        <div class="row justify-content-center">
23
            <div class="col-md-10 col-lg-6">
23
            <div class="col-md-10 col-lg-6">
24
                <div id="opac-blocked-message" class="maincontent">
24
                <div id="opac-blocked-message" class="maincontent">
25
                    <h3>Blocked</h3>
25
                    <h1>Blocked</h1>
26
                    <p>You are not authorized to view this record.</p>
26
                    <p>You are not authorized to view this record.</p>
27
                    [% IF ( OpacSuppressionMessage ) %]
27
                    [% IF ( OpacSuppressionMessage ) %]
28
                        <div id="opacsuppressionmessage">
28
                        <div id="opacsuppressionmessage">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browse.tt (-1 / +4 lines)
Lines 108-114 Link Here
108
                    </div><!-- / #browse-resultswrapper -->
108
                    </div><!-- / #browse-resultswrapper -->
109
                </div><!-- /#browse-search -->
109
                </div><!-- /#browse-search -->
110
            [% ELSE %]
110
            [% ELSE %]
111
                <h3>This feature is not enabled</h3>
111
                <h1>Browse search</h1>
112
                <div class="alert alert-info">
113
                    This feature is not enabled
114
                </div>
112
            [% END %]
115
            [% END %]
113
116
114
            </div><!-- / .col/col-10 -->
117
            </div><!-- / .col/col-10 -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
                [% END %]
33
                [% END %]
34
34
35
                    <div id="userbrowser" class="maincontent">
35
                    <div id="userbrowser" class="maincontent">
36
                        <h2>Browse our catalog</h2>
36
                        <h1>Browse our catalog</h1>
37
37
38
                        [% IF ( have_hierarchy ) %]
38
                        [% IF ( have_hierarchy ) %]
39
                            <ul>
39
                            <ul>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-1 / +1 lines)
Lines 37-43 Link Here
37
            <div class="col">
37
            <div class="col">
38
                <div id="course_reserves" class="maincontent">
38
                <div id="course_reserves" class="maincontent">
39
39
40
                    <h2>Course reserves for <em>[% course.course_name | html %]</em></h2>
40
                    <h1>Course reserves for <em>[% course.course_name | html %]</em></h1>
41
                    <div class="rows">
41
                    <div class="rows">
42
                        <ol>
42
                        <ol>
43
                            [% IF ( course.term ) %]<li><span class="label">Term:</span> [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %]</li>[% END %]
43
                            [% IF ( course.term ) %]<li><span class="label">Term:</span> [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %]</li>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 141-147 Link Here
141
                    [% IF ( OPACXSLTDetailsDisplay ) %]
141
                    [% IF ( OPACXSLTDetailsDisplay ) %]
142
                        [% XSLTBloc | $raw %]
142
                        [% XSLTBloc | $raw %]
143
                    [% ELSE %]
143
                    [% ELSE %]
144
                        <h2 class="title">[% INCLUDE 'biblio-title.inc' %]</h2>
144
                        <h1 class="title">[% INCLUDE 'biblio-title.inc' %]</h1>
145
                        [% IF ( author ) %]
145
                        [% IF ( author ) %]
146
                            <span class="results_summary author h3">by <a class="contributors" href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author | html %]</a></span>
146
                            <span class="results_summary author h3">by <a class="contributors" href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author | html %]</a></span>
147
                        [% END %]
147
                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt (-2 / +3 lines)
Lines 46-59 Link Here
46
[% END # / IF fullpage %]
46
[% END # / IF fullpage %]
47
47
48
                    <div id="userdownloadshelf" class="maincontent">
48
                    <div id="userdownloadshelf" class="maincontent">
49
49
                        [% UNLESS ( invalidlist ) %]
50
                        [% UNLESS ( invalidlist ) %]
50
51
52
                            <h1>Download list <em>[% shelf.shelfname | html %]</em></h1>
51
                            [% IF ( format ) %]
53
                            [% IF ( format ) %]
52
                                <div class="alert alert-info">
54
                                <div class="alert alert-info">
53
                                    <p>Your download should begin automatically.</p>
55
                                    <p>Your download should begin automatically.</p>
54
                                </div>
56
                                </div>
55
                            [% ELSE %]
57
                            [% ELSE %]
56
                                <h1>Download list <em>[% shelf.shelfname | html %]</em></h1>
57
                                <form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl">
58
                                <form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl">
58
                                    <fieldset>
59
                                    <fieldset>
59
                                        <select name="format" id="dlformat" required="required">
60
                                        <select name="format" id="dlformat" required="required">
Lines 92-98 Link Here
92
                            [% END # / IF format %]
93
                            [% END # / IF format %]
93
94
94
                        [% ELSE %]
95
                        [% ELSE %]
95
96
                            <h1>Download list unsuccessful</h1>
96
                            <div class="alert alert-warning">
97
                            <div class="alert alert-warning">
97
                                <p>You do not have permission to download this list.</p>
98
                                <p>You do not have permission to download this list.</p>
98
                            </div>
99
                            </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (+1 lines)
Lines 97-102 Link Here
97
                <div class="col-10 order-first order-md-first order-lg-2">
97
                <div class="col-10 order-first order-md-first order-lg-2">
98
                    <div id="fullserialissues" class="maincontent">
98
                    <div id="fullserialissues" class="maincontent">
99
                        [% UNLESS ( popup ) %]
99
                        [% UNLESS ( popup ) %]
100
                            <h1>Full subscription history</h1>
100
                            <h2>Full subscription history for [% bibliotitle | html %]</h2>
101
                            <h2>Full subscription history for [% bibliotitle | html %]</h2>
101
                            <div id="views">
102
                            <div id="views">
102
                                <span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">Normal view</a></span>
103
                                <span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">Normal view</a></span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
            </div>
52
            </div>
53
            <div class="col-md-12 col-lg-10 order-1">
53
            <div class="col-md-12 col-lg-10 order-1">
54
                <div id="userholdshistory">
54
                <div id="userholdshistory">
55
                    <h3>Holds history</h3>
55
                    <h1>Holds history</h1>
56
56
57
                    [% IF !holds %]
57
                    [% IF !holds %]
58
                        You have never placed a hold from this library.
58
                        You have never placed a hold from this library.
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
  [% ELSE %]
23
  [% ELSE %]
24
    [% FOREACH role IN content %]
24
    [% FOREACH role IN content %]
25
      <div>
25
      <div>
26
        <h2 class="role" title="Click to expand this role">[% role.role_name | html %] ([% role.count | html %])</h2>
26
        <h1 class="role" title="Click to expand this role">[% role.role_name | html %] ([% role.count | html %])</h1>
27
          <div class="docs">
27
          <div class="docs">
28
            <table>
28
            <table>
29
              <thead>
29
              <thead>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-6 / +6 lines)
Lines 69-75 Link Here
69
                [% ELSE %]
69
                [% ELSE %]
70
                    <div id="illrequests" class="maincontent">
70
                    <div id="illrequests" class="maincontent">
71
                        [% IF method == 'create' %]
71
                        [% IF method == 'create' %]
72
                            <h2>New interlibrary loan request</h2>
72
                            <h1>New interlibrary loan request</h1>
73
                            [% IF stage == 'copyrightclearance' %]
73
                            [% IF stage == 'copyrightclearance' %]
74
                                [% INCLUDE messages %]
74
                                [% INCLUDE messages %]
75
                                <div>
75
                                <div>
Lines 104-110 Link Here
104
                                [% END %]
104
                                [% END %]
105
                            [% END # /IF stage == 'copyrightclearance' %]
105
                            [% END # /IF stage == 'copyrightclearance' %]
106
                        [% ELSIF method == 'list' %]
106
                        [% ELSIF method == 'list' %]
107
                            <h2>Interlibrary loan requests</h2>
107
                            <h1>Interlibrary loan requests</h1>
108
                            [% INCLUDE messages %]
108
                            [% INCLUDE messages %]
109
109
110
                            <div id="illrequests-create-button" class="dropdown btn-group">
110
                            <div id="illrequests-create-button" class="dropdown btn-group">
Lines 165-171 Link Here
165
                                </tbody>
165
                                </tbody>
166
                            </table>
166
                            </table>
167
                        [% ELSIF method == 'view' %]
167
                        [% ELSIF method == 'view' %]
168
                            <h2>View interlibrary loan request</h2>
168
                            <h1>View interlibrary loan request</h1>
169
                            [% INCLUDE messages %]
169
                            [% INCLUDE messages %]
170
                            [% status = request.status %]
170
                            [% status = request.status %]
171
                            <form method="post" action="?method=update" id="illrequestupdate-form" novalidate="novalidate">
171
                            <form method="post" action="?method=update" id="illrequestupdate-form" novalidate="novalidate">
Lines 239-247 Link Here
239
                                </fieldset>
239
                                </fieldset>
240
                            </form>
240
                            </form>
241
                        [% ELSIF method == 'availability' %]
241
                        [% ELSIF method == 'availability' %]
242
                            <h2>Interlibrary loan item availability</h2>
242
                            <h1>Interlibrary loan item availability</h1>
243
                            <div id="results">
243
                            <div id="results">
244
                                <h3>Displaying availability results</h3>
244
                                <h2>Displaying availability results</h2>
245
                                <form method="POST" action="/cgi-bin/koha/opac-illrequests.pl">
245
                                <form method="POST" action="/cgi-bin/koha/opac-illrequests.pl">
246
                                    [% FOREACH key IN whole.keys %]
246
                                    [% FOREACH key IN whole.keys %]
247
                                        [% value = whole.$key %]
247
                                        [% value = whole.$key %]
Lines 265-271 Link Here
265
                                    </div>
265
                                    </div>
266
                                </form>
266
                                </form>
267
                                [% FOR service IN services %]
267
                                [% FOR service IN services %]
268
                                    <h4 class="ill_availability_sourcename">[% service.name | html %]</h4>
268
                                    <h3 class="ill_availability_sourcename">[% service.name | html %]</h3>
269
                                    [% INCLUDE 'ill-availability-table.inc' service=service %]
269
                                    [% INCLUDE 'ill-availability-table.inc' service=service %]
270
                                [% END %]
270
                                [% END %]
271
                            </div> <!-- /#illrequestupdate-form -->
271
                            </div> <!-- /#illrequestupdate-form -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
            </div>
33
            </div>
34
            <div class="col-10 order-first order-md-first order-lg-2">
34
            <div class="col-10 order-first order-md-first order-lg-2">
35
                <div id="issuenote" class="maincontent">
35
                <div id="issuenote" class="maincontent">
36
                    <h2>Editing issue note for [% title | html %] [% author | html %]</h2>
36
                    <h1>Editing issue note for [% title | html %] [% author | html %]</h1>
37
                        [% IF not(Koha.Preference("AllowCheckoutNotes")) %]
37
                        [% IF not(Koha.Preference("AllowCheckoutNotes")) %]
38
                            Issue notes have not been enabled. Please contact the library.
38
                            Issue notes have not been enabled. Please contact the library.
39
                        [% ELSE %]
39
                        [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt (-2 / +2 lines)
Lines 99-105 Link Here
99
                [% IF ( library ) %]
99
                [% IF ( library ) %]
100
100
101
                    <div id="library_info" class="maincontent" vocab="http://schema.org/" typeof="Library">
101
                    <div id="library_info" class="maincontent" vocab="http://schema.org/" typeof="Library">
102
                        <h3 property="name">[% library.branchname | html %]</h3>
102
                        <h1 property="name">[% library.branchname | html %]</h1>
103
103
104
                        <div class="row">
104
                        <div class="row">
105
                            <div class="col-lg-8">
105
                            <div class="col-lg-8">
Lines 137-143 Link Here
137
137
138
                [% ELSE %]
138
                [% ELSE %]
139
                    <div id="library_info" class="maincontent">
139
                    <div id="library_info" class="maincontent">
140
                        <h2>[% IF ( singleBranchMode ) %]Library[% ELSE %]Libraries[% END %]</h2>
140
                        <h1>[% IF ( singleBranchMode ) %]Library[% ELSE %]Libraries[% END %]</h1>
141
141
142
                        [% FOREACH library IN libraries %]
142
                        [% FOREACH library IN libraries %]
143
                            <h3 property="name">
143
                            <h3 property="name">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (+2 lines)
Lines 66-71 Link Here
66
            <div class="col order-md-1 maincontent">
66
            <div class="col order-md-1 maincontent">
67
        [% END %]
67
        [% END %]
68
68
69
        <h1>Home</h1>
70
69
        [% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
71
        [% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
70
            [% UNLESS news_item %]
72
            [% UNLESS news_item %]
71
                <form id="news-branch-select" class="form-inline" name="news-branch-select" method="get" action="/cgi-bin/koha/opac-main.pl">
73
                <form id="news-branch-select" class="form-inline" name="news-branch-select" method="get" action="/cgi-bin/koha/opac-main.pl">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (+3 lines)
Lines 60-65 Link Here
60
                </div>
60
                </div>
61
            </div>
61
            </div>
62
            <div class="col-md-12 col-lg-10 order-1">
62
            <div class="col-md-12 col-lg-10 order-1">
63
64
                <h1>Your personal details</h1>
65
63
                [% IF action == 'edit' %]
66
                [% IF action == 'edit' %]
64
                    <div id="update-account" class="maincontent">
67
                    <div id="update-account" class="maincontent">
65
                [% ELSE %]
68
                [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
33
34
                [% IF Koha.Preference( 'EnhancedMessagingPreferencesOPAC' )  %]
34
                [% IF Koha.Preference( 'EnhancedMessagingPreferencesOPAC' )  %]
35
                    <div id="usermessaging" class="maincontent">
35
                    <div id="usermessaging" class="maincontent">
36
                        <h3>Your messaging settings</h3>
36
                        <h1>Your messaging settings</h1>
37
                        [% IF ( settings_updated ) %]
37
                        [% IF ( settings_updated ) %]
38
                            <div class="alert alert-success"><h4>Settings updated</h4></div>
38
                            <div class="alert alert-success"><h4>Settings updated</h4></div>
39
                        [% END %]
39
                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-2 / +3 lines)
Lines 33-39 Link Here
33
            </div>
33
            </div>
34
            <div class="col-10 order-first order-lg-2">
34
            <div class="col-10 order-first order-lg-2">
35
                <div id="userpasswd" class="maincontent">
35
                <div id="userpasswd" class="maincontent">
36
                    <h3>Change your password </h3>
36
                    <h1>Change your password </h1>
37
37
38
                    [% IF ( Error_messages ) %]
38
                    [% IF ( Error_messages ) %]
39
                        <div class="alert alert-warning">
39
                        <div class="alert alert-warning">
Lines 93-99 Link Here
93
93
94
                    [% IF ( password_updated ) %]
94
                    [% IF ( password_updated ) %]
95
                        <div class="alert alert-info">
95
                        <div class="alert alert-info">
96
                            <h1>Password updated</h1>
96
                            <strong>Password updated</strong>
97
                            <br />
97
                            Your password has been changed
98
                            Your password has been changed
98
                        </div>
99
                        </div>
99
                        <form action="/cgi-bin/koha/opac-user.pl" method="post" autocomplete="off">
100
                        <form action="/cgi-bin/koha/opac-user.pl" method="post" autocomplete="off">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt (-1 / +1 lines)
Lines 69-75 Link Here
69
                [% END %]
69
                [% END %]
70
            </div>
70
            </div>
71
            <div class="col-6 order-first order-md-first order-lg-2 maincontent">
71
            <div class="col-6 order-first order-md-first order-lg-2 maincontent">
72
                <h3>Forgotten password recovery</h3>
72
                <h1>Forgotten password recovery</h1>
73
                [% IF (hasError) %]
73
                [% IF (hasError) %]
74
                    <div class="alert alert-warning">
74
                    <div class="alert alert-warning">
75
                        <h3>Error</h3>
75
                        <h3>Error</h3>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt (-1 / +1 lines)
Lines 40-46 Link Here
40
                    </div>
40
                    </div>
41
                    [% END %]
41
                    [% END %]
42
42
43
                    <h3>Your consents</h3>
43
                    <h1>Your consents</h1>
44
44
45
                    <form action="/cgi-bin/koha/opac-patron-consent.pl" method="post">
45
                    <form action="/cgi-bin/koha/opac-patron-consent.pl" method="post">
46
                        [% IF Koha.Preference('GDPR_Policy') %]
46
                        [% IF Koha.Preference('GDPR_Policy') %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
            <div class="col-md-12 col-lg-10 order-1">
32
            <div class="col-md-12 col-lg-10 order-1">
33
33
34
                <div id="userprivacy" class="maincontent">
34
                <div id="userprivacy" class="maincontent">
35
                    <h2>Your privacy management</h2>
35
                    <h1>Your privacy management</h1>
36
36
37
                    [% IF deleted %]
37
                    [% IF deleted %]
38
                        <div class="alert alert-success">Your checkout history has been deleted.</div>
38
                        <div class="alert alert-success">Your checkout history has been deleted.</div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
            <div class="col-md-12 col-lg-10 order-1">
45
            <div class="col-md-12 col-lg-10 order-1">
46
46
47
                <div id="userreadingrecord" class="maincontent">
47
                <div id="userreadingrecord" class="maincontent">
48
                    <h3>Checkout history</h3>
48
                    <h1>Checkout history</h1>
49
49
50
                    [% IF READING_RECORD.size == 0 %]
50
                    [% IF READING_RECORD.size == 0 %]
51
                        You have never borrowed anything from this library.
51
                        You have never borrowed anything from this library.
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt (-1 / +1 lines)
Lines 32-39 Link Here
32
                    <div class="col order-first order-md-first order-lg-2">
32
                    <div class="col order-first order-md-first order-lg-2">
33
                [% END %]
33
                [% END %]
34
                    <div id="registration-confirmation-pending" class="maincontent">
34
                    <div id="registration-confirmation-pending" class="maincontent">
35
                        <h1>Please confirm your registration</h1>
35
                        <div id="confirmation-pending" class="alert alert-info">
36
                        <div id="confirmation-pending" class="alert alert-info">
36
                            <h1>Please confirm your registration</h1>
37
37
38
                            <p>A confirmation email will be sent shortly to the email address <strong>[% email | html %]</strong>.</p>
38
                            <p>A confirmation email will be sent shortly to the email address <strong>[% email | html %]</strong>.</p>
39
39
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
                    [% IF article_request_type == 'bib_only' %]  [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsRecordOnly') %] [% END %]
35
                    [% IF article_request_type == 'bib_only' %]  [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsRecordOnly') %] [% END %]
36
                    [% IF article_request_type == 'item_only' %] [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsItemOnly') %]   [% END %]
36
                    [% IF article_request_type == 'item_only' %] [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsItemOnly') %]   [% END %]
37
37
38
                    <h3>Place article request for [% biblio.title | html %]</h3>
38
                    <h1>Place article request for [% biblio.title | html %]</h1>
39
39
40
                    <form id="place-article-request" method="post" action="/cgi-bin/koha/opac-request-article.pl">
40
                    <form id="place-article-request" method="post" action="/cgi-bin/koha/opac-request-article.pl">
41
                        <input type="hidden" name="action" value="create" />
41
                        <input type="hidden" name="action" value="create" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (+1 lines)
Lines 27-32 Link Here
27
27
28
    <div class="container">
28
    <div class="container">
29
        <div id="holds" class="maincontent">
29
        <div id="holds" class="maincontent">
30
            <h1>Placing a hold</h1>
30
            [% IF ( message ) %]
31
            [% IF ( message ) %]
31
                <div id="holdmessages" class="alert">
32
                <div id="holdmessages" class="alert">
32
                    <p>Sorry, you cannot place holds.</p>
33
                    <p>Sorry, you cannot place holds.</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-3 / +3 lines)
Lines 61-67 Link Here
61
            <div class="container-fluid">
61
            <div class="container-fluid">
62
                <div class="row">
62
                <div class="row">
63
                    <div class="col">
63
                    <div class="col">
64
                        <h2 id="numresults">No results found!</h2>
64
                        <h1 id="numresults">No results found!</h1>
65
                        <p>
65
                        <p>
66
                            [% IF ( searchdesc ) %]
66
                            [% IF ( searchdesc ) %]
67
                                No results found for that in [% LibraryName | html %] catalog.
67
                                No results found for that in [% LibraryName | html %] catalog.
Lines 115-126 Link Here
115
115
116
                [% IF ( searchdesc ) %]
116
                [% IF ( searchdesc ) %]
117
                    [% IF ( total ) %]
117
                    [% IF ( total ) %]
118
                        <h2 id="numresults">
118
                        <h1 id="numresults">
119
                            Your search returned [% total | html %] results.
119
                            Your search returned [% total | html %] results.
120
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;format=rss" class="btn btn-link rsssearchlink noprint" aria-label="Subscribe to this search">
120
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;format=rss" class="btn btn-link rsssearchlink noprint" aria-label="Subscribe to this search">
121
                                <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
121
                                <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
122
                            </a>
122
                            </a>
123
                        </h2>
123
                        </h1>
124
                        [% IF ( related ) %]
124
                        [% IF ( related ) %]
125
                            <p>(related searches:[% FOREACH relate IN related %] [% relate.related_search | html %][% END %]).</p>
125
                            <p>(related searches:[% FOREACH relate IN related %] [% relate.related_search | html %][% END %]).</p>
126
                        [% END %]
126
                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt (-1 / +2 lines)
Lines 1-6 Link Here
1
[%# This template is called only for a very simple error message %]
1
[%# This template is called only for a very simple error message %]
2
<html>
2
<html>
3
<body id="opac-retrieve-file" class="scrollto">
3
<body id="opac-retrieve-file" class="scrollto">
4
Your search [% IF hash %]for [% hash | html %][% END %] was not successful.
4
    <h1>Search unsuccessful</h1>
5
    Your search [% IF hash %]for [% hash | html %][% END %] was not successful.
5
</body>
6
</body>
6
</html>
7
</html>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt (-1 / +2 lines)
Lines 9-14 Link Here
9
            <div class="row">
9
            <div class="row">
10
                <div class="col order-first order-md-first order-lg-2">
10
                <div class="col order-first order-md-first order-lg-2">
11
                    <div id="userreview" class="maincontent">
11
                    <div id="userreview" class="maincontent">
12
                        <h1>Reviews</h1>
12
                        [% IF ( cgi_debug ) %]
13
                        [% IF ( cgi_debug ) %]
13
                            <div class="debug">CGI debug is on.</div>
14
                            <div class="debug">CGI debug is on.</div>
14
                        [% END %]
15
                        [% END %]
Lines 39-45 Link Here
39
                            </div>
40
                            </div>
40
                        [% END # / ERRORs %]
41
                        [% END # / ERRORs %]
41
42
42
                        <h1>Comments on <em>[% INCLUDE 'biblio-title.inc' %]</em></h1>
43
                        <h2>Comments on <em>[% INCLUDE 'biblio-title.inc' %]</em></h2>
43
                        [% IF ( biblio.author ) %]<h3>[% biblio.author | html %]</h3>[% END %]
44
                        [% IF ( biblio.author ) %]<h3>[% biblio.author | html %]</h3>[% END %]
44
                        <form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
45
                        <form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
45
                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
46
                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
            <div class="col-10 order-first order-md-first order-lg-2">
38
            <div class="col-10 order-first order-md-first order-lg-2">
39
                <div id="user-routing-lists" class="maincontent">
39
                <div id="user-routing-lists" class="maincontent">
40
40
41
                    <h2>Routing lists</h2>
41
                    <h1>Routing lists</h1>
42
42
43
                    [% SET routinglists = logged_in_user.get_routing_lists %]
43
                    [% SET routinglists = logged_in_user.get_routing_lists %]
44
                    [% IF ( routinglists.count ) %]
44
                    [% IF ( routinglists.count ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-1 / +1 lines)
Lines 42-48 Link Here
42
                    <div class="col order-first order-md-first order-lg-2">
42
                    <div class="col order-first order-md-first order-lg-2">
43
                [% END %]
43
                [% END %]
44
                    <div id="userserialissues" class="maincontent">
44
                    <div id="userserialissues" class="maincontent">
45
                        <h2>Issues for a subscription</h2>
45
                        <h1>Issues for a subscription</h1>
46
                        <div id="views">
46
                        <div id="views">
47
                            <span class="view">
47
                            <span class="view">
48
                                <a id="Normalview" href="opac-detail.pl?biblionumber=[% biblionumber | html %]" class="button">Normal view</a>
48
                                <a id="Normalview" href="opac-detail.pl?biblionumber=[% biblionumber | html %]" class="button">Normal view</a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
                <div id="shareshelf" class="maincontent">
41
                <div id="shareshelf" class="maincontent">
42
42
43
                    [%# This section contains the essential code for error messages and three operations: invite, confirm_invite and accept. %]
43
                    [%# This section contains the essential code for error messages and three operations: invite, confirm_invite and accept. %]
44
                    <h2>Share a list with another patron</h2>
44
                    <h1>Share a list with another patron</h1>
45
45
46
                    [% IF errcode %]
46
                    [% IF errcode %]
47
                        [% IF errcode==1 && op %]
47
                        [% IF errcode==1 && op %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-5 / +5 lines)
Lines 193-204 Link Here
193
                    [% END %]
193
                    [% END %]
194
194
195
                    [% IF shelf AND op == 'view' %]
195
                    [% IF shelf AND op == 'view' %]
196
                        <h2>
196
                        <h1>
197
                            [% shelf.shelfname | html %]
197
                            [% shelf.shelfname | html %]
198
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;op=view&amp;shelfnumber=[% shelf.shelfnumber | uri %]" class="rss-list-link noprint" aria-label="Subscribe to this list">
198
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;op=view&amp;shelfnumber=[% shelf.shelfnumber | uri %]" class="rss-list-link noprint" aria-label="Subscribe to this list">
199
                                <i class="fa fa-fw fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this list"></i>
199
                                <i class="fa fa-fw fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this list"></i>
200
                            </a>
200
                            </a>
201
                        </h2>
201
                        </h1>
202
202
203
                        [% IF ( itemsloop ) %]
203
                        [% IF ( itemsloop ) %]
204
                            [% SET contents = shelf.get_contents %]
204
                            [% SET contents = shelf.get_contents %]
Lines 617-626 Link Here
617
                            <fieldset class="rows">
617
                            <fieldset class="rows">
618
                                [% IF op == 'add_form' %]
618
                                [% IF op == 'add_form' %]
619
                                    <div id="addshelf">
619
                                    <div id="addshelf">
620
                                    <legend>Create a new list</legend>
620
                                        <legend><h1>Create a new list</h1></legend>
621
                                    <input type="hidden" name="op" value="add" />
621
                                    <input type="hidden" name="op" value="add" />
622
                                [% ELSE %]
622
                                [% ELSE %]
623
                                    <legend>Editing <em>[% shelf.shelfname | html %]</em></legend>
623
                                <legend><h1>Editing <em>[% shelf.shelfname | html %]</em></h1></legend>
624
                                    <input type="hidden" name="op" value="edit" />
624
                                    <input type="hidden" name="op" value="edit" />
625
                                    <input type="hidden" name="referer" value="[% referer | html %]" />
625
                                    <input type="hidden" name="referer" value="[% referer | html %]" />
626
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
626
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
Lines 699-705 Link Here
699
                        </form>
699
                        </form>
700
700
701
                    [% ELSIF op == 'list' %]
701
                    [% ELSIF op == 'list' %]
702
                        <h2>Lists</h2>
702
                        <h1>Lists</h1>
703
                        <div class="toptabs ui-tabs ui-widget ui-widget-content ui-corner-all">
703
                        <div class="toptabs ui-tabs ui-widget ui-widget-content ui-corner-all">
704
                            <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
704
                            <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
705
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
705
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
                    <div class="col order-first order-md-first order-lg-2">
35
                    <div class="col order-first order-md-first order-lg-2">
36
                [% END %]
36
                [% END %]
37
                   <div id="showreviews" class="searchresults maincontent">
37
                   <div id="showreviews" class="searchresults maincontent">
38
                        <h3>Recent comments <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl?format=rss" class="rsssearchlink" aria-label="Subscribe to recent comments"><i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to recent comments"></i></a></h3>
38
                        <h1>Recent comments <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl?format=rss" class="rsssearchlink" aria-label="Subscribe to recent comments"><i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to recent comments"></i></a></h1>
39
                        <table class="table table-striped">
39
                        <table class="table table-striped">
40
                            [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
40
                            [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
41
                            [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
41
                            [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-7 / +9 lines)
Lines 41-58 Link Here
41
                <div class="col-md-12 col-lg-10 order-1">
41
                <div class="col-md-12 col-lg-10 order-1">
42
42
43
                    <div id="usersuggestions" class="maincontent">
43
                    <div id="usersuggestions" class="maincontent">
44
                        <h1>Your purchase suggestions</h1>
44
                        [% IF ( op_add ) %]
45
                        [% IF ( op_add ) %]
45
                            [% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]
46
                            [% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]
46
                                    <h1 class="TooManySuggestions">You cannot place any more suggestions</h1>
47
                                    <h2 class="TooManySuggestions">You cannot place any more suggestions</h2>
47
                                    <h2 class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</h2>
48
                                    <h3 class="TooManySuggestionsText">You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.</h3>
48
                            [% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
49
                            [% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]
49
                                    <h1 class="TooManySuggestions">You cannot place any more suggestions</h1>
50
                                    <h2 class="TooManySuggestions">You cannot place any more suggestions</h2>
50
                                    <h2 class="TooManySuggestionsText">You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.</h2>
51
                                    <h3 class="TooManySuggestionsText">You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.</h3>
51
                            [% ELSE %]
52
                            [% ELSE %]
53
52
                            [% IF ( opacsuggestion ) %]
54
                            [% IF ( opacsuggestion ) %]
53
                                [% PROCESS koha_news_block news => opacsuggestion %]
55
                                [% PROCESS koha_news_block news => opacsuggestion %]
54
                            [% ELSE %]
56
                            [% ELSE %]
55
                                <h1>Enter a new purchase suggestion</h1>
57
                                <h2>Enter a new purchase suggestion</h2>
56
58
57
                                <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.</p>
59
                                <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.</p>
58
                                <p>Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide any additional information.</p>
60
                                <p>Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide any additional information.</p>
Lines 259-265 Link Here
259
                        [% END #  IF op_add %]
261
                        [% END #  IF op_add %]
260
262
261
                        [% IF ( op_else ) %]
263
                        [% IF ( op_else ) %]
262
                            <h1>
264
                            <h2>
263
                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
265
                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
264
                                    Purchase suggestions
266
                                    Purchase suggestions
265
                                [% ELSE %]
267
                                [% ELSE %]
Lines 269-275 Link Here
269
                                        Purchase suggestions
271
                                        Purchase suggestions
270
                                    [% END %]
272
                                    [% END %]
271
                                [% END %]
273
                                [% END %]
272
                            </h1>
274
                            </h2>
273
                            [% FOR m IN messages %]
275
                            [% FOR m IN messages %]
274
                                <div class="alert alert-[% m.type | html %]">
276
                                <div class="alert alert-[% m.type | html %]">
275
                                    [% SWITCH m.code %]
277
                                    [% SWITCH m.code %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-1 / +1 lines)
Lines 58-63 Link Here
58
            [% END %]
58
            [% END %]
59
59
60
                    <div id="usertags" class="maincontent">
60
                    <div id="usertags" class="maincontent">
61
                        <h1>All Tags</h1>
61
                        [% IF ( ERRORS ) %]
62
                        [% IF ( ERRORS ) %]
62
                            [% FOREACH ERROR IN ERRORS %]
63
                            [% FOREACH ERROR IN ERRORS %]
63
                                <div class="alert alert-warning">
64
                                <div class="alert alert-warning">
Lines 80-86 Link Here
80
                                </div>
81
                                </div>
81
                            [% END %]
82
                            [% END %]
82
                        [% END # /IF ERRORS %]
83
                        [% END # /IF ERRORS %]
83
                        <h1>All Tags</h1>
84
84
85
                        <form method="get" action="opac-tags.pl" class="form-inline">
85
                        <form method="get" action="opac-tags.pl" class="form-inline">
86
                            <fieldset>
86
                            <fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
                [% END %]
33
                [% END %]
34
34
35
                    <div id="subjectcloud" class="maincontent">
35
                    <div id="subjectcloud" class="maincontent">
36
                        <h2>Subject cloud</h2>
36
                        <h1>Subject cloud</h1>
37
                            [% IF Koha.Preference( 'OpacCloud' ) == 1 %]
37
                            [% IF Koha.Preference( 'OpacCloud' ) == 1 %]
38
                                [% IF ( LOOP ) %]
38
                                [% IF ( LOOP ) %]
39
                                    <p>This &quot;cloud&quot; shows the most used topics in our catalog. Click on any subject below to see the items in our collection.</p>
39
                                    <p>This &quot;cloud&quot; shows the most used topics in our catalog. Click on any subject below to see the items in our collection.</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (+2 lines)
Lines 62-67 Link Here
62
                <div class="col-10 order-first order-md-first order-lg-2">
62
                <div class="col-10 order-first order-md-first order-lg-2">
63
                    <div id="topissues" class="maincontent">
63
                    <div id="topissues" class="maincontent">
64
64
65
                        <h1>Top issues</h1>
66
65
                        [% IF ( results ) %]
67
                        [% IF ( results ) %]
66
                            <table id="topissuest" class="table table-bordered table-striped">
68
                            <table id="topissuest" class="table table-bordered table-striped">
67
                                <caption>
69
                                <caption>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-4 / +5 lines)
Lines 50-61 Link Here
50
            <div class="col-md-12 col-lg-10 order-1 order-lg-2">
50
            <div class="col-md-12 col-lg-10 order-1 order-lg-2">
51
                <div id="userdetails" class="maincontent">
51
                <div id="userdetails" class="maincontent">
52
52
53
                    [% INCLUDE 'opac-note.inc' %]
53
                    <h1>Your summary</h1>
54
54
55
                    <h2>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
55
                    [% INCLUDE 'opac-note.inc' %]
56
                    </h2>
57
56
58
                    <p><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>
57
                    <p>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
58
                    <br />
59
                    <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>
59
60
60
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h3>Thank you!</h3><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
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h3>Thank you!</h3><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
62
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-3 / +3 lines)
Lines 36-53 Link Here
36
                    is not behaving as expected, you may want to refer to this guide to get
36
                    is not behaving as expected, you may want to refer to this guide to get
37
                    yourself started.</p>
37
                    yourself started.</p>
38
38
39
                    <h3>Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h3>
39
                    <h2>Step one: Enter your user id[% IF ( SelfCheckoutByLogin ) %] and password[% END %]</h2>
40
40
41
                    <p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the
41
                    <p>Enter your User ID[% IF ( SelfCheckoutByLogin ) %] and password[% END %], and click the
42
                    submit button (or press the enter key).</p>
42
                    submit button (or press the enter key).</p>
43
43
44
                    <h3>Step two: Scan the barcode for each item, one at a time</h3>
44
                    <h2>Step two: Scan the barcode for each item, one at a time</h2>
45
45
46
                    <p>Scan each item and wait for the page to reload before scanning the next item.
46
                    <p>Scan each item and wait for the page to reload before scanning the next item.
47
                    The checked-out item should appear in your checkouts list.
47
                    The checked-out item should appear in your checkouts list.
48
                    The Submit button only needs to be clicked if you enter the barcode manually.</p>
48
                    The Submit button only needs to be clicked if you enter the barcode manually.</p>
49
49
50
                    <h3>Step three: Click the 'Finish' button</h3>
50
                    <h2>Step three: Click the 'Finish' button</h2>
51
51
52
                    <p>If you do not click the 'Finish' button, your session will automatically expire in
52
                    <p>If you do not click the 'Finish' button, your session will automatically expire in
53
                    [% SelfCheckTimeout | html %] seconds.</p>
53
                    [% SelfCheckTimeout | html %] seconds.</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +2 lines)
Lines 129-135 Link Here
129
129
130
            <!--Bug 13381 -->
130
            <!--Bug 13381 -->
131
            <xsl:if test="marc:datafield[@tag=245]">
131
            <xsl:if test="marc:datafield[@tag=245]">
132
                <h2 class="title" property="name">
132
                <h1 class="title" property="name">
133
                    <xsl:for-each select="marc:datafield[@tag=245]">
133
                    <xsl:for-each select="marc:datafield[@tag=245]">
134
                        <xsl:call-template name="subfieldSelect">
134
                        <xsl:call-template name="subfieldSelect">
135
                            <xsl:with-param name="codes">a</xsl:with-param>
135
                            <xsl:with-param name="codes">a</xsl:with-param>
Lines 154-160 Link Here
154
                            </xsl:choose>
154
                            </xsl:choose>
155
                        </xsl:for-each>
155
                        </xsl:for-each>
156
                    </xsl:for-each>
156
                    </xsl:for-each>
157
                </h2>
157
                </h1>
158
            </xsl:if>
158
            </xsl:if>
159
159
160
160
161
- 

Return to bug 27610