From e970b513c2a0e49ef0a7c1ccd092f9e9c5b6e04d Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Mon, 18 Apr 2011 16:16:17 -0400 Subject: [PATCH] Bug 5671 Links on My Summary - followup patch - OPACMySummaryhtml and MySummaryhtml should have HTML at the end - MySummaryHTML is different for each issue, so it needs to be ISSUE.MySummaryHTML, not MySummaryhtml Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt index 8e394e2a02..b5761bc289 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -210,7 +210,7 @@ $.tablesorter.addParser({ [% IF ( OPACFinesTab ) %] Fines [% END %] - [% IF ( OPACMySummaryhtml ) %] + [% IF ( OPACMySummaryHTML ) %] Links [% END %] @@ -263,8 +263,8 @@ $.tablesorter.addParser({ [% IF ( OPACFinesTab ) %] [% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %] [% END %] - [% IF ( OPACMySummaryhtml ) %] - [% MySummaryhtml %] + [% IF ( OPACMySummaryHTML ) %] + [% ISSUE.MySummaryHTML %] [% END %] [% END %] -- 2.39.2