|
@@ -202,7 +202,7 @@ $goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
|
|
|
</table>
|
|
|
|
|
|
<div class="d-flex align-items-center">
|
|
|
- <div class="mt-1 w-100 border p-2 bg-aliceblue border-info rounded">
|
|
|
+ <div class="mt-1 w-100 border p-3 bg-aliceblue border-info rounded">
|
|
|
<form action="/api/visitPoint/addTopLevel" class="mcp-theme-1 w-100" id="frm-add-goal">
|
|
|
<input type="hidden" name="noteUid" value="<?= $note->uid ?>">
|
|
|
<input type="hidden" name="category" value="GOAL">
|
|
@@ -235,7 +235,8 @@ $goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
|
|
|
</div>
|
|
|
|
|
|
<div class="d-flex align-items-center">
|
|
|
- <button type="submit" class="btn btn-sm btn-primary mr-2 my-1">Save Goal</button>
|
|
|
+ <button type="submit" class="btn btn-sm btn-primary mr-2">Save Goal</button>
|
|
|
+ <button type="button" class="btn btn-sm btn-default border-secondary bg-white border mr-2" onclick="return closeStagPopup()">Close</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|