Browse Source

Tickets v1 (wip) - edit title

Vijayakrishnan 4 years ago
parent
commit
ad4564b2a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/tickets.blade.php

+ 1 - 1
resources/views/app/patient/tickets.blade.php

@@ -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>