Files
redline.com.pl/modules/inpostship/views/templates/admin/_partial/settings_integration.tpl
2024-11-11 18:46:54 +01:00

35 lines
2.4 KiB
Smarty

<form method="post">
<div class="panel">
<div class="panel-heading"><i class="icon-cog"></i> {l s='Integracje' mod='inpostship'}</div>
<div class="form-horizontal">
<div class="form-group">
<label class="control-label col-lg-3 text-right">{l s='x13Allegro' mod='inpostship'}:</label>
<div class="col-lg-9">
<span class="switch prestashop-switch fixed-width-lg">
<input id="x13allegro_on" onClick="toggleDraftWarning(false);showOptions(true);showRedirectProductOptions(false);" name="INPOSTSHIP_INTEGRATION_X13ALLEGRO" value="1" type="radio" {if $x13a == 1}checked="checked"{/if} />
<label class="radioCheck" for="x13allegro_on">{l s='YES' mod='inpostship'}</label>
<input id="x13allegro_off" onClick="toggleDraftWarning(true);showOptions(false);showRedirectProductOptions(true);" name="INPOSTSHIP_INTEGRATION_X13ALLEGRO" value="0" type="radio" {if $x13a == 0}checked="checked"{/if} />
<label class="radioCheck" for="x13allegro_off">{l s='NO' mod='inpostship'}</label>
<a class="slide-button btn"></a>
</span>
</div>
</div>
<div class="form-group">
<label class="control-label col-lg-3 text-right">{l s='Print Node' mod='inpostship'}:</label>
<div class="col-lg-9">
<span class="switch prestashop-switch fixed-width-lg">
<input id="printnode_on" onClick="toggleDraftWarning(false);showOptions(true);showRedirectProductOptions(false);" name="INPOSTSHIP_INTEGRATION_PRINTNODE" value="1" type="radio" {if $printnode == 1}checked="checked"{/if} />
<label class="radioCheck" for="printnode_on">{l s='YES' mod='inpostship'}</label>
<input id="printnode_off" onClick="toggleDraftWarning(true);showOptions(false);showRedirectProductOptions(true);" name="INPOSTSHIP_INTEGRATION_PRINTNODE" value="0" type="radio" {if $printnode == 0}checked="checked"{/if} />
<label class="radioCheck" for="printnode_off">{l s='NO' mod='inpostship'}</label>
<a class="slide-button btn"></a>
</span>
</div>
</div>
</div>
<div class="panel-footer">
<button id="configuration_form_submit_btn2" class="btn btn-default pull-right" type="submit" value="1" name="submitSaveIntegration"><i class="process-icon-save"></i> {l s='Save' mod='inpostship'}</button>
</div>
</div>
</form>