Commit 334494e5 authored by Liang Ding's avatar Liang Ding

Fixed #72

parent 2908d16e
...@@ -78,11 +78,11 @@ ...@@ -78,11 +78,11 @@
<a href="javascript:Util.clearCache();"> <a href="javascript:Util.clearCache();">
${clearCacheLabel} ${clearCacheLabel}
</a> </a>
</#if>
<a href="${contextPath}/admin-index.do#main" title="${adminLabel}"> <a href="${contextPath}/admin-index.do#main" title="${adminLabel}">
${adminLabel} ${adminLabel}
</a> </a>
<a href="${logoutURL}" title="${logoutLabel}">${logoutLabel}</a> <a href="${logoutURL}" title="${logoutLabel}">${logoutLabel}</a>
</#if>
<#else> <#else>
<a href="${loginURL}" title="${loginLabel}">${loginLabel}</a> <a href="${loginURL}" title="${loginLabel}">${loginLabel}</a>
</#if> </#if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment