fix add login link
This commit is contained in:
parent
add2048432
commit
4af3db7069
3 changed files with 4 additions and 4 deletions
|
@ -289,7 +289,7 @@ public class SystemHelper implements Serializable {
|
|||
return type + name;
|
||||
}
|
||||
|
||||
public String getPageLoginLink() {
|
||||
return ComponentUtil.getFessConfig().getPageLoginLink();
|
||||
public boolean getPageLoginLink() {
|
||||
return ComponentUtil.getFessConfig().isPageLoginLink();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ ${fe:facetForm()}${fe:geoForm()}
|
|||
</div>
|
||||
</li>
|
||||
</c:if>
|
||||
<c:if test="${ pageLoginLink == 'true'}">
|
||||
<c:if test="${ pageLoginLink }">
|
||||
<li class="nav-item username"><la:link href="/login"
|
||||
styleClass="nav-link" role="button" aria-haspopup="true"
|
||||
aria-expanded="false">
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
</li>
|
||||
</c:if>
|
||||
<c:if test="${ pageLoginLink == 'true'}">
|
||||
<c:if test="${ pageLoginLink }">
|
||||
<li class="nav-item username"><la:link href="/login"
|
||||
styleClass="nav-link" role="button" aria-haspopup="true"
|
||||
aria-expanded="false">
|
||||
|
|
Loading…
Add table
Reference in a new issue