Fix Try action support

This commit is contained in:
Paulo Gustavo Veiga
2022-01-10 16:22:24 -08:00
parent 3bac526593
commit 86b83807f4
7 changed files with 65 additions and 39 deletions

View File

@@ -61,8 +61,17 @@
</button>
</div>
</div>
<div id="bottom-logo"></div>
<div id="headerNotifier"></div>
<%-- Try message dialog --%>
<c:if test="${memoryPersistence}">
<div id="tryInfoPanel">
<p><spring:message code="TRY_WELCOME"/></p>
<p><b><spring:message code="TRY_WELCOME_DESC"/></b></p>
<a href="/c/registration"><div class="actionButton"><spring:message code="SIGN_UP"/></div></a>
</div>
</c:if>
<script src="loader.js"></script>