{* $Id: countries.tpl 1770 2006-05-15 06:17:47Z zeke $ *} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{include file="common_templates/pagination.tpl"} {* Delete of existent countries functionality is disabled by default *} {* *} {foreach from=$countries item=country} {* *} {/foreach}
{$lang.code} {$lang.code} A3 {$lang.code} N3 {$lang.country} {$lang.region} {$lang.avail}
{* *}{$country.code} {**}{$country.code_A3} {**}{$country.code_N3} {**}{$country.region}
{include file="common_templates/pagination.tpl"}

{if 'manage_locations'|fn_check_privileges:true} {include file="buttons/update.tpl" but_onclick="javascript:document.countries_form.submit();" but_type="input"} {* Deletion of existent countries functionality is disabled by default *} {*     {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('countries_form','delete');"} *} {/if}
{* Add new country functionality is disabled by default *} {*

{include file="common_templates/subheader.tpl" title=$lang.add_new_countries}

{include file="buttons/multiple_buttons.tpl" item_id="new_country"}

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