mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 02:49:39 +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 -->
|
<!-- BEGIN edit_entry_end -->
|
||||||
</table>
|
</table>
|
||||||
<input type="button" value="{submit_button}" onClick="validate_and_submit();">
|
<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>
|
</form>
|
||||||
|
|
||||||
{delete_button}
|
{delete_button}
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
- Fixed repeating entries Month select box.
|
- Fixed repeating entries Month select box.
|
||||||
- Fixed calendar week selector starting on Monday on footer.
|
- Fixed calendar week selector starting on Monday on footer.
|
||||||
- Fixed buggy calendar saving when no groups are selected with group access.
|
- 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
|
[0.9.7] - Fixed SQL error in tts
|
||||||
- Fixed table locking in admin -> edit account
|
- Fixed table locking in admin -> edit account
|
||||||
|
Loading…
Reference in New Issue
Block a user