missed bracket
[openemr.git] / templates / prescription / general_block.html
blob3d1df90dfc3906499c8717ca188f2d304022b2c7
1 {literal}
2 <style type="text/css" title="mystyles" media="all">
3 <!--
4 td {
5 font-family: sans-serif;
6 text-decoration: none;
7 color: #000000;
8 font-size: 70%;
10 -->
11 {/literal}
12 </style>
13 <table>
14 {foreach from=$prescriptions item=prescription}
15 <tr>
16 <td>{$prescription->drug}</td>
17 <td>{$prescription->get_dosage_display()}</td>
18 </tr>
19 {/foreach}
20 </table>