Skip to content

Commit

Permalink
Changes the text of the no action required MDT modal
Browse files Browse the repository at this point in the history
Changes the text to be more in keeping with the format of our other
modals
  • Loading branch information
fredkingham committed May 24, 2023
1 parent 60c6e08 commit 16818e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions plugins/tb/templates/tb/mdt_no_action_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

{% block modal_body%}
<div class="row">
<div class="col-md-6 col-md-offset-3" >
<h3>
No action required for this patient

</h3>
<p> A MDT note will be written for this patient, stating that no action was required at this time.</p>
<p>
<button class="btn btn-primary btn-save pull-right" ng-click="no_action()">
<i class="fa fa-pencil"></i> Write
</button>
<div class="col-md-8 col-md-offset-2" >
<p class="lead">
<span class="bold">No action required</span> for [[ name ]]
</p>
<p class="lead"> A MDT note will be written for this patient, stating that no action was required at this time.</p>
<div class="row text-center">
<button class="btn btn-primary btn-save text-center" ng-click="no_action()">
<i class="fa fa-pencil"></i> Write
</button>
</div>

</p>
</div>
Expand Down

0 comments on commit 16818e1

Please sign in to comment.