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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt (+1 lines)
Lines 5-10 Link Here
5
    <h2>Clubs currently enrolled in</h2>
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
        <caption class="sr-only">Clubs</caption>
8
        <thead>
9
        <thead>
9
            <tr>
10
            <tr>
10
                <th>Name</th>
11
                <th>Name</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt (+1 lines)
Lines 7-12 Link Here
7
7
8
<div class="container">
8
<div class="container">
9
    <form id="patron-enrollment-form">
9
    <form id="patron-enrollment-form">
10
        <legend class="sr-only">Enrollment</legend>
10
        <input type="hidden" name="id" value="[% club.id | html %]" />
11
        <input type="hidden" name="id" value="[% club.id | html %]" />
11
        <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
12
        <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
12
        <fieldset class="rows">
13
        <fieldset class="rows">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt (+1 lines)
Lines 40-45 Link Here
40
40
41
                            <div id="labeledmarc">
41
                            <div id="labeledmarc">
42
                                <table id="marc" class="table table-bordered table-striped">
42
                                <table id="marc" class="table table-bordered table-striped">
43
                                    <caption class="sr-only">MARC details</caption>
43
                                    [% FOREACH tab0X IN tab0XX %]
44
                                    [% FOREACH tab0X IN tab0XX %]
44
                                    <tr><th colspan="2">[% tab0X.tag | html %]</th></tr>
45
                                    <tr><th colspan="2">[% tab0X.tag | html %]</th></tr>
45
                                    [% FOREACH subfiel IN tab0X.subfield %]
46
                                    [% FOREACH subfiel IN tab0X.subfield %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (+1 lines)
Lines 89-94 Link Here
89
                        [% IF ( total ) %]
89
                        [% IF ( total ) %]
90
                            <div class="searchresults">
90
                            <div class="searchresults">
91
                                <table class="table table-bordered table-striped">
91
                                <table class="table table-bordered table-striped">
92
                                    <caption class="sr-only">Authority search results</caption>
92
                                    <thead>
93
                                    <thead>
93
                                        <tr>
94
                                        <tr>
94
                                            <th colspan="2">Authorized headings</th>
95
                                            <th colspan="2">Authorized headings</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (+1 lines)
Lines 257-262 Link Here
257
257
258
                            <form action="/cgi-bin/koha/opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form">
258
                            <form action="/cgi-bin/koha/opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form">
259
                                <table id="itemst" class="table table-bordered table-striped">
259
                                <table id="itemst" class="table table-bordered table-striped">
260
                                    <caption class="sr-only">Items in your cart</caption>
260
                                    <thead>
261
                                    <thead>
261
                                        <tr>
262
                                        <tr>
262
                                            <th class="noprint">&nbsp;</th>
263
                                            <th class="noprint">&nbsp;</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browse.tt (+1 lines)
Lines 41-46 Link Here
41
                    <h1>Browse search</h1>
41
                    <h1>Browse search</h1>
42
42
43
                    <form>
43
                    <form>
44
                        <legend class="sr-only">Browse search</legend>
44
                        <div class="form-row">
45
                        <div class="form-row">
45
                            <div class="col">
46
                            <div class="col">
46
                                <label for="browse-searchterm">Search for:</label>
47
                                <label for="browse-searchterm">Search for:</label>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (+1 lines)
Lines 50-55 Link Here
50
                                        [% END %]
50
                                        [% END %]
51
                                        <li style="list-style-type: none;">
51
                                        <li style="list-style-type: none;">
52
                                            <table class="table table-bordered table-striped">
52
                                            <table class="table table-bordered table-striped">
53
                                                <caption class="sr-only">Items in catalog</caption>
53
                                                <tr>
54
                                                <tr>
54
                                                    [% FOREACH LEVEL_LOO IN LEVEL_LOOP %]
55
                                                    [% FOREACH LEVEL_LOO IN LEVEL_LOOP %]
55
                                                        <td>
56
                                                        <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (+1 lines)
Lines 59-64 Link Here
59
59
60
                    [% IF ( course_reserves ) %]
60
                    [% IF ( course_reserves ) %]
61
                        <table id="course-items-table" class="table table-bordered table-striped table-condensed">
61
                        <table id="course-items-table" class="table table-bordered table-striped table-condensed">
62
                        <caption class="sr-only">Courses</caption>
62
                            <thead>
63
                            <thead>
63
                                <tr>
64
                                <tr>
64
                                    <th class="anti-the">Title</th>
65
                                    <th class="anti-the">Title</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (+1 lines)
Lines 34-39 Link Here
34
                    <h1>Courses</h1>
34
                    <h1>Courses</h1>
35
35
36
                    <table id="course_reserves_table" class="table table-bordered table-striped table-condensed">
36
                    <table id="course_reserves_table" class="table table-bordered table-striped table-condensed">
37
                        <caption class="sr-only">Courses</caption>
37
                        <thead>
38
                        <thead>
38
                            <tr>
39
                            <tr>
39
                                <th>Name</th>
40
                                <th>Name</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (+6 lines)
Lines 365-370 Link Here
365
                    [% IF ( TagsInputEnabled ) %]
365
                    [% IF ( TagsInputEnabled ) %]
366
                        [% IF ( loggedinusername ) %]
366
                        [% IF ( loggedinusername ) %]
367
                            <form id="tagform[% biblio.biblionumber | html %]" method="post" action="/cgi-bin/koha/opac-tags.pl" style="display:none;">
367
                            <form id="tagform[% biblio.biblionumber | html %]" method="post" action="/cgi-bin/koha/opac-tags.pl" style="display:none;">
368
                                <legend class="sr-only">Tags</legend>
368
                                <div class="form-row">
369
                                <div class="form-row">
369
                                    <div class="col-3">
370
                                    <div class="col-3">
370
                                        <label for="newtag[% biblio.biblionumber | html %]">New tag(s), separated by a comma:</label>
371
                                        <label for="newtag[% biblio.biblionumber | html %]">New tag(s), separated by a comma:</label>
Lines 426-431 Link Here
426
427
427
                    [% IF ( OpacStarRatings != 'disable' ) %]
428
                    [% IF ( OpacStarRatings != 'disable' ) %]
428
                        <form method="post" action="/cgi-bin/koha/opac-ratings.pl">
429
                        <form method="post" action="/cgi-bin/koha/opac-ratings.pl">
430
                            <legend class="sr-only">Star ratings</legend>
429
                            <div class="results_summary ratings">
431
                            <div class="results_summary ratings">
430
432
431
                                [% SET rating_avg = ratings.get_avg_rating() %]
433
                                [% SET rating_avg = ratings.get_avg_rating() %]
Lines 594-599 Link Here
594
                    [% IF ( serialcollection ) %]
596
                    [% IF ( serialcollection ) %]
595
                        <div id="serialcollection">
597
                        <div id="serialcollection">
596
                            <table id="serialcollectiont" class="table table-bordered table-striped">
598
                            <table id="serialcollectiont" class="table table-bordered table-striped">
599
                                <caption class="sr-only">Serial collections</caption>
597
                                <thead>
600
                                <thead>
598
                                    <tr>
601
                                    <tr>
599
                                        <th id="serial_library">Library</th>
602
                                        <th id="serial_library">Library</th>
Lines 820-825 Link Here
820
                                [% IF ( subscription.latestserials ) %]
823
                                [% IF ( subscription.latestserials ) %]
821
                                    <p class="subscription_latestissues"> The [% subscription.opacdisplaycount | html %] latest issues for this subscription:</p>
824
                                    <p class="subscription_latestissues"> The [% subscription.opacdisplaycount | html %] latest issues for this subscription:</p>
822
                                    <table class="table table-bordered table-striped" id="subscriptionst">
825
                                    <table class="table table-bordered table-striped" id="subscriptionst">
826
                                        <caption class="sr-only">Latest serials</caption>
823
                                        <thead>
827
                                        <thead>
824
                                            <tr>
828
                                            <tr>
825
                                                <th id="serial_serialseq" data-colname="serial_serialseq">Issue #</th>
829
                                                <th id="serial_serialseq" data-colname="serial_serialseq">Issue #</th>
Lines 960-965 Link Here
960
                            <div id="editions">
964
                            <div id="editions">
961
                                <h2>Other editions of this work</h2>
965
                                <h2>Other editions of this work</h2>
962
                                <table class="table table-bordered table-striped">
966
                                <table class="table table-bordered table-striped">
967
                                    <caption class="sr-only">Other editions</caption>
963
                                    [% FOREACH XISBN IN XISBNS %]
968
                                    [% FOREACH XISBN IN XISBNS %]
964
                                        <tr>
969
                                        <tr>
965
                                            <td>
970
                                            <td>
Lines 1211-1216 Link Here
1211
1216
1212
[% BLOCK items_table %]
1217
[% BLOCK items_table %]
1213
    <table class="table table-bordered table-striped" id="[% table_id | html %]">
1218
    <table class="table table-bordered table-striped" id="[% table_id | html %]">
1219
        <caption class="sr-only">Holdings</caption>
1214
        <thead>
1220
        <thead>
1215
            <tr>
1221
            <tr>
1216
1222
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt (+2 lines)
Lines 58-63 Link Here
58
                                <form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl">
58
                                <form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl">
59
                                    <fieldset>
59
                                    <fieldset>
60
                                        <select name="format" id="dlformat" required="required">
60
                                        <select name="format" id="dlformat" required="required">
61
                                            <legend>Choose format</legend>
61
                                            <option value="">-- Choose format --</option>
62
                                            <option value="">-- Choose format --</option>
62
                                            <option value="ris">RIS (Zotero, EndNote, others)</option>
63
                                            <option value="ris">RIS (Zotero, EndNote, others)</option>
63
                                            <option value="bibtex">BibTeX</option>
64
                                            <option value="bibtex">BibTeX</option>
Lines 71-76 Link Here
71
                                    </fieldset>
72
                                    </fieldset>
72
73
73
                                    <fieldset class="action">
74
                                    <fieldset class="action">
75
                                        <legend class="sr-only">Choose action</legend>
74
                                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
76
                                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
75
                                        <input type="submit" name="save" class="btn btn-primary" value="Go" />
77
                                        <input type="submit" name="save" class="btn btn-primary" value="Go" />
76
                                        <a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelf.shelfnumber | uri %]" class="cancel close" data-dismiss="modal">Cancel</a>
