|
@@ -13,20 +13,20 @@ if (!!@$point->data) {
|
|
$contentData = json_decode($point->data, true);
|
|
$contentData = json_decode($point->data, true);
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
-<div visit-moe close-on-save close-on-cancel class="d-block px-3 py-2">
|
|
|
|
- <form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1 mt-2">
|
|
|
|
|
|
+<div visit-moe close-on-save close-on-cancel class="d-block px-3">
|
|
|
|
+ <form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1">
|
|
<input type="hidden" name="segmentUid" value="<?= $segment->uid ?>">
|
|
<input type="hidden" name="segmentUid" value="<?= $segment->uid ?>">
|
|
<input type="hidden" name="category" value="<?= $category ?>">
|
|
<input type="hidden" name="category" value="<?= $category ?>">
|
|
<input type="hidden" name="data" value="{{json_encode($contentData)}}">
|
|
<input type="hidden" name="data" value="{{json_encode($contentData)}}">
|
|
|
|
|
|
- <label class="d-flex align-items-baseline mb-2">
|
|
|
|
|
|
+ <label class="d-flex align-items-baseline mb-1">
|
|
<div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
<div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
<input type="checkbox" data-name="informed_consent" {{@($contentData["informed_consent"] ? 'checked' : '')}}>
|
|
<input type="checkbox" data-name="informed_consent" {{@($contentData["informed_consent"] ? 'checked' : '')}}>
|
|
</div>
|
|
</div>
|
|
<span>Informed consent for treatment obtained and patient questions answered.</span>
|
|
<span>Informed consent for treatment obtained and patient questions answered.</span>
|
|
</label>
|
|
</label>
|
|
|
|
|
|
- <div class="pt-2">
|
|
|
|
|
|
+ <div class="">
|
|
<button submit class="btn btn-sm btn-primary mr-2"><i class="fa fa-save"></i></button>
|
|
<button submit class="btn btn-sm btn-primary mr-2"><i class="fa fa-save"></i></button>
|
|
<div class="d-inline-flex align-self-stretch align-items-center">
|
|
<div class="d-inline-flex align-self-stretch align-items-center">
|
|
<span class="autosave-indicator saving text-sm text-secondary">Saving changes …</span>
|
|
<span class="autosave-indicator saving text-sm text-secondary">Saving changes …</span>
|