changed div targeted for back to top so this will work for both vivo-basic and wilma (this is only temporary)
This commit is contained in:
parent
c5e3d2f9cd
commit
e5a69d30c5
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
|||
</div><!-- class="propsCategory" -->
|
||||
</c:if>
|
||||
<c:if test="${showSelfEdits || showCuratorEdits}">
|
||||
<a class="backToTop" href="#wrap" title="jump to top of the page">back to top</a>
|
||||
<a class="backToTop" href="#content" title="jump to top of the page">back to top</a>
|
||||
</c:if>
|
||||
<% } // end for (PropertyGroup g : groupsList)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue