📄 frmcc.tpl
字号:
<table cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" width="100%">
<tbody>
<tr>
<td>
<p>
<b>Credit Card</b>
</p>
<p>
<b>Split Credit Card E-Mail Address</b><br />
If an e-mail address is entered, the middle digits of the credit card number
will be sent to the e-mail address (the outside digits are stored in the database
with the middle digits censored)<br />
<input type="text" name="configuration[MODULE_PAYMENT_CC_EMAIL]" value="{$paymod_data.MODULE_PAYMENT_CC_EMAIL}" size="40" />
</p>
</td>
</tr>
</tbody>
</table>
{if $smarty.get.saved == 'yes'}
{strip}
<script language="javascript">
alert("{lang mkey='settings_saved'}");
</script>
{/strip}
{/if}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -