{* $Id: currencies.tpl 1816 2006-05-17 14:54:06Z lantan $ *} {literal} {/literal} {capture name="mainbox"}

{include file="common_templates/select_language.tpl"}


{include file="common_templates/pagination.tpl"} {foreach from=$currencies item=cur} {/foreach}
{$lang.base_currency} {$lang.code} {$lang.name} {$lang.currency_rate} {$lang.currency_sign} {$lang.show_after_value} {$lang.avail}
{include file="common_templates/pagination.tpl"}

{if 'manage_currencies'|fn_check_privileges:true}
{include file="buttons/update.tpl" but_onclick="javascript:document.currency_form.submit();"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('currency_form','delete', false, 'delete_checkbox_', '`$mode_name`', false);"}
{/if}


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

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