78
                                        <a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelf.shelfnumber | uri %]" class="cancel close" data-dismiss="modal">Cancel</a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-1 / +2 lines)
Lines 75-81 Link Here
75
                    <div id="searchfacetscontainer">
75
                    <div id="searchfacetscontainer">
76
                        <div id="search-facets">
76
                        <div id="search-facets">
77
                            <form action="/cgi-bin/koha/opac-serial-issues.pl" id="filterform">
77
                            <form action="/cgi-bin/koha/opac-serial-issues.pl" id="filterform">
78
                            <h2><a href="#" class="menu-collapse-toggle">Refine your search</a></h2>
78
                                <legend><h2><a href="#" class="menu-collapse-toggle">Refine your search</a></h2></legend>
79
                            <ul class="menu-collapse">
79
                            <ul class="menu-collapse">
80
                                <li>
80
                                <li>
81
                                    <label for="libraryfilter">Library: </label>
81
                                    <label for="libraryfilter">Library: </label>
Lines 121-126 Link Here
121
                                <div class="yeardata tabsub" id="show[% year.year | html %]" style="display:none">
121
                                <div class="yeardata tabsub" id="show[% year.year | html %]" style="display:none">
122
                            [% END %]
122
                            [% END %]
123
                                <table class="subscriptionstclass table table-bordered table-striped">
123
                                <table class="subscriptionstclass table table-bordered table-striped">
124
                                    <caption class="sr-only">Subscriptions</caption>
124
                                    <thead>
125
                                    <thead>
125
                                        <tr>
126
                                        <tr>
126
                                            <th>Date</th>
127
                                            <th>Date</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (+1 lines)
Lines 84-89 Link Here
84
                                    [% END %]
84
                                    [% END %]
85
                                </div>
85
                                </div>
86
                                <table id="table_holdshistory" class="table table-bordered table-striped">
86
                                <table id="table_holdshistory" class="table table-bordered table-striped">
87
                                    <caption class="sr-only">Holds history</caption>
87
                                    <thead>
88
                                    <thead>
88
                                        <tr>
89
                                        <tr>
89
                                        <th class="anti-the">Title</th>
90
                                        <th class="anti-the">Title</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (+1 lines)
Lines 26-31 Link Here
26
        <h1 class="role" title="Click to expand this role">[% role.role_name | html %] ([% role.count | html %])</h1>
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
                <caption class="sr-only">[% role.role_name | html %]</caption>
