{* $Id: payments_list.tpl 1886 2006-06-02 10:55:00Z imac $ *} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{assign var="highlight" value=','|explode:$smarty.get.highlight} {if $payments} {foreach from=$payments item=payment name="pf"} {cycle values='class="manage-row", ' assign='class'} {/foreach} {else} {/if}
{$lang.position_short} {$lang.payment} {$lang.processor} {$lang.template} {$lang.membership} {$lang.protocol} {$lang.avail}
{if 'manage_payments'|fn_check_privileges:true}
{include file="buttons/button.tpl" but_text=$lang.configure but_style="text" onclick="javascript: document.payments_form.redirect_url.value='`$index_script`?`$target_name`=payments&payment_id=`$payment.payment_id`'; document.payments_form.submit();"}
{/if}
     
 
{$lang.description}:  
 


{if 'manage_payments'|fn_check_privileges:true}
{include file="buttons/update.tpl" but_onclick="javascript: document.payments_form.submit();"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('payments_form','delete');"}
{/if}

{$lang.text_no_items_found|replace:'[items]':$lang.payment_methods}



{include file="common_templates/subheader.tpl" title=$lang.add_new_payments}
{include file="buttons/multiple_buttons.tpl" item_id="new_payment"}

{if 'manage_payments'|fn_check_privileges:true} {include file="buttons/add_new.tpl" but_onclick="javascript:document.add_payment_form.submit();"} {/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.payment_methods content=$smarty.capture.mainbox}