message
je sais plus
This commit is contained in:
@@ -19,7 +19,12 @@
|
||||
<div class="cbb button to-right">
|
||||
<a href="<c:url value="listConference.htm"/>"><fmt:message key="conference.linkMenu.change" /></a>
|
||||
</div>
|
||||
<h1>${currentConference.title}</h1>
|
||||
<h1>
|
||||
${fn:substring(currentConference.title, 0, 135)}
|
||||
<c:if test="${fn:length(currentConference.title) > 136}">
|
||||
...
|
||||
</c:if>
|
||||
</h1>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<div class="cbb button to-right">
|
||||
|
||||
Reference in New Issue
Block a user