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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-3 / +2 lines)
Lines 12-20 Link Here
12
                        [% IF ( authorized ) %]
12
                        [% IF ( authorized ) %]
13
                            [% UNLESS ( newshelf ) %]
13
                            [% UNLESS ( newshelf ) %]
14
                                [% IF ( multiple ) %]
14
                                [% IF ( multiple ) %]
15
                                    <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>: [% ELSE %]a list:[% END %]</h1>
15
                                    <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>: [% ELSE %]a list:[% END %]</h1>
16
                                [% ELSE %]
16
                                [% ELSE %]
17
                                    <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>[% ELSE %]a list:[% END %]</h1>
17
                                    <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>[% ELSE %]a list:[% END %]</h1>
18
                                [% END %]
18
                                [% END %]
19
                                <ul>
19
                                <ul>
20
                                    [% FOREACH biblio IN biblios %]
20
                                    [% FOREACH biblio IN biblios %]
21
- 

Return to bug 14416