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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-2 / +2 lines)
Lines 115-121 Link Here
115
115
116
              <div class="page-section">
116
              <div class="page-section">
117
                [% IF ( collectionItemsLoop ) %]
117
                [% IF ( collectionItemsLoop ) %]
118
                  <h2>Total items: [% collectionItemsLoop.size | html%]</h2>
118
                  <h2>Items in collection</h2>
119
                  <p>Total items: [% collectionItemsLoop.size | html%]</p>
119
                  <table>
120
                  <table>
120
                    <tr>
121
                    <tr>
121
                      <th>Title</th>
122
                      <th>Title</th>
122
- 

Return to bug 31911