mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Resolve #353
This commit is contained in:
parent
676b3677b9
commit
53894ac4ea
38 changed files with 85 additions and 38 deletions
|
|
@ -2,7 +2,10 @@
|
|||
<div class="alert" data-bind="hidden: !submitError()" hidden="">
|
||||
<a href="#" class="close" data-bind="click: function () { submitError('') }">×</a>
|
||||
<span data-bind="text: submitError"></span>
|
||||
<p data-bind="visible: '' !== submitErrorAddidional(), text: submitErrorAddidional"></p>
|
||||
<p data-bind="visible: '' !== submitErrorAdditional()">
|
||||
<span data-i18n="GLOBAL/SERVER_MESSAGE"></span>:
|
||||
<!-- ko text: submitErrorAdditional --><!-- /ko -->
|
||||
</p>
|
||||
</div>
|
||||
<form action="#/"
|
||||
data-bind="submit: submitForm, css: {'errorAnimated': formError, 'submitting': submitRequest()}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue