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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-1 / +1 lines)
Lines 115-122 Link Here
115
              <div>
115
              <div>
116
                <h2>Items in <em>[% colTitle | html %]</em></h2>
116
                <h2>Items in <em>[% colTitle | html %]</em></h2>
117
                [% IF ( collectionItemsLoop ) %]
117
                [% IF ( collectionItemsLoop ) %]
118
                  <h3>Total items: [% collectionItemsLoop.size | html%]</h3>
119
                  <table>
118
                  <table>
119
                    <caption>Total items: [% collectionItemsLoop.size | html%]</caption>
120
                    <tr>
120
                    <tr>
121
                      <th>Title</th>
121
                      <th>Title</th>
122
                      <th>Call number</th>
122
                      <th>Call number</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-1 / +1 lines)
Lines 38-43 Link Here
38
                <div>
38
                <div>
39
                    [% IF ( collectionsLoop ) %]
39
                    [% IF ( collectionsLoop ) %]
40
                        <table id="rotating-collections-table">
40
                        <table id="rotating-collections-table">
41
                            <caption class="sr-only">Rotating collections</caption>
41
                            <thead>
42
                            <thead>
42
                                <tr>
43
                                <tr>
43
                                    <th>Title</th>
44
                                    <th>Title</th>
44
- 

Return to bug 28243