|
@@ -29,6 +29,7 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
</h6>
|
|
|
+ @if(!$careMonth->is_tm_this_month)
|
|
|
<div class="d-flex align-items-start ml-auto text-secondary">
|
|
|
<div class="d-inline-flex align-items-start">
|
|
|
<div>
|
|
@@ -77,8 +78,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
|
|
|
+ @if(!$careMonth->is_tm_this_month)
|
|
|
<hr class="m-negator mb-0">
|
|
|
|
|
|
<div class="row m-negator bg-light py-1 text-sm-incl-children">
|
|
@@ -101,12 +104,14 @@
|
|
|
</div>
|
|
|
|
|
|
<hr class="m-negator mt-0">
|
|
|
+ @endif
|
|
|
|
|
|
@if($careMonth->is_tm_this_month)
|
|
|
|
|
|
+ <hr class="m-negator">
|
|
|
<div class="alert alert-secondary mb-0">
|
|
|
This care month has been marked as <b>Transitional Month</b>.
|
|
|
- <span moe class="mt-2">
|
|
|
+ <span moe class="">
|
|
|
<a start show class="font-weight-bold">Undo</a>
|
|
|
<form url="/api/careMonth/setIsTmThisMonthToFalse">
|
|
|
<input type="hidden" name="uid" value="{{ $careMonth->uid }}">
|
|
@@ -245,7 +250,7 @@
|
|
|
</td>
|
|
|
<td class="px-2 text-center delete-column">
|
|
|
<div moe relative>
|
|
|
- <a start show><i class="on-hover-opaque fa fa-trash text-danger"></i></a>
|
|
|
+ <a start show><i class="on-hover-opaque fa fa-trash-alt text-danger"></i></a>
|
|
|
<form url="/api/careMonthEntry/remove" right>
|
|
|
<input type="hidden" name="uid" value="{{ $entry->uid }}">
|
|
|
<p class="small">Are you sure you want to delete this CM entry?</p>
|
|
@@ -355,7 +360,7 @@
|
|
|
</td>
|
|
|
<td class="px-2 text-center delete-column">
|
|
|
<div moe relative>
|
|
|
- <a start show><i class="on-hover-opaque fa fa-trash text-danger"></i></a>
|
|
|
+ <a start show><i class="on-hover-opaque fa fa-trash-alt text-danger"></i></a>
|
|
|
<form url="/api/careMonthEntry/remove" right>
|
|
|
<input type="hidden" name="uid" value="{{ $entry->uid }}">
|
|
|
<p class="small">Are you sure you want to delete this RM entry?</p>
|