new tomcat
This commit is contained in:
parent
879ecc62c4
commit
c568828cb8
256 changed files with 19009 additions and 235 deletions
|
@ -33,7 +33,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<c:if test="${ editMode }">
|
||||
<c:if test="${ sessionScope.visit.user.canAddTerms }">
|
||||
|
||||
<div class="highlightBox">
|
||||
<form id="newTerm" action="/lex/action" method="get" >
|
||||
|
@ -52,6 +52,10 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
</c:if>
|
||||
|
||||
<c:if test="${ editMode }">
|
||||
|
||||
<div class="highlightBox">
|
||||
<h2>Defaults & Preferences</h2>
|
||||
<form id="defaults" action="/lex/action" method="get" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue