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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +2 lines)
Lines 373-381 Link Here
373
                                            [% END %]
373
                                            [% END %]
374
                                        [% ELSIF ( loopro.module == 'RECALLS' ) %]
374
                                        [% ELSIF ( loopro.module == 'RECALLS' ) %]
375
                                            [% IF loopro.recall.item_level %]
375
                                            [% IF loopro.recall.item_level %]
376
                                                <span>Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.item_id | uri %]&amp;biblionumber=[% loopro.recall.biblio_id | uri %]&amp;bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a></span>
376
                                                Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.item_id | uri %]&amp;biblionumber=[% loopro.recall.biblio_id | uri %]&amp;bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a>
377
                                            [% ELSE %]
377
                                            [% ELSE %]
378
                                                <span>Biblio-level recall on</span> <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblio_id | uri %]">biblio</a>
378
                                                Biblio-level recall on <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblio_id | uri %]">biblio</a>
379
                                            [% END %]
379
                                            [% END %]
380
                                        [% ELSE %]
380
                                        [% ELSE %]
381
                                            [% loopro.object | html %]
381
                                            [% loopro.object | html %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-2 / +2 lines)
Lines 43-51 Link Here
43
                            <p>
43
                            <p>
44
                                <span>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon!</span>
44
                                <span>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon!</span>
45
                                [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %]
45
                                [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %]
46
                                    <span>If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'ReplytoDefault' ) | $raw %]">site administrator</a></span>
46
                                    If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'ReplytoDefault' ) | $raw %]">site administrator</a>
47
                                [% ELSIF ( Koha.Preference( 'KohaAdminEmailAddress' ) ) %]
47
                                [% ELSIF ( Koha.Preference( 'KohaAdminEmailAddress' ) ) %]
48
                                    <span>If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'KohaAdminEmailAddress' ) | $raw %]">site administrator</a></span>
48
                                    If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'KohaAdminEmailAddress' ) | $raw %]">site administrator</a>
49
                                [% END %]
49
                                [% END %]
50
                            </p>
50
                            </p>
51
                    [% END %]
51
                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 / +2 lines)
Lines 124-133 Link Here
124
                        [% END # / TAGLOOP%]
124
                        [% END # / TAGLOOP%]
125
                        [% IF ( add_op ) %]
125
                        [% IF ( add_op ) %]
126
                            [% IF ( added_count ) %]
126
                            [% IF ( added_count ) %]
127
                                <div class="dialog message">[% added_count | html %] [% IF ( added_count == 1 ) %]<span>tag</span>[% ELSE %]<span>tags</span>[% END %] <span>successfully added.</span></div>
127
                                <div class="dialog message">[% added_count | html %] [% IF ( added_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully added.</div>
128
                            [% END %]
128
                            [% END %]
129
                            [% IF ( deleted_count ) %]
129
                            [% IF ( deleted_count ) %]
130
                            <div class="dialog message">[% deleted_count | html %] [% IF ( deleted_count == 1 ) %]<span>tag</span>[% ELSE %]<span>tags</span>[% END %] <span>successfully deleted.</span></div>
130
                                <div class="dialog message">[% deleted_count | html %] [% IF ( deleted_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully deleted.</div>
131
                            [% END %]
131
                            [% END %]
132
                        [% END # /add_op %]
132
                        [% END # /add_op %]
133
133
134
- 

Return to bug 30733