Skip to content

Commit

Permalink
MSHR-99: Resolved First Faustin's validation faults set
Browse files Browse the repository at this point in the history
  • Loading branch information
kaweesi committed Apr 18, 2016
1 parent 73b9b1c commit b91dd3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
6 changes: 3 additions & 3 deletions omod/src/main/webapp/followupChild.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%@ include file="template/localIncludes.jsp"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@ taglib prefix="springform" uri="/WEB-INF/taglibs/spring-form.tld" %>

<!-- *************************************** -->

Expand Down Expand Up @@ -61,7 +61,7 @@
<br/> -->

<form:form commandName="pmtctChildTest"
<springform:form commandName="pmtctChildTest"
action="childTestForm.form?patientId=${patient.patientId}&encounterType=${param.encounterType}"
method="post">

Expand Down Expand Up @@ -262,7 +262,7 @@
<div style="clear:both;"></div>
</div>

</form:form>
</springform:form>

<script type="text/javascript">
Expand Down
7 changes: 4 additions & 3 deletions omod/src/main/webapp/pmtctAddCPNInfoForm.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<%@ include file="template/localIncludes.jsp"%>
<%@taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@ taglib prefix="springform" uri="/WEB-INF/taglibs/spring-form.tld" %>


<!-- *************************************** -->

Expand Down Expand Up @@ -54,7 +55,7 @@

</div>

<form:form commandName="pmtctCPNInfo" action="addCPNInfoForm.form?patientId=${patient.patientId}"
<springform:form commandName="pmtctCPNInfo" action="addCPNInfoForm.form?patientId=${patient.patientId}"
method="post">

<div id="requiredInfos" style="display: none;">
Expand Down Expand Up @@ -390,7 +391,7 @@

</div>

</form:form>
</springform:form>

<div id="divDlg"></div>

Expand Down
1 change: 0 additions & 1 deletion omod/src/main/webapp/pmtctMaternityForm.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<%@ include file="template/localIncludes.jsp"%>
<%@taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<!-- ************************************************************* -->

<openmrs:require privilege="Add Maternity information" otherwise="/login.htm" redirect="/module/@MODULE_ID@/addMaternityForm.form" />
Expand Down
5 changes: 0 additions & 5 deletions omod/src/main/webapp/template/localIncludes.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
<%@ taglib prefix="pmtct_tag" tagdir="/WEB-INF/tags/module/pmtct"%>

<!-- Jquery includes -->
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/jquery-1.3.2.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/jquery.bgiframe.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.core.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.dialog.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.draggable.js" />
<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/scripts/ui/ui.resizable.js" />

<openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/theme/ui.all.css" />
<!-- <openmrs:htmlInclude file="/moduleResources/@MODULE_ID@/theme/demos.css" /> -->
Expand Down

0 comments on commit b91dd3b

Please sign in to comment.