1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/17077] Improve handling of accidental double submission of posts

PHPBB3-17077
This commit is contained in:
Marc Alexander
2024-04-08 21:50:27 +02:00
parent b2459edaf3
commit c07c6816fc
5 changed files with 123 additions and 2 deletions

View File

@@ -100,7 +100,7 @@
<!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
<div class="panel bg2">
<div class="inner">
<fieldset class="submit-buttons">
<fieldset class="submit-buttons" data-prevent-flood>
{S_HIDDEN_ADDRESS_FIELD}
{S_HIDDEN_FIELDS}
<!-- EVENT posting_editor_submit_buttons -->