mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix submitting calendar entry when javascript turned off
This commit is contained in:
parent
38dd22bc40
commit
64bf029080
@ -96,7 +96,7 @@ function validate_and_submit() {
|
||||
<!-- BEGIN edit_entry_end -->
|
||||
</table>
|
||||
<input type="button" value="{submit_button}" onClick="validate_and_submit();">
|
||||
<!-- <noscript><input type="button" value="{submit_button}"></noscript> -->
|
||||
<noscript><input type="submit" value="{submit_button}"></noscript>
|
||||
</form>
|
||||
|
||||
{delete_button}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user