From 63d1265b5792b6e503753080d709ba1b5f3b36c3 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 20 May 2013 14:50:46 -0400 Subject: [PATCH] Bug 10293 - Bug 9930 needs to be reverted for 3.10.x The patch for bug 9930 needs to be reverted for 3.10.x, as the patron self registration feature is not part of 3.10.x. With the patch applied, the OPAC patron details link may redirect to a non-existent page ( opac-memberentry.pl ). This reverts commit e5186d6d784c1fdd8d12c6e93e163d0b9e10cc0e. --- koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc index fcbbcba..99e8743 100644 --- a/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc +++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc @@ -5,7 +5,7 @@ [% IF ( OPACFinesTab ) %] [% IF ( accountview ) %]
  • [% ELSE %]
  • [% END %]my fines
  • [% END %] - [% IF ( userupdateview ) %]
  • [% ELSE %]
  • [% END %]my personal details
  • + [% IF ( userupdateview ) %]
  • [% ELSE %]
  • [% END %]my personal details
  • [% IF ( TagsEnabled ) %] [% IF ( tagsview ) %]
  • [% ELSE %]
  • [% END %]my tags
  • [% END %] -- 1.7.2.5