29
              <thead>
30
              <thead>
30
                <tr>
31
                <tr>
31
                  <th>Citation</th>
32
                  <th>Citation</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-1 / +3 lines)
Lines 87-92 Link Here
87
                                [% INCLUDE messages %]
87
                                [% INCLUDE messages %]
88
                                [% IF backends %]
88
                                [% IF backends %]
89
                                    <form method="post" id="illrequestcreate-form" novalidate="novalidate">
89
                                    <form method="post" id="illrequestcreate-form" novalidate="novalidate">
90
                                        <legend class="sr-only">Backends</legend>
90
                                        <fieldset class="rows">
91
                                        <fieldset class="rows">
91
                                            <label for="backend">Provider:</label>
92
                                            <label for="backend">Provider:</label>
92
                                            <select name="backend">
93
                                            <select name="backend">
Lines 126-131 Link Here
126
                            </div>
127
                            </div>
127
128
128
                            <table id="illrequestlist" class="table table-bordered table-striped">
129
                            <table id="illrequestlist" class="table table-bordered table-striped">
130
                                <caption class="sr-only">Requests</caption>
129
                                <thead>
131
                                <thead>
130
                                    <tr>
132
                                    <tr>
131
                                        <th>Request ID</th>
133
                                        <th>Request ID</th>
Lines 242-249 Link Here
242
                        [% ELSIF method == 'availability' %]
244
                        [% ELSIF method == 'availability' %]
243
                            <h1>Interlibrary loan item availability</h1>
245
                            <h1>Interlibrary loan item availability</h1>
244
                            <div id="results">
246
                            <div id="results">
245
                                <h2>Displaying availability results</h2>
246
                                <form method="POST" action="/cgi-bin/koha/opac-illrequests.pl">
247
                                <form method="POST" action="/cgi-bin/koha/opac-illrequests.pl">
248
                                    <legend><h2>Displaying availability results</h2></legend>
247
                                    [% FOREACH key IN whole.keys %]
249
                                    [% FOREACH key IN whole.keys %]
248
                                        [% value = whole.$key %]
250
                                        [% value = whole.$key %]
249
                                        [% IF key != 'custom_key' && key != 'custom_value' %]
251
                                        [% IF key != 'custom_key' && key != 'custom_value' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt (+1 lines)
Lines 38-43 Link Here
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 %]
40
                            <form id="issue-note" action="/cgi-bin/koha/opac-issue-note.pl" method="post">
40
                            <form id="issue-note" action="/cgi-bin/koha/opac-issue-note.pl" method="post">
41
                                <legend class="sr-only">Edit issue note</legend>
41
                                <fieldset>
42
                                <fieldset>
42
                                    <label for="note" class="required">Note:</label>
43
                                    <label for="note" class="required">Note:</label>
43
                                    <input type="text" name="note" value="[% note | html %]">
44
                                    <input type="text" name="note" value="[% note | html %]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (+1 lines)
