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:
authorVincent Tam <sere@live.hk>2019-05-21 06:39:09 +0300
committerVincent Tam <sere@live.hk>2019-05-21 06:39:35 +0300
commit9872642385094000f4d847888e38ac026b290b56 (patch)
tree4722a9f4497d8ee36d24022b9442f20676f48eec /layouts
parent6cb18ca106e950c9c2fdcc42ab5a1b6dc5104284 (diff)
Ajouté la trad'n pour le btn reset
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>