You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
957 B
27 lines
957 B
<?php |
|
|
|
/** |
|
* Generated DocBlock |
|
* |
|
* @package OpenEMR |
|
* @link http://www.open-emr.org |
|
* @author shahar zi <shaharzi@matrix.co.il> |
|
* @author Robert Down <robertdown@live.com> |
|
* @copyright Copyright (c) 2017 shahar zi <shaharzi@matrix.co.il> |
|
* @copyright Copyright (c) 2017-2022 Robert Down <robertdown@live.com> |
|
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 |
|
*/ |
|
|
|
?> |
|
<div id="component-border"> |
|
<h4><?php echo xlt('Past meetings')?></h4> |
|
<button class="btn btn-primary" onclick="newGroup()"><?php echo xlt('Add encounter')?></button> |
|
</div> |
|
<script> |
|
function newGroup(){ |
|
top.restoreSession(); |
|
top.frames['RBot'].location = '<?php echo $GLOBALS['web_root'] . "/interface/" ?>' + 'forms/newGroupEncounter/new.php?autoloaded=1&calenc='; |
|
//top.window.parent.left_nav.loadFrame2('nen1','RBot','forms/newGroupEncounter/new.php?autoloaded=1&calenc=') |
|
|
|
} |
|
</script>
|
|
|