Highway to PSR2
[openemr.git] / interface / patient_file / transaction / patient_transaction.php
blobeaed88a0b6c6fbc3dd1e0c61f38f1364197c45e5
1 <?php
5 include_once("../../globals.php");
6 ?>
8 <HTML>
9 <head>
10 <?php html_header_show();?>
11 <TITLE><?php echo htmlspecialchars(xl('Patient Summary'), ENT_NOQUOTES); ?>
12 </TITLE>
13 </HEAD>
14 <frameset rows="50%,50%" cols="*">
15 <frame src="add_transaction.php" name="New Transaction" scrolling="auto">
16 <frame src="transactions.php" name="Transactions" scrolling="auto">
18 </frameset>
20 <noframes><body bgcolor="#FFFFFF">
21 Frames support required
22 </body></noframes>
24 </HTML>