From e58658d0c703b46be8a57f5e4a5a683ae2661048 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Jan 2016 11:18:11 +0000 Subject: [PATCH] Bug 13618: Specific for branches.opac_info --- 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 71c3c95..36c4f2b 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.*
  • @@ -259,7 +259,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 9748537..bae58ad 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1217,7 +1217,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 %] @@ -1242,7 +1242,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.1.0