The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / patient_file / summary / rx_left.php
blob4e863cde7770d5508cf3ed28d54786852f48b889
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <?php html_header_show();?>
7 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
8 </head>
9 <body class="body_top">
11 <span class="title"><?php xl('Prescriptions','e'); ?></span>
12 <table>
13 <tr height="20px">
14 <td>
15 <a href="<?php echo $GLOBALS['webroot']?>/controller.php?prescription&list&id=<?php echo $pid?>" target='RxRight' class="css_button" onclick="top.restoreSession()">
16 <span><?php xl('List', 'e');?></span></a>
17 <a href="<?php echo $GLOBALS['webroot']?>/controller.php?prescription&edit&id=&pid=<?php echo $pid?>" target='RxRight' class="css_button" onclick="top.restoreSession()">
18 <span><?php xl('Add','e');?></span></a>
19 </td>
20 </tr>
21 </table>
23 </body>
24 </html>