From 4199cf6c2ffe4251baf8d364ca974053e978690a Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 4 Oct 2018 13:38:20 +0100 Subject: [PATCH] Bug 20941: (follow-up) Wrap N/A strings in All N/A strings in ILL templates wrapped in to aid translation Signed-off-by: Josef Moravec --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 7c32678..081000d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -450,7 +450,7 @@
  • - [% type || 'N/A' | html %] + [% type || 'N/A' | html %]
  • @@ -560,7 +560,7 @@
    Request type: % type = request.get_type %] - [% type || 'N/A' | html %] + [% type || 'N/A' | html %]
    Cost: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt index f92e350..1016b86 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt @@ -136,7 +136,7 @@ [% IF request.metadata.Title %][% request.metadata.Title | html %][% ELSE %]N/A[% END %] [% request.backend | html %] - [% type || 'N/A' | html %] + [% type || 'N/A' | html %] [% request.capabilities.$status.name | html %] [% request.placed | $KohaDates %] [% request.updated | $KohaDates %] @@ -180,7 +180,7 @@
  • - [% type || 'N/A' | html %] + [% type || 'N/A' | html %]
  • -- 2.1.4