From 4d9cadcc877718e30e34d7014475c93cc11ba27d 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 Content-Type: text/plain; charset="utf-8" To: koha-patches@lists.koha-community.org --- .../prog/en/includes/checkouts-table-footer.inc | 4 ++-- .../prog/en/modules/admin/aqbudgetperiods.tmpl | 2 +- .../prog/en/modules/labels/search.tmpl | 2 +- .../prog/en/modules/reserve/request.tmpl | 4 ++-- .../prog/en/modules/serials/checkexpiration.tmpl | 2 +- .../prog/en/modules/tools/cleanborrowers.tmpl | 4 ++-- .../prog/en/modules/tools/koha-news.tmpl | 4 ++-- .../opac-tmpl/prog/en/modules/opac-reserve.tmpl | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 -- diff --git a/-- b/-- new file mode 100644 index 0000000..e69de29 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 5d05b94..df1acbf 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 523fd13..ff336a9 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 adcafbc..0187cf9 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 2004a7d..58a5ad9 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 f87aef1..a2f78ab 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 3259497..331ec2c 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 342e51b..9ce264c 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 @@ -74,7 +74,7 @@ Edit News ItemAdd News Item { button : "timestampButton", inputField : "timestamp", - ifFormat : "", + ifFormat : "" } ); @@ -89,7 +89,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 802d79b..b727361 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl @@ -330,7 +330,7 @@ ifFormat : "", button : "CalendarReserveDate", disableFunc : validate, - dateStatusFunc : validate, + dateStatusFunc : validate } ); //]]> @@ -360,7 +360,7 @@ ifFormat : "", button : "CalendarExpirationDate_", disableFunc : validate1, - dateStatusFunc : validate1, + dateStatusFunc : validate1 } ); //]]> -- 1.7.1