|
@@ -147,7 +147,7 @@
|
|
|
<div class="stag-popup stag-popup-sm stag-slide mcp-theme-1" stag-popup-key="erx-popup">
|
|
|
<form method="POST" action="" class="p-0">
|
|
|
<h3 class="stag-popup-title mb-0 p-3 bg-light">
|
|
|
- <span>@{{ erxPopupMode === 'add' ? 'Add ERx Ticket' : 'Edit ERx Ticket' }}</span>
|
|
|
+ <span class="text-nowrap overflow-hidden text-ellipsis">@{{ erxPopupMode === 'add' ? 'Add ERx Ticket' : erxPopupItem.data.medication + ' • ' + erxPopupItem.data.strength }}</span>
|
|
|
<a href="#" class="ml-auto text-secondary"
|
|
|
onclick="return closeStagPopup()"><i class="fa fa-times-circle"></i></a>
|
|
|
</h3>
|