Skip to content

Commit

Permalink
RA-1609:Add condition UI enhancement (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
haripriya999 authored and dkayiwa committed Aug 4, 2019
1 parent 1ceb680 commit ea26113
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions omod/src/main/webapp/pages/conditionlist/addCondition.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@
endDate : new Date(),
])}
</li>

&nbsp; &nbsp;
<li id="status" class="group">
<br/> <br/>
<label>${ui.message('coreapps.stopDate.label')} </label>
${ui.includeFragment("uicommons", "field/datetimepicker", [
formFieldName: "conditionEndDate",
Expand All @@ -72,7 +71,7 @@
endDate : new Date(),
])}
</li>

<br/> <br/>
<div id="status" class="horizontal">
<p>
<input type="radio" id="status-1" class="condition-status" value="${ui.message('coreapps.conditionui.active.label')}" name="status" ng-model="condition.status" ng-change="showEndDate()"/>
Expand Down

0 comments on commit ea26113

Please sign in to comment.