From fc24e079f03e8bc3bcbcb8465fa3046652e3af1c Mon Sep 17 00:00:00 2001 From: Jerry Padgett Date: Tue, 17 Dec 2024 16:14:12 -0500 Subject: [PATCH] Quick escape issues fix (#7873) * Quick escape issues fix Thanks staus needs to preserve html for dusplay missed endings for refactor escapting and translations. * make comment required if email * Relax permissions. --- interface/main/calendar/find_patient_popup.php | 8 ++++---- .../custom_modules/oe-module-faxsms/contact.php | 6 +++--- .../custom_modules/oe-module-faxsms/messageUI.php | 2 +- .../src/Controller/ClickatellSMSClient.php | 2 +- .../oe-module-faxsms/src/Controller/EmailClient.php | 2 +- .../src/Controller/EtherFaxActions.php | 2 +- .../src/Controller/TwilioSMSClient.php | 2 +- .../src/Events/NotificationEventListener.php | 10 +++++----- src/Events/Messaging/SendNotificationEvent.php | 2 +- src/Events/Messaging/SendSmsEvent.php | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/interface/main/calendar/find_patient_popup.php b/interface/main/calendar/find_patient_popup.php index ac33d032e39..622e146ad0c 100644 --- a/interface/main/calendar/find_patient_popup.php +++ b/interface/main/calendar/find_patient_popup.php @@ -145,9 +145,9 @@ } ?>> - ' title='' /> + ' title='' />
- ' /> + ' />
@@ -206,7 +206,7 @@ } echo " "; + attr($iterpid . "~" . $iterlname . "~" . $iterfname . "~" . $iterdob) . "'>"; echo " " . text($iterlname . ", " . $iterfname . " " . $itermname); if (!empty($iter['billing_note'])) { echo "
" . text($iter['billing_note']); @@ -269,7 +269,7 @@ function selpid(pid, lname, fname, dob) { if (opener.closed || !opener.setpatient) - alert(""); + alert(); else opener.setpatient(pid, lname, fname, dob); dlgclose(); diff --git a/interface/modules/custom_modules/oe-module-faxsms/contact.php b/interface/modules/custom_modules/oe-module-faxsms/contact.php index d18d0e18e4a..eab5222a4a5 100644 --- a/interface/modules/custom_modules/oe-module-faxsms/contact.php +++ b/interface/modules/custom_modules/oe-module-faxsms/contact.php @@ -271,8 +271,8 @@ function (data) { '> '> '> - '> - '> + '> + '> '> '> '> @@ -331,7 +331,7 @@ function (data) {
-
diff --git a/interface/modules/custom_modules/oe-module-faxsms/messageUI.php b/interface/modules/custom_modules/oe-module-faxsms/messageUI.php index cf1ce3b925e..aeceef0bf44 100644 --- a/interface/modules/custom_modules/oe-module-faxsms/messageUI.php +++ b/interface/modules/custom_modules/oe-module-faxsms/messageUI.php @@ -679,7 +679,7 @@ function createPatient(e, faxId, recordId, data) { - verifyAcl('admin', 'demo')) { ?> + verifyAcl('patients', 'appt')) { ?>