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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-1 / +4 lines)
Lines 94-99 Link Here
94
              <div>
94
              <div>
95
                <h2>Items in <i>[% colTitle | html %]</i></h2>
95
                <h2>Items in <i>[% colTitle | html %]</i></h2>
96
                [% IF ( collectionItemsLoop ) %]
96
                [% IF ( collectionItemsLoop ) %]
97
                [% FOREACH collectionItemsLoo IN collectionItemsLoop %]
98
                    [% totalItems = loop.size %]
99
                [% END %]
100
                <h3>Total Items: [% totalItems | html%]</h3>
97
                  <table>
101
                  <table>
98
                    <tr>
102
                    <tr>
99
                      <th>Title</th>
103
                      <th>Title</th>
100
- 

Return to bug 24390