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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc (-1 / +1 lines)
Lines 10-16 Link Here
10
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf">Close shelf browser <span class="sr-only">(Hides shelf browser)</span></a>
10
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf">Close shelf browser <span class="sr-only">(Hides shelf browser)</span></a>
11
            </h2>
11
            </h2>
12
12
13
            <table class="table">
13
            <table class="table" role="presentation ">
14
                <tr>
14
                <tr>
15
                    <td class="nav-cell" rowspan="2">
15
                    <td class="nav-cell" rowspan="2">
16
                        [% IF shelfbrowser_prev_item %]
16
                        [% IF shelfbrowser_prev_item %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 664-670 Link Here
664
                        [% IF ComponentParts && ComponentParts.size %]
664
                        [% IF ComponentParts && ComponentParts.size %]
665
                            [% WRAPPER tab_panel tabname="components" %]
665
                            [% WRAPPER tab_panel tabname="components" %]
666
                                <div class="content_set">
666
                                <div class="content_set">
667
                                    <table>
667
                                    <table role="presentation">
668
                                        [% FOR PART IN ComponentParts %]
668
                                        [% FOR PART IN ComponentParts %]
669
                                            <tr>
669
                                            <tr>
670
                                                <td> [% PART | $raw %] </td>
670
                                                <td> [% PART | $raw %] </td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt (-1 / +1 lines)
Lines 179-185 Link Here
179
                            <input type="hidden" name="op" value="cud-delete_record" />
179
                            <input type="hidden" name="op" value="cud-delete_record" />
180
                            <input type="hidden" name="all" value="1" />
180
                            <input type="hidden" name="all" value="1" />
181
                        </form>
181
                        </form>
182
                        <table class="table table-bordered table-condensed table-striped">
182
                        <table class="table table-bordered table-condensed table-striped" role="presentation">
183
                            <tr>
183
                            <tr>
184
                                <td colspan="7">Immediately delete my checkout history. This action cannot be undone.</td>
184
                                <td colspan="7">Immediately delete my checkout history. This action cannot be undone.</td>
185
                                <td colspan="1">
185
                                <td colspan="1">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-3 / +2 lines)
Lines 231-238 Link Here
231
                                <!-- /#floating -->
231
                                <!-- /#floating -->
232
232
233
                                <!-- TABLE RESULTS START -->
233
                                <!-- TABLE RESULTS START -->
234
                                <table class="table table-striped">
234
                                <table class="table table-striped" role="presentation">
235
                                    <caption class="sr-only">Results</caption>
235
                                    <span class="sr-only">Results</span>
236
236
237
                                    <!-- Actual Search Results -->
237
                                    <!-- Actual Search Results -->
238
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
238
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
239
- 

Return to bug 39998