Various UI small improvements (better error reporting in case of bad url, made the password change fields more explicit)

This commit is contained in:
emeric
2019-10-06 18:59:13 +02:00
parent b5cfe014ec
commit 174158aa63
17 changed files with 182 additions and 57 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<messages xmlns:if="Wt.WTemplate.conditions">
<message id="Lms.Error.template">
<div class="container">
<div class="page-header">
<h2>${tr:Lms.Error.error-occurred}</h2>
</div>
<p><strong>${error}</strong></p>
${btn-go-home class="btn btn-primary"}
</div>
</message>
</messages>