Skip to content

Commit 71957ea

Browse files
committed
Added console logs
1 parent ed03faa commit 71957ea

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

api/license-header.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This Source Code Form is subject to the terms of the Mozilla Public License,
2+
v. 2.0. If a copy of the MPL was not distributed with this file, You can
3+
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
4+
the terms of the Healthcare Disclaimer located at http://openmrs.org/license.
5+
6+
Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
7+
graphic logo is a trademark of OpenMRS Inc.

omod/license-header.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This Source Code Form is subject to the terms of the Mozilla Public License,
2+
v. 2.0. If a copy of the MPL was not distributed with this file, You can
3+
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
4+
the terms of the Healthcare Disclaimer located at http://openmrs.org/license.
5+
6+
Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS
7+
graphic logo is a trademark of OpenMRS Inc.

omod/src/main/webapp/admin/person/relationshipTypeForm.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
1818
</script>
19-
19+
<h1>Nata</h1>
2020
<h2><openmrs:message code="RelationshipType.title"/></h2>
2121
<spring:hasBindErrors name="relationshipType">
2222
<openmrs_tag:errorNotify errors="${errors}" />

omod/src/main/webapp/admin/programs/conversionForm.jsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<openmrs:htmlInclude file="/dwr/util.js" />
1818

1919
<form method="post" id="theForm">
20+
2021
<table>
2122
<tr>
2223
<td><openmrs:message code="Program.conversion.programWorkflow"/>:<span class="required">*</span></td>
@@ -31,7 +32,7 @@
3132
<td><openmrs:message code="Program.conversion.concept"/>:<span class="required">*</span></td>
3233
<td>
3334
<spring:bind path="conversion.concept">
34-
<openmrs:fieldGen type="org.openmrs.Concept" formFieldName="concept" val="${status.editor.value}" parameters="" />
35+
<openmrs:fieldGen type="org.openmrs.Concept" formFieldName="concept" val="<c:out value='${status.editor.value}' />" parameters="" />
3536
<c:if test="${status.errorMessage != ''}"><span class="error">${status.errorMessage}</span></c:if>
3637
</spring:bind>
3738
</td>

omod/src/main/webapp/admin/provider/index.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252

5353
<br/><br/>
54+
<h1>Bye bye</h1>
5455

5556
<div>
5657
<b class="boxHeader"><openmrs:message code="Provider.find"/></b>

0 commit comments

Comments
 (0)