From 6e876ab7cba3e246d4b6ae595edfd46e80f2b9a3 Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Tue, 8 Jan 2008 10:51:14 -0600 Subject: [PATCH] tmpl bugfix - remove '\' in js-generated numberpattern form Signed-off-by: Joshua Ferraro --- .../prog/en/modules/serials/subscription-add.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl index d503710acd..0f1aa9af00 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl @@ -324,11 +324,11 @@ var textbox = ''; } } textbox +="<\/tr>\n"; - textbox +=""+text[5]+"<\/td><\/td>\n"; + textbox +=""+text[5]+"<\/td><\/td>\n"; if(y){ - textbox +="<\/td>\n"; + textbox +="<\/td>\n"; if(z){ - textbox +="<\/td>\n"; + textbox +="<\/td>\n"; } } textbox +="<\/tr>\n"; @@ -341,7 +341,7 @@ var textbox = ''; } textbox +="<\/tr>"; } else { - textbox +=" "+_('issues expected')+"
"+_('Irregularity?')+""; + textbox +=" "+_('issues expected')+"
"+_('Irregularity?')+""; } textbox +="<\/table>\n"; } @@ -961,9 +961,9 @@ window.onload = irregular_order(); - + - + -- 2.39.2