From 64bf0290805e21925d93a7cf6d555f948269c3c8 Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 8 Dec 2000 05:08:49 +0000 Subject: [PATCH] fix submitting calendar entry when javascript turned off --- calendar/templates/default/edit.tpl | 2 +- doc/CHANGELOG | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/edit.tpl b/calendar/templates/default/edit.tpl index 53b09168aa..75693f9915 100755 --- a/calendar/templates/default/edit.tpl +++ b/calendar/templates/default/edit.tpl @@ -96,7 +96,7 @@ function validate_and_submit() { - + {delete_button} diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 7152627385..9f431f1aba 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -7,6 +7,7 @@ - Fixed repeating entries Month select box. - Fixed calendar week selector starting on Monday on footer. - Fixed buggy calendar saving when no groups are selected with group access. + - Fixed submitting of calendar entry when javascript turned off. [0.9.7] - Fixed SQL error in tts - Fixed table locking in admin -> edit account