wip
This commit is contained in:
parent
00a747eb21
commit
67c0cf46e5
@ -393,7 +393,7 @@ private function generateActionButtons(Study $study): string
|
||||
$btns[] = $this->renderImageLink($study->hash, 'info.png', 'showStudy', 'Info');
|
||||
break;
|
||||
case WorklistButton::Assign:
|
||||
$btns[] = $this->renderImageLink($study->hash, 'assign.png', 'show-assign', 'Assign');
|
||||
$btns[] = $this->renderImageLink($study->hash, 'doctor.png', 'show-assign', 'Assign');
|
||||
break;
|
||||
case WorklistButton::Notes:
|
||||
$btns[] = $this->renderImageLink($study->hash, 'chat.png', 'show-notes', 'Chat');
|
||||
|
BIN
resources/imgs/doctor.png
Normal file
BIN
resources/imgs/doctor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -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">
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user