{* Admin Payment Providers Template *} {include file='inc/_header.html'} {block_page}
SMS Payment Providers

{foreach from=$provider_arr item='provider'}
{$provider.description}
Status
{if $provider.active}Active{else}Inactive{/if}
Label {edit_lang_values_btn section='sms_billing.providers' key=$provider.sms_provider_id}
{$provider.mk_title}
Fields {foreach from=$provider.fields item='field'}
{$field.description}:
{if $field.type == 'text'} {elseif $field.type == 'password'} {elseif $field.type == 'checkbox'} {elseif $field.type == 'select'} {/if}
{/foreach}


{/foreach}
{foreach from=$service_arr item='service'} {/foreach}
SMS Services
Service name Service cost Active Edit
{$service.description}


{if $service_info && $services_fields} {foreach from=$services_fields item='sf'} {/foreach}
SMS service "{$service_info.description}" configs
Config Value
{$sf.description} {if $sf.type == 'text'} {elseif $sf.type == 'password'} {elseif $sf.type == 'checkbox'} {/if}
{/if}

{/block_page} {include file='inc/_footer.html'}