Skip to content

Commit

Permalink
TRUNK-2157: Legacy theme: Improper OpenMRS logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Jan 9, 2014
1 parent 4e5f4ae commit 0c3a1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions webapp/src/main/resources/themes/defaults.properties
Expand Up @@ -2,6 +2,7 @@ image.logo.small=/images/openmrs_logo_white.gif
image.logo.text.small=/images/openmrs_logo_text_small.gif
image.logo.large=/images/openmrs_logo_white_large.png
url.organization=http://openmrs.org
url.homepage=/index.htm
favicon=/images/openmrs-favicon.ico
favicon.png=/images/openmrs-favicon.png

Expand Down
2 changes: 1 addition & 1 deletion webapp/src/main/webapp/WEB-INF/template/banner.jsp
@@ -1,5 +1,5 @@
<div id="banner">
<a href="<spring:theme code="url.organization" />">
<a href="<%= request.getContextPath() %><spring:theme code="url.homepage" />">
<div id="logosmall"><img src="<%= request.getContextPath() %><spring:theme code="image.logo.text.small" />" alt="OpenMRS Logo" border="0"/></div>
</a>
<table id="bannerbar">
Expand Down

0 comments on commit 0c3a1a7

Please sign in to comment.