Skip to content

Commit

Permalink
Revert "Retired concepts aren't showed as retired when listed as set …
Browse files Browse the repository at this point in the history
…members -"

This reverts commit fbea3b7.
  • Loading branch information
wluyima committed Feb 27, 2013
1 parent 8616f05 commit ac3cc3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions webapp/src/main/webapp/WEB-INF/view/dictionary/concept.jsp
Expand Up @@ -204,13 +204,7 @@
<td valign="top">
<c:if test="${fn:length(command.concept.conceptSets) == 0}"><openmrs:message code="Concept.conceptSets.empty"/></c:if>
<c:forEach items="${command.concept.conceptSets}" var="set">
<a href="concept.htm?conceptId=${set.concept.conceptId}"
<c:if test="${set.concept.retired}">
class="retired"
</c:if>
>
<openmrs:format concept="${set.concept}"/> (${set.concept.conceptId})
</a><br/>
<a href="concept.htm?conceptId=${set.concept.conceptId}"><openmrs:format concept="${set.concept}"/> (${set.concept.conceptId})</a><br/>
</c:forEach>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/main/webapp/openmrs.css
Expand Up @@ -587,7 +587,7 @@ table.patientTreatmentPrograms td {
font-size: 1.03em;
}

.retired, .voided, .retired *, .voided *, a.retired {
.retired, .voided, .retired *, .voided * {
text-decoration: line-through;
}

Expand Down

0 comments on commit ac3cc3c

Please sign in to comment.