From 4cb2c165874cbb4588138739d63626b0e340fb69 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Sat, 1 Aug 2009 22:03:24 -0400 Subject: [PATCH] Bug 3466: Fixes xhtml errors in opac-shelves.tmpl. Addendum to bug 3466. opac-shelves.tmpl contained the same xhtml error as shelves.tmpl, if the user is viewing the public list a orphaned table row () is present. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index 84cff33d37..b0e1b732ff 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -338,6 +338,7 @@ $(function() { New List + @@ -386,10 +387,11 @@ $(function() { +
- No Private Lists. + No Private Lists. - +
Log in to create new Lists.
-- 2.11.4.GIT