{* $Id: shippings.tpl 1543 2006-04-13 08:06:23Z zeke $ *} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{if $shippings} {foreach from=$shippings item=shipping} {/foreach} {else} {/if}
{$lang.position_short} {$lang.shipping_name} {$lang.delivery_time} {$lang.membership} {$lang.avail}  
{include file="buttons/button.tpl" but_text=$lang.edit but_style="text" but_href="$index_script?$target_name=shippings&$mode_name=update&shipping_id=`$shipping.shipping_id`"}

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

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


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

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