|
@@ -60,8 +60,7 @@
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
- {{--<div cm-rte data-name="contentText">{!! @$entry ? $entry->content_text : (@$defaultComment ?: 'Reviewed patient feedback regarding ' . $type . ' instructions.') !!}</div>--}}
|
|
|
|
- <textarea name="contentText" id="" class="form-control form-control-sm" rows="4">Reviewed the patient's care plan.</textarea>
|
|
|
|
|
|
+ <div cm-rte data-name="contentText">{!! @$entry ? $entry->content_text : (@$defaultComment ?: "Reviewed the patient's care plan.") !!}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -75,6 +74,12 @@
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
+<style>
|
|
|
|
+ #cm-entry-form{{@$entry ? '-' . $entry->uid : ''}} .rte-holder {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ }
|
|
|
|
+</style>
|
|
<script>
|
|
<script>
|
|
(function() {
|
|
(function() {
|
|
function init() {
|
|
function init() {
|