new code for skin1/customer/main/payment_cc.tpl
Code:
{* $Id: payment_cc.tpl,v 1.4 2002/12/10 08:57:11 sdg Exp $ *}
{if $config.disable_ccinfo eq "N"}
<table border=0 cellspacing=0 cellpadding=2>
{include file="main/register_ccinfo.tpl"}
</table>
{else}
{$lng.disable_ccinfo_msg}
{/if}
<table border=0 cellspacing=0 cellpadding=2>
<tr valign=middle>
<td height=20 colspan=3>Notes<hr size=1 noshade></td>
</tr>
<tr valign=top>
<td>Customer notes:</td>
<td><font class=Star>*</font></td>
<td nowrap>
<textarea cols=45 rows=6 name=Customer_Notes></textarea>
</td>
</tr>
</table>
hth