From 084e7a404bcacf058a4dd2120b46223d532822f7 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Fri, 1 Feb 2008 23:23:52 -0600 Subject: [PATCH] shelves - corrections and HTML validation changes Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/virtualshelves/shelves.tmpl | 6 +++--- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl index 0214eb0634..6a0b117e8b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl @@ -23,7 +23,7 @@ $(document).ready(function(){ }); }); - function confirmDelete(message,n){ + function confirmDelete(message){ if (window.confirm(message)) { location.href="/cgi-bin/koha/virtualshelves/shelves.pl?shelves=1&DEL-=1"; } else { @@ -125,7 +125,7 @@ $(document).ready(function(){ Icon Title Author - Call No. + Date Added   @@ -286,7 +286,7 @@ $(document).ready(function(){
- " /> + " />
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 6e2c83f92a..eb777cada7 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -59,7 +59,7 @@ Title Author Copyright - Call No. + Date Added @@ -113,8 +113,8 @@
- - "> + + " />
@@ -126,7 +126,7 @@
Edit List
-

+

@@ -163,7 +163,7 @@
- " /> + " />
-- 2.39.2