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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +2 lines)
Lines 245-250 Link Here
245
            [% IF op == 'view' %]
245
            [% IF op == 'view' %]
246
                <h1>Contents of <em>[% shelf.shelfname | html %]</em></h1>
246
                <h1>Contents of <em>[% shelf.shelfname | html %]</em></h1>
247
                [% IF itemsloop %]
247
                [% IF itemsloop %]
248
                    [% SET contents = shelf.get_contents %]
249
                    [% IF ( contents.count ) %]<p>This list contains [% contents.count | html %] titles</p>[% END %]
248
                    <div class="pages">[% pagination_bar | $raw %]</div>
250
                    <div class="pages">[% pagination_bar | $raw %]</div>
249
                    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
251
                    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
250
                        <input type="hidden" name="op" value="remove_biblios" />
252
                        <input type="hidden" name="op" value="remove_biblios" />
251
- 

Return to bug 32173