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:
nac26 2010-10-26 17:12:44 +00:00
parent c5e3d2f9cd
commit e5a69d30c5

View file

@ -392,7 +392,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
</div><!-- class="propsCategory" --> </div><!-- class="propsCategory" -->
</c:if> </c:if>
<c:if test="${showSelfEdits || showCuratorEdits}"> <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> </c:if>
<% } // end for (PropertyGroup g : groupsList) <% } // end for (PropertyGroup g : groupsList)
} else { } else {