✏️ 正在编辑: oneclick_payment_list.tpl
路径:
/home/bpioifn/www/pigmentse/modules/axepta/views/templates/front/oneclick_payment_list.tpl
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
{* * 1997-2020 Quadra Informatique * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) that is available * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0 * If you are unable to obtain it through the world-wide-web, please send an email * to modules@quadra-informatique.fr so we can send you a copy immediately. * * @author Quadra Informatique <modules@quadra-informatique.fr> * @copyright 1997-2019 Quadra Informatique * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) *} {extends file='customer/page.tpl'} {block name='page_title'} {l s='My One Click cards' mod='axepta'} {/block} {block name="page_content"} <section id="content" class="page-content"> {if count($payment_oneclick_list)} <div class="block-center" id="block-history"> <table id="order-list" class="table table-striped table-bordered table-labeled"> <thead class="thead-default"> <tr> <th class="first_item footable-first-column" data-sort-ignore="true">{l s='Id Card' mod='axepta'}</th> <th data-sort-ignore="true" class="item">{l s='Cart Number' mod='axepta'}</th> <th data-sort-ignore="true" class="item">{l s='Ccbrand' mod='axepta'}</th> <th data-sort-ignore="true" class="item">{l s='Delete' mod='axepta'}</th> </tr> </thead> <tbody> {foreach from=$payment_oneclick_list item=payment name=myLoop} <tr class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if} {if $smarty.foreach.myLoop.index % 2}alternate_item{/if}"> <td class="history text-xs-center">{$payment.id}</td> <td class="history text-xs-center">XXXX XXXX XXXX X{$payment.payment_display}</td> <td class="history text-xs-center">{$payment.ccbrand}</td> <td class="history text-xs-center"> <form id="axepta_stop_oneclick_unique_form_{$payment.id}" method="POST" action="{$url|escape:'htmlall':'UTF-8'}?id_axepta={$payment.id}"> <input type="hidden" name="axepta_stop_oneclick_unique_form" value="1" /> <input type="hidden" name="id_axepta_customer_oneclick_payment" value="{$payment.id}" /> <button class="stop_oneclick" type="submit" form="axepta_stop_oneclick_unique_form_{$payment.id}" class="btn btn-primary form-control-submit"> {l s='Delete' mod='axepta'}</button> </form> </td> </tr> {/foreach} </tbody> </table> </div> {/if} </section> {/block}
💾 保存文件
← 返回文件管理器