Skip to content

Commit ac3cc3c

Browse files
committedFeb 27, 2013
Revert "Retired concepts aren't showed as retired when listed as set members -"
This reverts commit fbea3b7.
1 parent 8616f05 commit ac3cc3c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
 

‎webapp/src/main/webapp/WEB-INF/view/dictionary/concept.jsp

+1-7
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,7 @@
204204
<td valign="top">
205205
<c:if test="${fn:length(command.concept.conceptSets) == 0}"><openmrs:message code="Concept.conceptSets.empty"/></c:if>
206206
<c:forEach items="${command.concept.conceptSets}" var="set">
207-
<a href="concept.htm?conceptId=${set.concept.conceptId}"
208-
<c:if test="${set.concept.retired}">
209-
class="retired"
210-
</c:if>
211-
>
212-
<openmrs:format concept="${set.concept}"/> (${set.concept.conceptId})
213-
</a><br/>
207+
<a href="concept.htm?conceptId=${set.concept.conceptId}"><openmrs:format concept="${set.concept}"/> (${set.concept.conceptId})</a><br/>
214208
</c:forEach>
215209
</td>
216210
</tr>

‎webapp/src/main/webapp/openmrs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ table.patientTreatmentPrograms td {
587587
font-size: 1.03em;
588588
}
589589

590-
.retired, .voided, .retired *, .voided *, a.retired {
590+
.retired, .voided, .retired *, .voided * {
591591
text-decoration: line-through;
592592
}
593593

0 commit comments

Comments
 (0)
Please sign in to comment.