jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Archiva
  • MRM-954

Footer doesn't stretch across repositoryGroups page

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.1.2
  • Fix Version/s: 1.1.3
  • Component/s: Web Interface
  • Labels:
    None
  • Patch Submitted:
    Yes

Description

The footer doesn't stretch all the way across the page for the repositoryGroups page. This is because of unclosed tags in the jsp file. Looking at the last few lines of the file http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositoryGroups.jsp


repositoryGroups.jsp
</div> <%-- repository group --%>
</c:forEach>
</div> <%-- admin --%>

</div> <%-- content area --%>
</c:otherwise>
</c:choose>

The contentArea div is closed too early, and the body and html elements are never closed. These lines should be changed to:

repositoryGroups.jsp
</div> <%-- repository group --%>
</c:forEach>
</div> <%-- admin --%>

</c:otherwise>
</c:choose>
</div> <%-- content area --%>
</body>
</html>

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Brett Porter added a comment - 23/Sep/08 4:35 PM

Thanks Doron. We can apply this later, but it is easier if you supply a patch attachment

Show
Brett Porter added a comment - 23/Sep/08 4:35 PM Thanks Doron. We can apply this later, but it is easier if you supply a patch attachment
Hide
Permalink
Maria Odea Ching added a comment - 02/Oct/08 8:32 AM

Applied in trunk -r701124. Thanks again Doron!

Show
Maria Odea Ching added a comment - 02/Oct/08 8:32 AM Applied in trunk -r701124. Thanks again Doron!

People

  • Assignee:
    Maria Odea Ching
    Reporter:
    Doron Solomon
Vote (0)
Watch (0)

Dates

  • Created:
    23/Sep/08 4:23 PM
    Updated:
    06/Oct/08 3:21 AM
    Resolved:
    02/Oct/08 8:32 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.