From 62cdbefe6b8fe135058922b8e47f94ba6b4e639c Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 12 Apr 2017 02:22:59 -0500 Subject: [PATCH] removal of overlib_mini.js and calendar.js (#640) --- interface/batchcom/batchcom.php | 2 - interface/batchcom/emailnotification.php | 2 - interface/batchcom/settingsnotification.php | 2 - interface/batchcom/smsnotification.php | 2 - interface/forms/newGroupEncounter/common.php | 1 - interface/forms/newpatient/common.php | 1 - interface/language/language.php | 2 - interface/reports/amc_tracking.php | 1 - interface/reports/appointments_report.php | 1 - interface/reports/cdr_log.php | 1 - interface/reports/clinical_reports.php | 1 - interface/reports/cqm.php | 1 - interface/reports/front_receipts_report.php | 1 - interface/reports/insurance_allocation_report.php | 1 - interface/reports/patient_flow_board_report.php | 1 - interface/reports/patient_list.php | 1 - interface/reports/patient_list_creation.php | 1 - interface/reports/prescriptions_report.php | 1 - interface/reports/report_results.php | 1 - interface/reports/services_by_category.php | 1 - interface/reports/unique_seen_patients_report.php | 1 - library/calendar.js | 544 ----------------- library/dynarch_calendar_setup.js | 3 +- library/overlib_mini.js | 690 ---------------------- 24 files changed, 2 insertions(+), 1261 deletions(-) delete mode 100644 library/calendar.js delete mode 100644 library/overlib_mini.js diff --git a/interface/batchcom/batchcom.php b/interface/batchcom/batchcom.php index 4e65324e1..30e26fa8c 100644 --- a/interface/batchcom/batchcom.php +++ b/interface/batchcom/batchcom.php @@ -134,7 +134,6 @@ if ($_POST['form_action']=='Process') { - @@ -191,7 +190,6 @@ if ($_POST['form_action']=='Process') { - diff --git a/interface/batchcom/emailnotification.php b/interface/batchcom/emailnotification.php index 5a6610b0d..eda9c3d8b 100755 --- a/interface/batchcom/emailnotification.php +++ b/interface/batchcom/emailnotification.php @@ -75,8 +75,6 @@ $min_array = array('00','05','10','15','20','25','30','35','40','45','50','55'); - - diff --git a/interface/batchcom/settingsnotification.php b/interface/batchcom/settingsnotification.php index 12d746bcb..fd471c53c 100755 --- a/interface/batchcom/settingsnotification.php +++ b/interface/batchcom/settingsnotification.php @@ -55,8 +55,6 @@ if($result) - - diff --git a/interface/batchcom/smsnotification.php b/interface/batchcom/smsnotification.php index ce05b56ea..fb55c66dc 100755 --- a/interface/batchcom/smsnotification.php +++ b/interface/batchcom/smsnotification.php @@ -73,8 +73,6 @@ $min_array = array('00','05','10','15','20','25','30','35','40','45','50','55'); - - diff --git a/interface/forms/newGroupEncounter/common.php b/interface/forms/newGroupEncounter/common.php index de27d63d9..257e3b7fa 100644 --- a/interface/forms/newGroupEncounter/common.php +++ b/interface/forms/newGroupEncounter/common.php @@ -70,7 +70,6 @@ $ires = sqlStatement("SELECT id, type, title, begdate FROM lists WHERE " . - diff --git a/interface/forms/newpatient/common.php b/interface/forms/newpatient/common.php index e49a4adfa..5bf666aa3 100644 --- a/interface/forms/newpatient/common.php +++ b/interface/forms/newpatient/common.php @@ -68,7 +68,6 @@ $ires = sqlStatement("SELECT id, type, title, begdate FROM lists WHERE " . - diff --git a/interface/language/language.php b/interface/language/language.php index d665fec9d..dc75195d6 100644 --- a/interface/language/language.php +++ b/interface/language/language.php @@ -20,8 +20,6 @@ require_once("language.inc.php"); - - diff --git a/interface/reports/amc_tracking.php b/interface/reports/amc_tracking.php index 431e61ecf..f832b3d13 100644 --- a/interface/reports/amc_tracking.php +++ b/interface/reports/amc_tracking.php @@ -50,7 +50,6 @@ $provider = trim($_POST['form_provider']); <?php echo htmlspecialchars( xl('Automated Measure Calculations (AMC) Tracking'), ENT_NOQUOTES); ?> - diff --git a/interface/reports/appointments_report.php b/interface/reports/appointments_report.php index ebc2b5934..879722317 100644 --- a/interface/reports/appointments_report.php +++ b/interface/reports/appointments_report.php @@ -119,7 +119,6 @@ function fetch_reminders($pid, $appt_date) { <?php echo xlt('Appointments Report'); ?> - diff --git a/interface/reports/cdr_log.php b/interface/reports/cdr_log.php index 518d043b9..746d910ae 100644 --- a/interface/reports/cdr_log.php +++ b/interface/reports/cdr_log.php @@ -44,7 +44,6 @@ require_once "$srcdir/clinical_rules.php"; <?php echo xlt('Alerts Log'); ?> - diff --git a/interface/reports/clinical_reports.php b/interface/reports/clinical_reports.php index cc86198a1..ec6e8e0b9 100644 --- a/interface/reports/clinical_reports.php +++ b/interface/reports/clinical_reports.php @@ -79,7 +79,6 @@ $fake_register_globals=false; <?php echo htmlspecialchars(xl('Clinical Reports'),ENT_NOQUOTES); ?> - diff --git a/interface/reports/cqm.php b/interface/reports/cqm.php index 24f73e916..766938427 100644 --- a/interface/reports/cqm.php +++ b/interface/reports/cqm.php @@ -121,7 +121,6 @@ else { <?php echo xlt('Automated Measure Calculations (AMC) - 2014 Stage II'); ?> - diff --git a/interface/reports/front_receipts_report.php b/interface/reports/front_receipts_report.php index 915485459..28ca7e4d7 100644 --- a/interface/reports/front_receipts_report.php +++ b/interface/reports/front_receipts_report.php @@ -36,7 +36,6 @@ require_once("$srcdir/patient.inc"); <?php xl('Front Office Receipts','e'); ?> - diff --git a/interface/reports/insurance_allocation_report.php b/interface/reports/insurance_allocation_report.php index c4bbb0c87..1dff2f556 100644 --- a/interface/reports/insurance_allocation_report.php +++ b/interface/reports/insurance_allocation_report.php @@ -55,7 +55,6 @@ else { <?php xl('Patient Insurance Distribution','e'); ?> - diff --git a/interface/reports/patient_flow_board_report.php b/interface/reports/patient_flow_board_report.php index bca9f8285..a1599296b 100644 --- a/interface/reports/patient_flow_board_report.php +++ b/interface/reports/patient_flow_board_report.php @@ -83,7 +83,6 @@ if ($form_patient == '' ) $form_pid = ''; <?php echo xlt('Patient Flow Board Report'); ?> - diff --git a/interface/reports/patient_list.php b/interface/reports/patient_list.php index 6c8c39b75..d3d66f991 100644 --- a/interface/reports/patient_list.php +++ b/interface/reports/patient_list.php @@ -60,7 +60,6 @@ else { - diff --git a/interface/reports/patient_list_creation.php b/interface/reports/patient_list_creation.php index bc2ec09ae..db24db265 100644 --- a/interface/reports/patient_list_creation.php +++ b/interface/reports/patient_list_creation.php @@ -74,7 +74,6 @@ <?php echo xlt('Patient List Creation'); ?> - diff --git a/interface/reports/prescriptions_report.php b/interface/reports/prescriptions_report.php index 10bc63f6f..c2d61000b 100644 --- a/interface/reports/prescriptions_report.php +++ b/interface/reports/prescriptions_report.php @@ -42,7 +42,6 @@ <?php xl('Prescriptions and Dispensations','e'); ?> - diff --git a/interface/reports/report_results.php b/interface/reports/report_results.php index 5e57ce54d..abfb47a0f 100644 --- a/interface/reports/report_results.php +++ b/interface/reports/report_results.php @@ -46,7 +46,6 @@ require_once "$srcdir/report_database.inc"; <?php echo htmlspecialchars( xl('Report Results/History'), ENT_NOQUOTES); ?> - diff --git a/interface/reports/services_by_category.php b/interface/reports/services_by_category.php index 4cc65e84d..bc50a598f 100644 --- a/interface/reports/services_by_category.php +++ b/interface/reports/services_by_category.php @@ -64,7 +64,6 @@ table.mymaintable td, table.mymaintable th { <?php xl('Services by Category','e'); ?> - diff --git a/interface/reports/unique_seen_patients_report.php b/interface/reports/unique_seen_patients_report.php index eba0fbb92..f534837fd 100644 --- a/interface/reports/unique_seen_patients_report.php +++ b/interface/reports/unique_seen_patients_report.php @@ -68,7 +68,6 @@ require_once("$srcdir/patient.inc"); <?php xl('Front Office Receipts','e'); ?> - diff --git a/library/calendar.js b/library/calendar.js deleted file mode 100644 index da713cbde..000000000 --- a/library/calendar.js +++ /dev/null @@ -1,544 +0,0 @@ -// diff --git a/library/dynarch_calendar_setup.js b/library/dynarch_calendar_setup.js index b3a8e10db..fbc27a51e 100644 --- a/library/dynarch_calendar_setup.js +++ b/library/dynarch_calendar_setup.js @@ -16,7 +16,8 @@ * providing a quick and simple method for setting it up. If you need * exhaustive customization of the calendar creation process feel free to * modify this code to suit your needs (this is recommended and much better - * than modifying calendar.js itself). + * than modifying calendar.js itself; note calendar.js was removed from openemr + * codebase in 04/2017 as migrate to new datepicker). */ // $Id$ diff --git a/library/overlib_mini.js b/library/overlib_mini.js deleted file mode 100644 index 3cb511e79..000000000 --- a/library/overlib_mini.js +++ /dev/null @@ -1,690 +0,0 @@ -// -- 2.11.4.GIT