From 893537f47b7638283df09fdd2823f1eede64f040 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 14 May 2023 11:37:57 +0000 Subject: [PATCH] Bug 33246: Add some space between icon and text when there is only one result Content-Type: text/plain; charset=utf-8 When there is only one result line, the text "Checked out" would show directly after the icon at the end of the title. This makes sure there will always be a little space between them. Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index b387d45d85..6fc4e740c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -553,7 +553,7 @@ [% item.biblio.title | html %] - [% IF item.onloan %]Checked out[% END %] + [% IF item.onloan %]Checked out[% END %] [% item.barcode | html %] -- 2.30.2