Lines 71-76 Link Here
71
        [% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
71
        [% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
72
            [% UNLESS news_item %]
72
            [% UNLESS news_item %]
73
                <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">
74
                    <legend class="sr-only">News</legend>
74
                    <label for="news-branch">Display news for: </label>
75
                    <label for="news-branch">Display news for: </label>
75
                    <select id="news-branch" name="branch">
76
                    <select id="news-branch" name="branch">
76
                        [% IF ( branchcode == "" ) %]
77
                        [% IF ( branchcode == "" ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (+1 lines)
Lines 42-47 Link Here
42
                            <input type="hidden" name="modify" value="yes" />
42
                            <input type="hidden" name="modify" value="yes" />
43
43
44
                                <table class="table table-bordered table-condensed table-striped">
44
                                <table class="table table-bordered table-condensed table-striped">
45
                                    <caption class="sr-only">Your messaging settings</caption>
45
                                    <thead>
46
                                    <thead>
46
                                        <tr>
47
                                        <tr>
47
                                            <th>&nbsp;</th>
48
                                            <th>&nbsp;</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (+1 lines)
Lines 62-67 Link Here
62
                    [% IF logged_in_user.category.effective_change_password %]
62
                    [% IF logged_in_user.category.effective_change_password %]
63
                        [% IF ( Ask_data ) %]
63
                        [% IF ( Ask_data ) %]
64
                            <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post" autocomplete="off">
64
                            <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post" autocomplete="off">
65
                                <legend class="sr-only">Change your password</legend>
65
                                <fieldset>
66
                                <fieldset>
66
                                    [% IF ( logged_in_user.category.effective_require_strong_password ) %]
67
                                    [% IF ( logged_in_user.category.effective_require_strong_password ) %]
67
                                        <div class="alert alert-info">Your password must contain at least [% logged_in_user.category.effective_min_password_length | html %] characters, including UPPERCASE, lowercase and numbers.</div>
68
                                        <div class="alert alert-info">Your password must contain at least [% logged_in_user.category.effective_min_password_length | html %] characters, including UPPERCASE, lowercase and numbers.</div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt (+2 lines)
Lines 117-122 Link Here
117
                        <div class="alert alert-info">You can't reset your password.</div>
117
                        <div class="alert alert-info">You can't reset your password.</div>
118
                    [% ELSIF (password_recovery) %]
118
                    [% ELSIF (password_recovery) %]
119
                        <form action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off">
119
                        <form action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off">
120
                            <legend class="sr-only">Password recovery</legend>
120
                            <input type="hidden" name="koha_login_context" value="opac" />
121
                            <input type="hidden" name="koha_login_context" value="opac" />
121
                            <p>To reset your password, enter your login or your email address.</p>
122
                            <p>To reset your password, enter your login or your email address.</p>
122
                            <fieldset class="brief">
123
                            <fieldset class="brief">
Lines 138-143 Link Here
138
                    [% ELSIF (new_password) %]
139
                    [% ELSIF (new_password) %]
139
                        [% UNLESS ( errLinkNotValid ) %]
140
                        [% UNLESS ( errLinkNotValid ) %]
140
                            <form id="mainform" name="mainform" action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off">
141
                            <form id="mainform" name="mainform" action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off">
142
                                <legend class="sr-only">Password not valid</legend>
141
                                <input type="hidden" name="koha_login_context" value="opac" />
143
                                <input type="hidden" name="koha_login_context" value="opac" />
142
                                <fieldset class="brief">
144
                                <fieldset class="brief">
143
                                    [% IF ( RequireStrongPassword ) %]
145
                                    [% IF ( RequireStrongPassword ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt (-1 / +1 lines)
Lines 44-50 Link Here
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') %]
47
                            <h2 id="GDPR_consents">GDPR consents</h2>
47
                        <legend><h2 id="GDPR_consents">GDPR consents</h2></legend>
48
                            <input type="hidden" name="op" value="gdpr_proc_save"/>
48
                            <input type="hidden" name="op" value="gdpr_proc_save"/>
49
                            <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"/>
49
                            <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"/>
50
                            <fieldset>
50
                            <fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt (+2 lines)
Lines 57-62 Link Here
57
                        <p id="note1">Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.</p>
57
                        <p id="note1">Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.</p>
58
                        <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>
58
                        <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p>
59
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form">
59
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form">
60
                            <legend class="sr-only">Privacy rule</legend>
60
                            <input type="hidden" name="op" value="update_privacy" />
61
                            <input type="hidden" name="op" value="update_privacy" />
61
                            <fieldset>
62
                            <fieldset>
62
                                <label for="privacy">Please choose your privacy rule:</label>
63
                                <label for="privacy">Please choose your privacy rule:</label>
Lines 137-142 Link Here
137
                        <h2>Immediate deletion</h2>
138
                        <h2>Immediate deletion</h2>
138
139
139
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-form">
140
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-form">
141
                            <legend class="sr-only">Immediate deletion</legend>
140
                            <input type="hidden" name="op" value="delete_record" />
142
                            <input type="hidden" name="op" value="delete_record" />
141
                            <p>Whatever your privacy rule you choose, you can delete all your checkout history immediately by clicking here. <strong>BE CAREFUL</strong>. Once you've confirmed the deletion, no one can retrieve the list!</p>
143
                            <p>Whatever your privacy rule you choose, you can delete all your checkout history immediately by clicking here. <strong>BE CAREFUL</strong>. Once you've confirmed the deletion, no one can retrieve the list!</p>
142
                            <fieldset class="action">
144
                            <fieldset class="action">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (+1 lines)
Lines 84-89 Link Here
84
                            [% END %]
84
                            [% END %]
85
                                <div id="tabs-container" style="overflow:hidden">
85
                                <div id="tabs-container" style="overflow:hidden">
86
                                    <table id="readingrec" class="table table-bordered table-striped">
86
                                    <table id="readingrec" class="table table-bordered table-striped">
87
                                        <caption class="sr-only">Checkout history</caption>
87
                                        <thead>
88
                                        <thead>
88
                                            <tr>
89
                                            <tr>
89
                                                <th style="display:none;" class="noExport">Type</th>
90
                                                <th style="display:none;" class="noExport">Type</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reportproblem.tt (+1 lines)
Lines 52-57 Link Here
52
52
53
                    <div id="reportproblem" class="maincontent toptabs">
53
                    <div id="reportproblem" class="maincontent toptabs">
54
                        <form name="reportlibform" action="/cgi-bin/koha/opac-reportproblem.pl" method="post">
54
                        <form name="reportlibform" action="/cgi-bin/koha/opac-reportproblem.pl" method="post">
55
                            <legend class="sr-only">Report a problem</legend>
55
                            <input type="hidden" name="op" value="addreport" />
56
                            <input type="hidden" name="op" value="addreport" />
56
                            <fieldset class="rows">
57
                            <fieldset class="rows">
57
                                <ol>
58
                                <ol>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt (+1 lines)
Lines 39-44 Link Here
39
                    <h1>Place article request for [% biblio.title | html %]</h1>
39
                    <h1>Place article request for [% biblio.title | html %]</h1>
40
40
41
                    <form id="place-article-request" method="post" action="/cgi-bin/koha/opac-request-article.pl">
41
                    <form id="place-article-request" method="post" action="/cgi-bin/koha/opac-request-article.pl">
42
                        <legend class="sr-only">Place article request</legend>
42
                        <input type="hidden" name="action" value="create" />
43
                        <input type="hidden" name="action" value="create" />
43
                        <input type="hidden" name="biblionumber" id="biblionumber" value="[% biblio.biblionumber | html %]" />
44
                        <input type="hidden" name="biblionumber" id="biblionumber" value="[% biblio.biblionumber | html %]" />
44
45
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-3 / +4 lines)
Lines 157-165 Link Here
157
                    </div>
157
                    </div>
158
                [% END %]
158
                [% END %]
159
159
160
                <form action="/cgi-bin/koha/opac-reserve.pl" method="post" id="hold-request-form">
160
            <form action="/cgi-bin/koha/opac-reserve.pl" method="post" id="hold-request-form">
161
                    <input type="hidden" name="place_reserve" value="1"/>
161
                <legend class="sr-only">Hold requests</legend>
162
                    <!-- These values are set dynamically by js -->
162
                <input type="hidden" name="place_reserve" value="1"/>
163
                <!-- These values are set dynamically by js -->
163
                    <input type="hidden" name="biblionumbers" id="biblionumbers"/>
164
                    <input type="hidden" name="biblionumbers" id="biblionumbers"/>
164
                    <input type="hidden" name="selecteditems" id="selections"/>
165
                    <input type="hidden" name="selecteditems" id="selections"/>
165
                    <div id="bigloop">
166
                    <div id="bigloop">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (+3 lines)
Lines 164-169 Link Here
164
164
165
                        <div class="searchresults">
165
                        <div class="searchresults">
166
                            <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form">
166
                            <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form">
167
                                <legend class="sr-only">Sort</legend>
167
                                [% IF ( searchdesc ) %]
168
                                [% IF ( searchdesc ) %]
168
                                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
169
                                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
169
                                        <input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/>
170
                                        <input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/>
Lines 301-306 Link Here
301
302
302
                                <!-- TABLE RESULTS START -->
303
                                <!-- TABLE RESULTS START -->
303
                                <table class="table table-striped">
304
                                <table class="table table-striped">
305
                                    <caption class="sr-only">Results</caption>
304
306
305
                                    <!-- Actual Search Results -->
307
                                    <!-- Actual Search Results -->
306
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
308
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
Lines 647-652 Link Here
647
                            </form> <!-- / #bookbag_form -->
649
                            </form> <!-- / #bookbag_form -->
648
650
649
                            <form id="hold_form" name="hold_form" method="get" action="/cgi-bin/koha/opac-reserve.pl">
651
                            <form id="hold_form" name="hold_form" method="get" action="/cgi-bin/koha/opac-reserve.pl">
652
                                <legend class="sr-only">Pages</legend>
650
                                <!-- The value will be set by holdBiblioNums() in basket.js -->
653
                                <!-- The value will be set by holdBiblioNums() in basket.js -->
651
                                <input id="hold_form_biblios" type="hidden" name="biblionumbers" value=""/>
654
                                <input id="hold_form_biblios" type="hidden" name="biblionumbers" value=""/>
652
                            </form>
655
                            </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt (+1 lines)
Lines 43-48 Link Here
43
                        <h2>Comments on <em>[% INCLUDE 'biblio-title.inc' %]</em></h2>
43
                        <h2>Comments on <em>[% INCLUDE 'biblio-title.inc' %]</em></h2>
44
                        [% IF ( biblio.author ) %]<h3>[% biblio.author | html %]</h3>[% END %]
44
                        [% IF ( biblio.author ) %]<h3>[% biblio.author | html %]</h3>[% END %]
45
                        <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">
46
                            <legend class="sr-only">Comments</legend>
46
                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
47
                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
47
                            [% IF ( reviewid ) %]<input type="hidden" name="reviewid" value="[% reviewid | html %]" />[% END %]
48
                            [% IF ( reviewid ) %]<input type="hidden" name="reviewid" value="[% reviewid | html %]" />[% END %]
48
                            <fieldset>
49
                            <fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt (+1 lines)
Lines 45-50 Link Here
45
                        <p id="routing-list-intro">You are subscribed to the routing lists for following serial titles. If you wish to make changes, please contact the library.</p>
45
                        <p id="routing-list-intro">You are subscribed to the routing lists for following serial titles. If you wish to make changes, please contact the library.</p>
46
46
47
                        <table class="table table-bordered table-striped" id="routingtable">
47
                        <table class="table table-bordered table-striped" id="routingtable">
48
                            <caption class="sr-only">Routing lists</caption>
48
                            <thead>
49
                            <thead>
49
                                <tr>
50
                                <tr>
50
                                    <th>Subscription title</th>
51
                                    <th>Subscription title</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (+8 lines)
Lines 58-67 Link Here
58
                                [% IF ( current_biblio_searches ) %]
58
                                [% IF ( current_biblio_searches ) %]
59
                                    <h2>Current session</h2>
59
                                    <h2>Current session</h2>
60
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
60
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
61
                                        <legend class="sr-only">Toolbar control</legend>
61
62
62
                                        [% INCLUDE 'toolbar_controls' %]
63
                                        [% INCLUDE 'toolbar_controls' %]
63
                                        <input type="hidden" name="action" value="delete" />
64
                                        <input type="hidden" name="action" value="delete" />
64
                                        <table class="historyt table table-bordered table-striped">
65
                                        <table class="historyt table table-bordered table-striped">
66
                                            <caption class="sr-only">Current session</caption>
65
                                            <thead>
67
                                            <thead>
66
                                                <tr>
68
                                                <tr>
67
                                                    <th></th>
69
                                                    <th></th>
Lines 101-110 Link Here
101
                                [% IF ( previous_biblio_searches ) %]
103
                                [% IF ( previous_biblio_searches ) %]
102
                                    <h2>Previous sessions</h2>
104
                                    <h2>Previous sessions</h2>
103
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
105
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
106
                                        <legend class="sr-only">Toolbar control</legend>
104
                                        [% INCLUDE 'toolbar_controls' %]
107
                                        [% INCLUDE 'toolbar_controls' %]
105
108
106
                                        <input type="hidden" name="action" value="delete" />
109
                                        <input type="hidden" name="action" value="delete" />
107
                                        <table class="historyt table table-bordered table-striped">
110
                                        <table class="historyt table table-bordered table-striped">
111
                                            <caption class="sr-only">Previous sessions</caption>
108
                                            <thead>
112
                                            <thead>
109
                                                <tr>
113
                                                <tr>
110
                                                    <th></th>
114
                                                    <th></th>
Lines 152-160 Link Here
152
                                [% IF ( current_authority_searches ) %]
156
                                [% IF ( current_authority_searches ) %]
153
                                    <h2>Current session</h2>
157
                                    <h2>Current session</h2>
154
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
158
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
159
                                        <legend class="sr-only">Toolbar control</legend>
155
                                        [% INCLUDE 'toolbar_controls' %]
160
                                        [% INCLUDE 'toolbar_controls' %]
156
                                        <input type="hidden" name="action" value="delete" />
161
                                        <input type="hidden" name="action" value="delete" />
157
                                        <table class="historyt table table-bordered table-striped">
162
                                        <table class="historyt table table-bordered table-striped">
163
                                            <caption class="sr-only">Current session</caption>
158
                                            <thead>
164
                                            <thead>
159
                                                <tr>
165
                                                <tr>
160
                                                    <th></th>
166
                                                    <th></th>
Lines 187-195 Link Here
187
                                [% IF ( previous_authority_searches ) %]
193
                                [% IF ( previous_authority_searches ) %]
188
                                    <h2>Previous sessions</h2>
194
                                    <h2>Previous sessions</h2>
189
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
195
                                    <form action="/cgi-bin/koha/opac-search-history.pl" method="post">
196
                                        <legend class="sr-only">Toolbar control</legend>
190
                                        [% INCLUDE 'toolbar_controls' %]
197
                                        [% INCLUDE 'toolbar_controls' %]
191
                                        <input type="hidden" name="action" value="delete" />
198
                                        <input type="hidden" name="action" value="delete" />
192
                                        <table class="historyt table table-bordered table-striped">
199
                                        <table class="historyt table table-bordered table-striped">
200
                                            <caption class="sr-only">Previous sessions</caption>
193
                                            <thead>
201
                                            <thead>
194
                                                <tr>
202
                                                <tr>
195
                                                    <th></th>
203
                                                    <th></th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt (-1 / +1 lines)
Lines 27-34 Link Here
27
                            [% END %]
27
                            [% END %]
28
28
29
                        [% ELSE %]
29
                        [% ELSE %]
30
                            <h1>Sending your cart</h1>
31
                            <form action="/cgi-bin/koha/opac-sendbasket.pl" method="post" id="sendbasketform">
30
                            <form action="/cgi-bin/koha/opac-sendbasket.pl" method="post" id="sendbasketform">
31
                                <legend><h1>Sending your cart</h1></legend>
32
                                <fieldset>
32
                                <fieldset>
33
                                    <label for="email_add">Email address:</label>
33
                                    <label for="email_add">Email address:</label>
34
                                    <input type="text" id="email_add" name="email_add" size="43" class="focus" />
34
                                    <input type="text" id="email_add" name="email_add" size="43" class="focus" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt (-1 / +1 lines)
Lines 30-37 Link Here
30
                                </div>
30
                                </div>
31
                                <p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelfid | html %]">Back to lists</a></p>
31
                                <p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelfid | html %]">Back to lists</a></p>
32
                            [% ELSE %]
32
                            [% ELSE %]
33
                                <h1>Sending your list</h1>
34
                                <form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform">
33
                                <form action="/cgi-bin/koha/opac-sendshelf.pl" method="post" id="sendshelfform">
34
                                    <legend><h1>Sending your list</h1></legend>
35
                                    <fieldset>
35
                                    <fieldset>
36
                                        <label for="email">Email address:</label>
36
                                        <label for="email">Email address:</label>
37
                                        <input type="text" id="email" name="email" size="43" class="focus" />
37
                                        <input type="text" id="email" name="email" size="43" class="focus" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
                        <form method="post" name="f">
53
                        <form method="post" name="f">
54
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
54
                            [% FOREACH subscription_LOO IN subscription_LOOP %]
55
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline">
55
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline">
56
                                    <h2>Subscription information for [% subscription_LOO.bibliotitle | html %]</h2>
56
                                    <caption><h2>Subscription information for [% subscription_LOO.bibliotitle | html %]</h2><caption>
57
                                    <p>
57
                                    <p>
58
                                        The current subscription began on [% subscription_LOO.startdate | html %] and is issued
58
                                        The current subscription began on [% subscription_LOO.startdate | html %] and is issued
59
                                        [% IF ( subscription_LOO.periodicity1 ) %]
59
                                        [% IF ( subscription_LOO.periodicity1 ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (+1 lines)
Lines 76-81 Link Here
76
                    [% ELSIF op=='invite' %]
76
                    [% ELSIF op=='invite' %]
77
                        <div id="invite">
77
                        <div id="invite">
78
                            <form id="share_list">
78
                            <form id="share_list">
79
                                <legend class="sr-only">Share list</legend>
79
                                <fieldset class="rows">
80
                                <fieldset class="rows">
80
                                    <input type="hidden" name="op" value="conf_invite"/>
81
                                    <input type="hidden" name="op" value="conf_invite"/>
81
                                    <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]"/>
82
                                    <input type="hidden" name="shelfnumber" value="[% shelfnumber | html %]"/>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (+5 lines)
Lines 735-740 Link Here
735
735
736
                            [% IF shelves.count %]
736
                            [% IF shelves.count %]
737
                                <table class="table">
737
                                <table class="table">
738
                                    [% IF category == PRIVATE %]
739
                                    <caption class="sr-only">Your lists</caption>
740
                                    [% ELSIF category == PUBLIC %]
741
                                    <caption class="sr-only">Public lists</caption>
742
                                    [% END %]
738
                                    <thead>
743
                                    <thead>
739
                                        <tr>
744
                                        <tr>
740
                                            <th>List name</th>
745
                                            <th>List name</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (+1 lines)
Lines 37-42 Link Here
37
                   <div id="showreviews" class="searchresults maincontent">
37
                   <div id="showreviews" class="searchresults maincontent">
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>
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
                            <caption class="sr-only">Comments</caption>
40
                            [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
41
                            [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
41
                            [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
42
                            [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
42
                            [% FOREACH review IN reviews %]
43
                            [% FOREACH review IN reviews %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (+1 lines)
Lines 349-354 Link Here
349
                                    [% END %]
349
                                    [% END %]
350
350
351
                                    <table id="suggestt" class="table table-bordered table-striped">
351
                                    <table id="suggestt" class="table table-bordered table-striped">
352
                                        <caption class="sr-only">Your purchase suggestions<caption>
352
                                        <thead>
353
                                        <thead>
353
                                            <tr>
354
                                            <tr>
354
                                                [% IF ( loggedinusername ) %]<th>&nbsp;</th>[% END %]
355
                                                [% IF ( loggedinusername ) %]<th>&nbsp;</th>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-3 / +13 lines)
Lines 166-171 Link Here
166
166
167
                    [% IF Koha.Preference('AllowPatronToControlAutorenewal') %]
167
                    [% IF Koha.Preference('AllowPatronToControlAutorenewal') %]
168
                    <form id="autorenewal_option" action="/cgi-bin/koha/opac-user.pl" method="post">
168
                    <form id="autorenewal_option" action="/cgi-bin/koha/opac-user.pl" method="post">
169
                        <legend class="sr-only">Auto-renewal</legend>
169
                            <label for="yes-autorenew_checkouts">
170
                            <label for="yes-autorenew_checkouts">
170
                                Allow auto-renewal:
171
                                Allow auto-renewal:
171
                            </label>
172
                            </label>
Lines 231-236 Link Here
231
                        <div id="opac-user-checkouts">
232
                        <div id="opac-user-checkouts">
232
                            [% IF ( issues_count ) %]
233
                            [% IF ( issues_count ) %]
233
                                <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post">
234
                                <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post">
235
                                    <legend class="sr-only">Renew selected</legend>
234
                                    <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]">
236
                                    <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]">
235
                                    <input type="hidden" name="from" value="opac_user" />
237
                                    <input type="hidden" name="from" value="opac_user" />
236
                                    <table id="checkoutst" class="table table-bordered table-striped">
238
                                    <table id="checkoutst" class="table table-bordered table-striped">
Lines 456-461 Link Here
456
458
457
                                [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
459
                                [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
458
                                    <form id="renewall" class="js-hide" action="/cgi-bin/koha/opac-renew.pl" method="post">
460
                                    <form id="renewall" class="js-hide" action="/cgi-bin/koha/opac-renew.pl" method="post">
461
                                        <legend class="sr-only">Renew</legend>
459
                                        <input type="hidden" name="from" value="opac_user" />
462
                                        <input type="hidden" name="from" value="opac_user" />
460
                                        <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
463
                                        <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
461
                                        [% FOREACH ISSUE IN ISSUES %]
464
                                        [% FOREACH ISSUE IN ISSUES %]
Lines 468-473 Link Here
468
                                [% END %]
471
                                [% END %]
469
                            [% ELSE %]
472
                            [% ELSE %]
470
                                <table class="table table-bordered table-striped">
473
                                <table class="table table-bordered table-striped">
474
                                    <caption class="sr-only">Checked out</caption>
471
                                    <tr><td>You have nothing checked out</td></tr>
475
                                    <tr><td>You have nothing checked out</td></tr>
472
                                </table>
476
                                </table>
473
                            [% END # IF issues_count %]
477
                            [% END # IF issues_count %]
Lines 482-489 Link Here
482
                        [% IF ( OPACFinesTab ) %]
486
                        [% IF ( OPACFinesTab ) %]
483
                            <!-- FINES BOX -->
487
                            <!-- FINES BOX -->
484
                            [% IF ( amountoutstanding > 0 ) %]
488
                            [% IF ( amountoutstanding > 0 ) %]
485
                                <div id="opac-user-fines"> <h2>Charges</h2>
489
                                <div id="opac-user-fines">
486
                                    <table class="table table-bordered table-striped">
490
                                    <table class="table table-bordered table-striped">
491
                                        <caption>Charges</caption>
487
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
492
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
488
                                        <tbody>
493
                                        <tbody>
489
                                            <tr>
494
                                            <tr>
Lines 496-503 Link Here
496
                            [% END %]
501
                            [% END %]
497
502
498
                            [% IF ( amountoutstanding < 0 ) %]
503
                            [% IF ( amountoutstanding < 0 ) %]
499
                                <div id="opac-user-fines">  <h2>Credits</h2>
504
                                <div id="opac-user-fines">
500
                                    <table class="table table-bordered table-striped">
505
                                    <table class="table table-bordered table-striped">
506
                                        <caption>Credits</caption>
501
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
507
                                        <thead><tr><th colspan="2">Amount</th></tr></thead>
502
                                        <tbody>
508
                                        <tbody>
503
                                            <tr>
509
                                            <tr>
Lines 509-516 Link Here
509
                            [% END %]
515
                            [% END %]
510
516
511
                            [% IF relatives_with_fines %]
517
                            [% IF relatives_with_fines %]
512
                               <div id="opac-user-relative-fines"> <h2>Fines and charges</h2>
518
                               <div id="opac-user-relative-fines">
513
                                    <table class="table table-bordered table-striped">
519
                                    <table class="table table-bordered table-striped">
520
                                   <caption>Fines and charges</caption>
514
                                        <thead>
521
                                        <thead>
515
                                            <tr>
522
                                            <tr>
516
                                                <th colspan="2">Amount</th>
523
                                                <th colspan="2">Amount</th>
Lines 532-537 Link Here
532
                        [% IF relatives %]
539
                        [% IF relatives %]
533
                            <div id="opac-user-relative-issues">
540
                            <div id="opac-user-relative-issues">
534
                                <table id="opac-user-relative-issues-table" class="table table-bordered table-striped">
541
                                <table id="opac-user-relative-issues-table" class="table table-bordered table-striped">
542
                                    <caption class="sr-only">Relative issues</caption>
535
                                    <thead>
543
                                    <thead>
536
                                        <tr>
544
                                        <tr>
537
                                            <th class="anti-the">Title</th>
545
                                            <th class="anti-the">Title</th>
Lines 792-797 Link Here
792
                                                <td class="article-request-cancel">
800
                                                <td class="article-request-cancel">
793
                                                    <span class="tdlabel">Cancel:</span>
801
                                                    <span class="tdlabel">Cancel:</span>
794
                                                    <form action="/cgi-bin/koha/opac-article-request-cancel.pl" id="delete_article_request_[% ar.id | html %]">
802
                                                    <form action="/cgi-bin/koha/opac-article-request-cancel.pl" id="delete_article_request_[% ar.id | html %]">
803
                                                        <legend class="sr-only">Cancel article request</legend>
795
                                                        <input type="hidden" name="id" value="[% ar.id | html %]" />
804
                                                        <input type="hidden" name="id" value="[% ar.id | html %]" />
796
                                                        <button data-title="[% ar.biblio.title | html %] [% ar.item.enumchron | html %]" data-article-request_id="[% ar.id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-article-request"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button>
805
                                                        <button data-title="[% ar.biblio.title | html %] [% ar.item.enumchron | html %]" data-article-request_id="[% ar.id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-article-request"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button>
797
                                                    </form>
806
                                                    </form>
Lines 802-807 Link Here
802
                                </table>
811
                                </table>
803
                            [% ELSE %]
812
                            [% ELSE %]
804
                                <table class="table table-bordered table-striped">
813
                                <table class="table table-bordered table-striped">
814
                                    <caption class="sr-only">Article requests</caption>
805
                                    <tr><td>You have no article requests currently.</td></tr>
815
                                    <tr><td>You have no article requests currently.</td></tr>
806
                                </table>
816
                                </table>
807
                            [% END # IF article_requests_current.count %]
817
                            [% END # IF article_requests_current.count %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-1 / +4 lines)
Lines 75-82 Link Here
75
                        [%# We have results from a check-in attempt %]
75
                        [%# We have results from a check-in attempt %]
76
                        <div id="checkins" class="sci_results_list">
76
                        <div id="checkins" class="sci_results_list">
77
                            [% IF ( success && success.size > 0 || errors && errors.size > 0 ) %]
77
                            [% IF ( success && success.size > 0 || errors && errors.size > 0 ) %]
78
                                <h2>Results</h2>
79
                                    <table id="sci_bcheckins_table" class="table table-bordered table-striped dataTable no-footer">
78
                                    <table id="sci_bcheckins_table" class="table table-bordered table-striped dataTable no-footer">
79
                                        <caption><h2>Results</h2></caption>
80
                                        <thead>
80
                                        <thead>
81
                                            <th>Barcode</th>
81
                                            <th>Barcode</th>
82
                                            <th>Status</th>
82
                                            <th>Status</th>
Lines 98-103 Link Here
98
                                    </table>
98
                                    </table>
99
                                    <div>
99
                                    <div>
100
                                        <form method="post" action="#" id="finish_form">
100
                                        <form method="post" action="#" id="finish_form">
101
                                            <legend class="sr-only">Finish</legend>
101
                                            <button id="sci_finish_button" type="submit" class="btn btn-primary"><i class="fa fa-check" aria-hidden="true"></i> Finish</button>
102
                                            <button id="sci_finish_button" type="submit" class="btn btn-primary"><i class="fa fa-check" aria-hidden="true"></i> Finish</button>
102
                                        </form>
103
                                        </form>
103
                                    </div>
104
                                    </div>
Lines 111-116 Link Here
111
                        [%# Prompt for barcodes %]
112
                        [%# Prompt for barcodes %]
112
                        <div id="new_checkins" class="sci_entry">
113
                        <div id="new_checkins" class="sci_entry">
113
                            <form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sci/sci-main.pl">
114
                            <form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sci/sci-main.pl">
115
                                <legend class="sr-only">Scan</legend>
114
                                <div class="row">
116
                                <div class="row">
115
                                    <div class="col-auto">
117
                                    <div class="col-auto">
116
                                        <label for="barcode_input">Scan the item or enter its barcode:</label>
118
                                        <label for="barcode_input">Scan the item or enter its barcode:</label>
Lines 128-133 Link Here
128
                                    <div class="col">
130
                                    <div class="col">
129
                                        <div class="sci_input_append">
131
                                        <div class="sci_input_append">
130
                                            <table id="sci_barcodes_table" class="table table-bordered table-striped dataTable no-footer" style="display: none;">
132
                                            <table id="sci_barcodes_table" class="table table-bordered table-striped dataTable no-footer" style="display: none;">
133
                                                <caption class="sr-only">Barcodes</caption>
131
                                                <thead>
134
                                                <thead>
132
                                                    <th class="barcodes_column">Barcode</th>
135
                                                    <th class="barcodes_column">Barcode</th>
133
                                                </thead>
136
                                                </thead>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-3 / +9 lines)
Lines 91-96 Link Here
91
91
92
                            [% IF ( returnitem && Koha.Preference('SCOAllowCheckin') ) %]
92
                            [% IF ( returnitem && Koha.Preference('SCOAllowCheckin') ) %]
93
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
93
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
94
                                    <legend class="sr-only">Return</legend>
94
                                    <input type="hidden" name="op" value="returnbook" />
95
                                    <input type="hidden" name="op" value="returnbook" />
95
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
96
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
96
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
97
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
Lines 100-105 Link Here
100
                            [% END %]
101
                            [% END %]
101
102
102
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
103
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
104
                                <legend class="sr-only">Error</legend>
103
                                <input type="hidden" name="op" value="" />
105
                                <input type="hidden" name="op" value="" />
104
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
106
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
105
                                <input type="hidden" name="barcode" value="[% barcode | html %]" />
107
                                <input type="hidden" name="barcode" value="[% barcode | html %]" />
Lines 118-123 Link Here
118
120
119
                            [% IF ( renew && Koha.Preference('SCOAllowCheckin') ) %]
121
                            [% IF ( renew && Koha.Preference('SCOAllowCheckin') ) %]
120
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
122
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
123
                                    <legend class="sr-only">Return</legend>
121
                                    <input type="hidden" name="op" value="returnbook" />
124
                                    <input type="hidden" name="op" value="returnbook" />
122
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
125
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
123
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
126
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
Lines 129-134 Link Here
129
132
130
                            [% UNLESS ( renew ) %]
133
                            [% UNLESS ( renew ) %]
131
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
134
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
135
                                    <legend class="sr-only">Renew</legend>
132
                                    <input type="hidden" name="op" value="renew" />
136
                                    <input type="hidden" name="op" value="renew" />
133
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
137
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
134
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
138
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
Lines 138-143 Link Here
138
                                  </form>
142
                                  </form>
139
                            [% ELSE %]
143
                            [% ELSE %]
140
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
144
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
145
                                    <legend class="sr-only">Renew</legend>
141
                                    <input type="hidden" name="op" value="renew" />
146
                                    <input type="hidden" name="op" value="renew" />
142
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
147
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
143
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
148
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
Lines 148-153 Link Here
148
                            [% END %]
153
                            [% END %]
149
154
150
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
155
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
156
                                <legend class="sr-only">Cancel</legend>
151
                                <input type="hidden" name="op" value="" />
157
                                <input type="hidden" name="op" value="" />
152
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
158
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
153
                                <input type="hidden" name="newissues" value="[% newissues | html %]" />
159
                                <input type="hidden" name="newissues" value="[% newissues | html %]" />
Lines 228-240 Link Here
228
                        [% IF ( validuser ) %]
234
                        [% IF ( validuser ) %]
229
                            <div id="newcheckout" class="sco_entry">
235
                            <div id="newcheckout" class="sco_entry">
230
                                <form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sco/sco-main.pl" onsubmit="return checkout_confirm('[% patronid | html %]');">
236
                                <form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sco/sco-main.pl" onsubmit="return checkout_confirm('[% patronid | html %]');">
231
                                    <h2>
237
                                    <legend><h2>
232
                                        [% IF ( Koha.Preference('SCOAllowCheckin') ) %]
238
                                        [% IF ( Koha.Preference('SCOAllowCheckin') ) %]
233
                                            Check out, return, or renew an item:
239
                                            Check out, return, or renew an item:
234
                                        [% ELSE %]
240
                                        [% ELSE %]
235
                                            Check out or renew an item:
241
                                            Check out or renew an item:
236
                                        [% END %]
242
                                        [% END %]
237
                                    </h2>
243
                                        </h2></legend>
238
                                    <div class="row">
244
                                    <div class="row">
239
                                        <div class="col">
245
                                        <div class="col">
240
                                            <label for="barcode">Scan a new item or enter its barcode:</label>
246
                                            <label for="barcode">Scan a new item or enter its barcode:</label>
Lines 329-334 Link Here
329
                                                    [% END %]
335
                                                    [% END %]
330
                                                    <td>
336
                                                    <td>
331
                                                        <form action="/cgi-bin/koha/sco/sco-main.pl" method="post">
337
                                                        <form action="/cgi-bin/koha/sco/sco-main.pl" method="post">
338
                                                            <legend class="sr-only">Issue renews</legend>
332
                                                            <input type="hidden" name="patronid" value="[% patronid | html %]" />
339
                                                            <input type="hidden" name="patronid" value="[% patronid | html %]" />
333
                                                            <input type="hidden" name="barcode" value="[% ISSUE.barcode | html %]" />
340
                                                            <input type="hidden" name="barcode" value="[% ISSUE.barcode | html %]" />
334
                                                            <input type="hidden" name="newissues" value="[% newissues | html %]" />
341
                                                            <input type="hidden" name="newissues" value="[% newissues | html %]" />
335
- 

Return to bug 28242