From edfb142d30ca55dd761a5c743a25abd638b73a98 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 5 Feb 2018 09:34:52 +0000 Subject: [PATCH] Bug 10858: (QA follow-up) Fix translatibility Signed-off-by: Josef Moravec --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index eeaeafd..6dbf1c3 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -189,12 +189,7 @@ [% # Cell 1: Checkbox %] - [% IF - ( Koha.Preference('opacbookbag') == 1 ) - || ( Koha.Preference('virtualshelves') == 1 ) - || ( Koha.Preference('OpacBrowseResults') == 1 ) - || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) - %] + [% IF ( Koha.Preference('opacbookbag') == 1 ) || ( Koha.Preference('virtualshelves') == 1 ) || ( Koha.Preference('OpacBrowseResults') == 1 ) || ( Koha.Preference('RequestOnOpac') == 1 && (not SEARCH_RESULT.norequests) && Koha.Preference('opacuserlogin') ) %] [% END %] -- 2.1.4