4 * erx account status and patient portal username generator popup modals
7 * @link http://www.open-emr.org
8 * @author Ranganath Pathak <pathak@scrs1.org>
9 * @author Brady Miller <brady.g.miller@gmail.com>
10 * @copyright Copyright (c) 2018 Ranganath Pathak <pathak@scrs1.org>
11 * @copyright Copyright (c) 2018 Brady Miller <brady.g.miller@gmail.com>
12 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
16 //erx account status and patient portal username generator popup modals
18 $
(".iframe1").on('click', function(e
) {
19 e
.preventDefault();e
.stopPropagation();
20 dlgopen('', '', 350, 300, '', '', {
22 {text
: <?php
echo xlj('Close'); ?
>, close
: true, style
: 'default btn-sm'}
28 url
: $
(this
).attr('href')
32 $
(".small_modal").on('click', function(e
) {
33 e
.preventDefault();e
.stopPropagation();
34 dlgopen('', '', 380, 200, '', '', {
36 {text
: <?php
echo xlj('Close'); ?
>, close
: true, style
: 'default btn-sm'}
42 url
: $
(this
).attr('href')