From: mdsupport Date: Sat, 13 Apr 2013 21:54:28 +0000 (-0700) Subject: Show active patient Issues in notes (Rev. 1) X-Git-Tag: whats-been-changed~346 X-Git-Url: https://repo.or.cz/w/openemr.git/commitdiff_plain/459640b3eaf3ac9a776ad309c6b79864622338ed Show active patient Issues in notes (Rev. 1) --- diff --git a/library/custom_template/custom_template.php b/library/custom_template/custom_template.php index 1b111ee1b..18ecd8d88 100644 --- a/library/custom_template/custom_template.php +++ b/library/custom_template/custom_template.php @@ -39,7 +39,7 @@ require_once("$srcdir/lists.inc"); function listitemCode ($strDisp, $strInsert) { if ($strInsert) { echo '
  • '. htmlspecialchars(xl($strDisp,ENT_QUOTES)) . '
  • '; + "'" . htmlspecialchars($strInsert,ENT_QUOTES) . "'" .');">'. htmlspecialchars($strDisp,ENT_QUOTES) . ''; } } @@ -184,12 +184,12 @@ $(document).ready(function(){