From 1895546dbbf6627f9a02b879c86817a302f1b765 Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Tue, 15 Feb 2011 14:00:00 +1300 Subject: [PATCH] Bug 5741 - Extra comma causes JavaScript error in Internet Explorer Signed-off-by: Chris Cormack (cherry picked from commit 1f0e0c5de182cde0215ac0782563d89b3d04291b) Signed-off-by: Chris Nighswonger --- -- | 0 .../intranet-tmpl/prog/en/includes/checkouts-table-footer.inc | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl | 4 ++-- .../prog/en/modules/serials/checkexpiration.tmpl | 2 +- .../intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl | 4 ++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 -- diff --git a/-- b/-- new file mode 100644 index 0000000000..e69de29bb2 diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc index 5d05b94c88..df1acbf977 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc @@ -14,7 +14,7 @@ ifFormat : "", button : "newduedate_button", disableFunc : validate1, - dateStatusFunc : validate1, + dateStatusFunc : validate1 } ); //]]> @@ -22,4 +22,4 @@

- \ No newline at end of file + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl index 523fd13cc3..ff336a9d46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl @@ -170,7 +170,7 @@ inputField : "budget_period_enddate", ifFormat : "", button : "openCalendarTo", - align : "Tl", + align : "Tl" });
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl index adcafbcb82..0187cf9897 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl @@ -114,7 +114,7 @@ to add to Batch inputField : "dateto", ifFormat : "", button : "openCalendarTo", - align : "Tl", + align : "Tl" });
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl index 225c4b3eb3..ee25313ea6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl @@ -307,7 +307,7 @@ function checkMultiHold() { ifFormat : "", button : "CalendarReserveDate", disableFunc : validate1, - dateStatusFunc : validate1, + dateStatusFunc : validate1 } ); //]]> @@ -338,7 +338,7 @@ function checkMultiHold() { ifFormat : "", button : "CalendarExpirationDate", disableFunc : validate1, - dateStatusFunc : validate1, + dateStatusFunc : validate1 } ); //]]> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl index f87aef1863..a2f78abc74 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl @@ -60,7 +60,7 @@ { button : "openCalendar", inputField : "date", - ifFormat : "", + ifFormat : "" } ); Required diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl index 3259497912..331ec2c684 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl @@ -64,7 +64,7 @@ Calendar.setup( { inputField : "date1", - ifFormat : "", + ifFormat : "" } );

@@ -76,7 +76,7 @@ Calendar.setup( { inputField : "date2", - ifFormat : "", + ifFormat : "" } );

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl index b7b674893e..3336f713cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl @@ -73,7 +73,7 @@ Edit News ItemAdd News Item { button : "timestampButton", inputField : "timestamp", - ifFormat : "", + ifFormat : "" } ); @@ -88,7 +88,7 @@ Edit News ItemAdd News Item { button : "openCalendar", inputField : "expirationdate", - ifFormat : "", + ifFormat : "" } ); diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl index b496e81179..5eb3e2bd2f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl @@ -326,7 +326,7 @@ ifFormat : "", button : "CalendarReserveDate", disableFunc : validate, - dateStatusFunc : validate, + dateStatusFunc : validate } ); //]]> @@ -356,7 +356,7 @@ ifFormat : "", button : "CalendarExpirationDate_", disableFunc : validate1, - dateStatusFunc : validate1, + dateStatusFunc : validate1 } ); //]]> -- 2.39.5