Skip to content

Commit 37742c9

Browse files
committed
Merge PR #949 into 18.0
Signed-off-by pedrobaeza
2 parents 762590d + 736f97d commit 37742c9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

helpdesk_mgmt/views/helpdesk_ticket_templates.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@
432432
method="POST"
433433
class="form-horizontal mt32"
434434
enctype="multipart/form-data"
435+
onsubmit="this.querySelector('button[type=submit]').disabled = true;"
435436
>
436437
<input
437438
type="hidden"
@@ -533,7 +534,10 @@
533534
</div>
534535
<div class="form-group">
535536
<div class="col-md-offset-3 col-sm-offset-4 col-sm-8 col-md-7">
536-
<button class="btn btn-primary btn-lg">Submit Ticket</button>
537+
<button
538+
type="submit"
539+
class="btn btn-primary btn-lg"
540+
>Submit Ticket</button>
537541
</div>
538542
</div>
539543
</form>

0 commit comments

Comments
 (0)