From dcba7825a2ead7605da0988ca3b85866a47ade24 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Feb 2017 16:59:40 +0100 Subject: [PATCH] Bug 13618: Specific for branches.opac_info Forgot this one when I squashed the others. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 00b46aa..2d4fb84 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -189,7 +189,7 @@ tinyMCE.init({
  • -
  • +
  • Can be entered as a single IP, or a subnet such as 192.168.1.*
  • @@ -258,7 +258,7 @@ tinyMCE.init({ [% IF library.branchurl %]
    [% library.branchurl %][% END %] [% IF library.opac_info %] -
    OPAC Info:
    [% library.opac_info %]
    [% END %] +
    OPAC Info:
    [% library.opac_info.raw %]
    [% END %] [% IF library.branchnotes %]
    Notes: [% library.branchnotes %][% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 00293c2..d381e3e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1214,7 +1214,7 @@ [% ITEM_RESULT.branchname %] [% END %] -
    [% ITEM_RESULT.holding_branch_opac_info %]
    +
    [% ITEM_RESULT.holding_branch_opac_info.raw %]
    [% IF ( OpacLocationBranchToDisplayShelving == 'holding' || OpacLocationBranchToDisplayShelving == 'both' ) %] [% ITEM_RESULT.location_description %] @@ -1239,7 +1239,7 @@ [% Branches.GetName( ITEM_RESULT.homebranch ) %] [% END %] -
    [% ITEM_RESULT.home_branch_opac_info %]
    +
    [% ITEM_RESULT.home_branch_opac_info.raw %]
    [% IF ( OpacLocationBranchToDisplayShelving == 'home' || OpacLocationBranchToDisplayShelving == 'both' ) %] [% ITEM_RESULT.location_description %] -- 2.9.3