Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/staticman-comments.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/staticman-comments.html b/layouts/partials/staticman-comments.html
index 4e75ebc..47cc4ff 100644
--- a/layouts/partials/staticman-comments.html
+++ b/layouts/partials/staticman-comments.html
@@ -85,12 +85,14 @@
{{ end }}
<!-- Start comment form alert messaging -->
- <p class="hidden js-notice">
- <strong class="js-notice-text"></strong>
+ <p class="js-notice">
+ <strong class="js-notice-text submit-success hidden">{{ i18n "successMsg" }}</strong>
+ <strong class="js-notice-text submit-failed hidden">{{ i18n "errorMsg" }}</strong>
</p>
<!-- End comment form alert messaging -->
<input type="submit" value="{{ i18n "btnSubmit" }}" class="button">
+ <input type="submit" value="{{ i18n "btnSubmitted" }}" class="button hidden" disabled>
<input type="reset" value="{{ i18n "btnReset" }}" class="button">
</form>
</section>