Footer doesn't stretch across repositoryScanning and database pages
-------------------------------------------------------------------
Key: MRM-762
URL: http://jira.codehaus.org/browse/MRM-762
Project: Archiva
Issue Type: Bug
Components: web application
Affects Versions: 1.0.1
Reporter: Doron Solomon
Priority: Trivial
The footer doesn't stretch all the way across the page for the
repositoryScanning and database pages. This is because the footer DIV is being
generated inside the contentBox DIV instead of outside of it. Upon inspecting
the pages repositoryScanning.jsp and database.jsp (in WEB-INF/jsp/admin) I
found that the DIV tag <div id="contentArea"> is never closed at the end of the
file, causing the observed behaviour.
This can easily be fixed by simply adding a second </div> before the closing
body and html tags in both files.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira