Correction générale
This commit is contained in:
@@ -171,7 +171,20 @@ var CritereManager = Class.create({
|
||||
<c:otherwise>
|
||||
<fmt:message key="conference.titleAdd" />
|
||||
</c:otherwise>
|
||||
</c:choose></h4>
|
||||
</c:choose></h4>
|
||||
|
||||
<c:choose>
|
||||
<c:when test="${currentConference != null and currentConference.currentPhase != 'CALL_FOR_PAPER'}">
|
||||
<div class="warningBox">
|
||||
Sorry, you can't modify anymore this part of the conference because the call for paper is already over.
|
||||
</div>
|
||||
|
||||
<form:form commandName="formConference">
|
||||
<input type="submit" name="_target2" value="Back">
|
||||
<input type="submit" name="_target4" value="Next" />
|
||||
</form:form>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
|
||||
<fmt:message key="step">
|
||||
<fmt:param value="4" />
|
||||
@@ -272,9 +285,9 @@ var CritereManager = Class.create({
|
||||
|
||||
<script type="text/javascript">
|
||||
init();
|
||||
</script>
|
||||
|
||||
<a href="<c:url value="main.htm"/>">Home</a>
|
||||
</script>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user