Browse Source

Upload files to 'templet'

master
alamin 6 months ago
parent
commit
0d5e1842fe
  1. 21
      templet/zinipay.tpl

21
templet/zinipay.tpl

@ -0,0 +1,21 @@
{include file="sections/header.tpl"}
<div class="form-group">
<label>API Key</label>
<input type="text" name="api_key" class="form-control" value="{$params.api_key.value|default:''}" />
</div>
<div class="form-group">
<label>Secret Key</label>
<input type="password" name="secret_key" class="form-control" value="{$params.secret_key.value|default:''}" />
</div>
<div class="form-group">
<label>Sandbox Mode</label>
<input type="checkbox" name="sandbox" value="on" {if $params.sandbox.value eq 'on'}checked{/if} />
</div>
<div class="form-group">
<label>Enable Debug Logging</label>
<input type="checkbox" name="debug" value="on" {if $params.debug.value eq 'on'}checked{/if} />
</div>
{include file="sections/footer.tpl"}
Loading…
Cancel
Save