Adding hsql warning message in login page

This commit is contained in:
Pablo Luna
2011-04-01 19:50:55 +01:00
parent 8ea733fc55
commit e722fdd720
6 changed files with 18 additions and 17 deletions

View File

@@ -11,6 +11,10 @@
<div id="loginContent">
<div id="news" class="sb">
<c:if test="${isHsql== 'true'}">
<h2 style="border:0; color:red;"> You are using an HSQL database. You shouldn't use this environment for production!</h2>
</c:if>
<h1>What is New: </h1>
<ul>
<li>Links Between Nodes</li>