From fb4888caa960ef15c63b1b217a3b27612f12d9da Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Tue, 19 Apr 2011 09:27:39 +0000 Subject: [PATCH] Bug 5671 Links on My Summary - followup patch Content-Type: text/plain; charset="utf-8" - OPACMySummaryhtml and MySummaryhtml should have HTML at the end - MySummaryHTML is different for each issue, so it needs to be ISSUE.MySummaryHTML, not MySummaryhtml --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 6 +++--- 1 files 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 8e394e2..b5761bc 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 %] -- 1.5.6.5