Highway to PSR2
[openemr.git] / library / ESign / views / form / esign_button.php
blob6ba397e379d3fc3cbb6317dcc671a7142eb53c37
1 <?php
2 /**
3 * ESign button view script for form module
5 * Copyright (C) 2013 OEMR 501c3 www.oemr.org
7 * LICENSE: This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 3
10 * of the License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
18 * @package OpenEMR
19 * @author Ken Chapple <ken@mi-squared.com>
20 * @author Medical Information Integration, LLC
21 * @link http://www.open-emr.org
22 **/
24 <a target="<?php echo $this->target; ?>" href="#esign-mask-content"
25 class="esign-button-form css_button_small"
26 data-formdir="<?php echo attr($this->formDir); ?>"
27 data-formid="<?php echo attr($this->formId); ?>"
28 data-encounterid="<?php echo attr($this->encounterId); ?>"><span><?php echo xlt('eSign'); ?></span></a>