|
@@ -746,9 +746,9 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
|
|
|
|
<section class="mr-4 align-self-start mt-2 ml-auto">
|
|
<section class="mr-4 align-self-start mt-2 ml-auto">
|
|
<label>Sticky Note:</label> <span class="text-secondary">{{$patient->sticky_note ?? '-' }}</span>
|
|
<label>Sticky Note:</label> <span class="text-secondary">{{$patient->sticky_note ?? '-' }}</span>
|
|
- <div moe right class="ml-2 hide-inside-popup">
|
|
|
|
|
|
+ <div moe relative wide class="ml-2 hide-inside-popup">
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
<a start show><i class="fa fa-edit"></i></a>
|
|
- <form url="/api/client/updateStickyNote" class="mcp-theme-1">
|
|
|
|
|
|
+ <form url="/api/client/updateStickyNote" class="mcp-theme-1" right>
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label class="text-secondary text-sm">Sticky Note</label>
|
|
<label class="text-secondary text-sm">Sticky Note</label>
|