Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 180205159618
Choose a base ref
...
head repository: openmrs/openmrs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 95a472188d7b
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 7, 2014

  1. Copy the full SHA
    46d56f8 View commit details

Commits on Mar 10, 2014

  1. Merge pull request #741 from aka001/TRUNK___377

    TRUNK-377 Clarify required fields on management interfaces
    dkayiwa committed Mar 10, 2014
    Copy the full SHA
    95a4721 View commit details
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@
<openmrs:message code="ConceptProposal.proposeWarning"/> <br/>
<openmrs:message code="ConceptProposal.proposeInfo"/><span class="required">*</span>
<spring:bind path="conceptProposal.originalText">
<input type="text" name="${status.expression}" id="originalText" value="" size="60" />
<input type="text" name="${status.expression}" id="originalText" value="" size="60" /><span class="required">*</span>
<c:if test="${status.errorMessage != ''}"><span class="error">${status.errorMessage}</span></c:if>
</spring:bind>

Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

<tr>
<td valign="top">
<textarea name="xml" rows="20" cols="60">${addressTemplateXml}</textarea>
<textarea name="xml" rows="20" cols="60">${addressTemplateXml}</textarea><span class="required">*</span>
</td>
<td valign="top">
<span class="description"> <p><openmrs:message htmlEscape="false" code="AddressTemplate.copy.form.wiki"/>: <a
Original file line number Diff line number Diff line change
@@ -421,7 +421,7 @@
<th><openmrs:message code="Obs.numericAnswer"/><span class="required">*</span></th>
<spring:bind path="valueNumeric">
<td>
<input type="text" name="${status.expression}" value="${status.value}" size="10" onKeyUp="validateNumericRange(this.value)"/>
<input type="text" name="${status.expression}" value="${status.value}" size="10" onKeyUp="validateNumericRange(this.value)"/><span class="required">*</span>
<span id="numericUnits"></span>
<span id="numericRangeError"></span>
<c:if test="${status.errorMessage != ''}"><span class="error">${status.errorMessage}</span></c:if>