From 64b83267043caaf2a697dcd7fcbb697d01a0d5ff Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Sat, 1 May 2010 21:19:58 -0400 Subject: [PATCH] Bug 4432: Fixes XHTML in serials-edit.tmpl. Content-Type: text/plain; charset="utf-8" Replaces a reference to an undefined variable, num, with a defined variable to create unique ids. Also adds zebra striping to the table. --- .../prog/en/modules/serials/serials-edit.tmpl | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl index 5549987..6548174 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl @@ -193,7 +193,11 @@ function CloneSubfield(index){ Notes + + + + " /> " /> @@ -210,13 +214,13 @@ function CloneSubfield(index){ - " value="1"> + " value="1"> " onchange="if (this.value==2){unHideItems('items'++,'label', '')} else { HideItems('items'++,'label')}" > + " > + " size="10" maxlength="15" /> - "> -- 1.5.6.5