From f6acc8b30ae9a9138e7f9368098f4479b54dc91a Mon Sep 17 00:00:00 2001 From: Jung Wook Park Date: Mon, 3 Sep 2018 18:25:52 -0400 Subject: [PATCH 1/8] The input method of physician's name is changed from Selector to Input with autocompletion. --- htdocs/includes/page_elems.php | 13 +++++++++--- htdocs/regn/new_specimen.php | 36 ++++++++-------------------------- 2 files changed, 18 insertions(+), 31 deletions(-) diff --git a/htdocs/includes/page_elems.php b/htdocs/includes/page_elems.php index 7887f1882..19bf0732c 100755 --- a/htdocs/includes/page_elems.php +++ b/htdocs/includes/page_elems.php @@ -4557,9 +4557,16 @@ function generate_doctors($doc_row_id, $doc=""){ echo " >".$option.""; } - echo " - - "; + echo ""; + // [Sep 3, 2018 - Jung Wook] The input method of physician's name is changed from Selector to Input + echo ""; + echo ""; + foreach ($doc as $option) + { + echo ""; /* echo " diff --git a/htdocs/regn/new_specimen.php b/htdocs/regn/new_specimen.php index 0b44dcd1d..f7530141e 100755 --- a/htdocs/regn/new_specimen.php +++ b/htdocs/regn/new_specimen.php @@ -58,32 +58,12 @@ var jq = $.noConflict(true); // <== Do not pass true - +