From 4a236fa673ec710c159c31ebe4d2686254db135d 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 --- 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 f2461ae..d86ed90 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 @@ -462,7 +462,7 @@
  • - [% type || 'N/A' | html %] + [% type || 'N/A' | html %]
  • @@ -572,7 +572,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 cf272fe..f0ee2d7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt @@ -135,7 +135,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 | html %] [% request.updated | html %] @@ -179,7 +179,7 @@
  • - [% type || 'N/A' | html %] + [% type || 'N/A' | html %]
  • -- 2.1.4