✏️ 正在编辑: admin-product-extra.tpl
路径:
/home/bpioifn/www/pigmentse/modules/axepta/views/templates/hook/admin-product-extra.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) *} <fieldset id="axepta-payment-recurring" class="form-group"> <h3>{l s='Payment Recurring' mod='axepta'}</h3> <!-- TYPE --> <div class="row"> <div class="col-md-3"> <label class="control-label" for="axepta_type"> <span class="label-tooltip" data-toggle="tooltip" title="" data-original-title="{l s='Type of payment' mod='axepta'}"> {l s='Type' mod='axepta'} </span> </label> </div> <div class="col-md-8"> <select id="axepta_type" name="axepta_type" class="select2-selection custom-select select2-selection--single"> {foreach $axepta_types as $axepta_id_type => $axepta_type} <option value="{$axepta_id_type|escape:'htmlall':'UTF-8'}" {if $axepta_id_type == $axepta_payment_recurring.type} selected="selected" {/if}> {$axepta_type|escape:'htmlall':'UTF-8'} </option> {/foreach} </select> </div> </div> <br/> <!-- PERIODICITY --> <div class="row"> <div class="col-md-3"> <label class="control-label" for="axepta_periodicity" > <span class="label-tooltip" data-toggle="tooltip" title="" data-original-title="{l s='Periodicity for capture the recurring payment' mod='axepta'}"> {l s='Periodicity' mod='axepta'} </span> </label> </div> <div class="col-md-8"> <select id="axepta_periodicity" name="axepta_periodicity" class="select2-selection custom-select select2-selection--single"> {foreach $axepta_periodicities as $axepta_id_periodicity => $axepta_periodicity} <option value="{$axepta_id_periodicity|escape:'htmlall':'UTF-8'}" {if $axepta_id_periodicity == $axepta_payment_recurring.periodicity} selected="selected" {/if}> {$axepta_periodicity.name|escape:'htmlall':'UTF-8'} </option> {/foreach} </select> </div> </div> <br/> <!-- NUMBER OCCURENCES --> <div class="row"> <div class="col-md-3"> <label class="control-label" for="axepta_number_occurrences"> <span class="label-tooltip" data-toggle="tooltip" title="" data-original-title="{l s='Number of occurences to do' mod='axepta'}"> {l s='Number of occurrences' mod='axepta'} </span> </label> </div> <div class="col-md-2"> <input id="axepta_number_occurrences" class="form-control" name="axepta_number_occurrences" value="{$axepta_payment_recurring.number_occurences|escape:'htmlall':'UTF-8'}" type="text"> </div> </div> <br/> <!-- RECURRING AMOUNT --> <div class="row"> <div class="col-md-3"> <label class="control-label" for="axepta_recurring_amount"> <span class="label-tooltip" data-toggle="tooltip" title="" data-original-title="{l s='Recurring amount' mod='axepta'}"> {l s='Recurring amount (pre-tax)' mod='axepta'} </span> </label> </div> <div class="col-md-2"> <input id="axepta_recurring_amount" class="form-control" name="axepta_recurring_amount" value="{$axepta_payment_recurring.recurring_amount|escape:'htmlall':'UTF-8'}" type="text"> </div> </div> </fieldset>
💾 保存文件
← 返回文件管理器