{*
* Pagina administrativa
*
* @author    Kijam.com <info@kijam.com>
* @copyright 2014 Kijam.com
* @license   Comercial
*}
<form action="" method="post" class="form-horizontal">
	<ps-panel icon="icon-cogs" header="{$display_name|escape:'htmlall':'UTF-8'}">
		<ps-input-text name="skrill_marchent_email"
			label="{l s='Skrill Merchant E-Mail' mod='paymentskrill'}"
			help="{l s='Skrill Merchant E-Mail' mod='paymentskrill'}" size="10"
			value="{if isset($skrill_marchent_email)}{$skrill_marchent_email|escape:'htmlall':'UTF-8'}{/if}"
			required-input="true"
			hint="{l s='Enter your Skrill Merchant E-Mail' mod='paymentskrill'}"></ps-input-text>

		<ps-input-text name="skrill_marchent_mqi_secret"
			label="{l s='MQI/API Password' mod='paymentskrill'}"
			help="{l s='MQI/API Password' mod='paymentskrill'}" size="10"
			value="{if isset($skrill_marchent_mqi_secret)}{$skrill_marchent_mqi_secret|escape:'htmlall':'UTF-8'}{/if}"
			required-input="true"
			hint="{l s='Enter your MQI/API Password' mod='paymentskrill'}"></ps-input-text>

		<ps-input-text name="skrill_fee"
			label="{l s='Fees (in%) surcharge for Skrill' mod='paymentskrill'}"
			help="{l s='Fees (in%) surcharge for Skrill' mod='paymentskrill'}" size="10"
			value="{if isset($skrill_fee)}{$skrill_fee|escape:'htmlall':'UTF-8'}{/if}"
			required-input="true" fixed-width="lg"
			hint="{l s='% Commission charge a customer for using MercadoPago' mod='paymentskrill'}"></ps-input-text>

		<ps-input-text name="skrill_fee_trans"
			label="{l s='Fees (per transaction in €) surcharge for Skrill' mod='paymentskrill'}"
			help="{l s='Fees (per transaction in €) surcharge for Skrill' mod='paymentskrill'}" size="10"
			value="{if isset($skrill_fee_trans)}{$skrill_fee_trans|escape:'htmlall':'UTF-8'}{/if}"
			required-input="true" fixed-width="lg"
			hint="{l s='Fees (per transaction in €) surcharge for Skrill' mod='paymentskrill'}"></ps-input-text>

		<ps-panel-footer>
			<ps-panel-footer-submit title="{l s='Save changes' mod='paymentskrill'}" icon="process-icon-save" direction="right" name="submitPanel"></ps-panel-footer-submit>
		</ps-panel-footer>

	</ps-panel>
</form>
