frmcc.tpl

来自「太烦了」· TPL 代码 · 共 26 行

TPL
26
字号
<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 + =
减小字号Ctrl + -
显示快捷键?