Modifications de choose preference et début d'écran du CU d'inscription
This commit is contained in:
@@ -21,10 +21,13 @@
|
||||
<div id="main_content">
|
||||
|
||||
<h2 align="center"><fmt:message key="preference.title" /></h2>
|
||||
|
||||
|
||||
<c:if test="${message}">
|
||||
<fmt:message key="${message}"/>
|
||||
</c:if>
|
||||
|
||||
<form:form method="post" commandName="choosePreference">
|
||||
<c:if test="${not empty articleList}">
|
||||
<c:if test="${not empty articleList}">
|
||||
<table>
|
||||
<c:forEach items="${articleList}" var="article" varStatus="i">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user