{*$Id: forms.tpl 1503 2006-03-31 07:53:23Z zeke $*} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{if $forms} {foreach from=$forms item=form} {/foreach}
{$lang.title} {$lang.email_to} {$lang.access_name} {$lang.avail}  
{include file="buttons/button.tpl" but_text=$lang.details but_style="text" but_href="$index_script?$target_name=forms&form_id=`$form.form_id`"}
  {$lang.form_url}: {$customer_index}?{$target_name}=forms&name={$form.name} {$lang.create_link_in_cms} ]  

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

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

{/if}


{include file="common_templates/subheader.tpl" title=$lang.add_new_form}
{$lang.title} {$lang.email_to} {$lang.access_name} {$lang.avail}  
{include file="buttons/multiple_buttons.tpl" item_id="new_form"}

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