Amelioration CSS
Prise en compte des conferenceCreationToken lors de la creation de conference. Corrections de forgotPassword
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
|
||||
Acces denied. Sorry for this inconvenience.
|
||||
|
||||
<div class="errorBox">
|
||||
${message}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -10,6 +10,13 @@
|
||||
<fmt:message key="form.forgotPassword.help"/>
|
||||
</p>
|
||||
<div class="cbb">
|
||||
<c:choose>
|
||||
<c:when test="${success}">
|
||||
<p class="formOk">
|
||||
<fmt:message key="forgotPassword.submitted"/>
|
||||
</p>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<form:form commandName="forgotPassword">
|
||||
<h2>
|
||||
<form:label path="email">
|
||||
@@ -22,6 +29,8 @@
|
||||
</div>
|
||||
<input type="submit" name="submit" value="<fmt:message key="form.forgotPassword.submit"/>"/>
|
||||
</form:form>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user