This commit is contained in:
Dr Masroor Ehsan 2025-01-18 15:36:32 +06:00
parent 00a747eb21
commit 67c0cf46e5
3 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@ private function generateActionButtons(Study $study): string
$btns[] = $this->renderImageLink($study->hash, 'info.png', 'showStudy', 'Info'); $btns[] = $this->renderImageLink($study->hash, 'info.png', 'showStudy', 'Info');
break; break;
case WorklistButton::Assign: case WorklistButton::Assign:
$btns[] = $this->renderImageLink($study->hash, 'assign.png', 'show-assign', 'Assign'); $btns[] = $this->renderImageLink($study->hash, 'doctor.png', 'show-assign', 'Assign');
break; break;
case WorklistButton::Notes: case WorklistButton::Notes:
$btns[] = $this->renderImageLink($study->hash, 'chat.png', 'show-notes', 'Chat'); $btns[] = $this->renderImageLink($study->hash, 'chat.png', 'show-notes', 'Chat');

BIN
resources/imgs/doctor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,3 +1,3 @@
<a @if ($blank) target="_blank" @endif href="{{ $url ?? '#' }}" data-id="{{ $data_id }}" class="ms-1 {{ $data_class }}" @include('_partials._tooltip', ['tip' => $text]) > <a @if ($blank) target="_blank" @endif href="{{ $url ?? '#' }}" data-id="{{ $data_id }}" class="ms-1 {{ $data_class }}" @include('_partials._tooltip', ['tip' => $text])>
<img src="{{ $img_src }}" width="{{ $width }}px" height="{{ $width }}px"> <img src="{{ $img_src }}" width="{{ $width }}px" height="{{ $width }}px">
</a> </a>