[Koha-bugs] [Bug 30733] Simplify translatable strings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 31 03:15:11 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30733

--- Comment #27 from Fridolin Somers <fridolin.somers at biblibre.com> ---
This is a suggestion :

In koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt

                                             [% IF
loopro.recall.item_level_recall %]
-                                                Item-level recall on <a
href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.itemnumber |
uri %]&biblionumber=[% loopro.recall.biblionumber | uri %]&bi=[%
loopro.recall.item.biblioitemnumber | uri %]">item</a>
+                                                <span>Item-level recall on <a
href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.itemnumber |
uri %]&biblionumber=[% loopro.recall.biblionumber | uri %]&bi=[%
loopro.recall.item.biblioitemnumber | uri %]">item</a></span>
                                             [% ELSE %]
                                                 Biblio-level recall on <a
href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[%
loopro.recall.biblionumber | uri %]">biblio</a>
                                             [% END %]

Maybe add span also around "Biblio-level recall on..."

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list