{* $Id: destinations.tpl 1503 2006-03-31 07:53:23Z zeke $ *} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{foreach from=$destinations item=destination} {/foreach}
{$lang.destination_name} {$lang.avail}  
{include file="buttons/button.tpl" but_text=$lang.edit but_style="text" but_href="$index_script?$target_name=destinations&destination_id=`$destination.destination_id`"}

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


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

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