{* $Id: states.tpl 1770 2006-05-15 06:17:47Z zeke $ *} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{$lang.select_country}: 

{include file="common_templates/pagination.tpl"} {if $states} {foreach from=$states item=state} {/foreach} {else} {/if}
{$lang.code} {$lang.state} {$lang.avail}  
{$state.code} {**}  

{$lang.text_no_states}

{if $states} {include file="common_templates/pagination.tpl"}

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


{foreach from=$countries item=country} {if $country.code == $country_code} {assign var="title" value="`$lang.add_new_states` (`$country.country`)"} {/if} {/foreach} {include file="common_templates/subheader.tpl" title=$title}
{include file="buttons/multiple_buttons.tpl" item_id="new_state"}

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