1 <a href=
"controller.php?practice_settings&{$TOP_ACTION}pharmacy&action=edit" {php} if (!$GLOBALS['concurrent_layout']) echo
"target='Main'"; {/php}
onclick=
"top.restoreSession()" class=
"css_button" >
2 <span>{xl t='Add a Pharmacy'}
</span></a><br><br>
4 <table cellpadding=
"1" cellspacing='
0'
class=
"showborder">
5 <tr class=
"showborder_head">
6 <th width=
"170px"><b>{xl t='Name'}
</b></th>
7 <th width=
"320px"><b>{xl t='Address'}
</b></th>
8 <th><b>{xl t='Default Method'}
</b></th>
10 {foreach from=$pharmacies item=pharmacy}
12 <td><a href=
"{$CURRENT_ACTION}action=edit&id={$pharmacy->id}" onclick=
"top.restoreSession()">{$pharmacy-
>name}
</a></td>
14 {if $pharmacy-
>address-
>line1 != ''}{$pharmacy-
>address-
>line1}, {/if}
15 {if $pharmacy-
>address-
>city != ''}{$pharmacy-
>address-
>city}, {/if}
16 {$pharmacy-
>address-
>state|upper} {$pharmacy-
>address-
>zip}
</td>
17 <td>{$pharmacy-
>get_transmit_method_display()}
21 <tr class=
"center_display">
22 <td colspan=
"3"><b>{xl t='No Pharmacies Found'}
<b></td>