From cfecda9b50dbe075a0789ad5f8afc51ecf01e13c 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 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 Signed-off-by: Tomas Cohen Arazi --- 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.20.1