{* $Id: search_result.tpl,v 1.20.2.3 2003/03/17 07:06:20 svowl Exp $ *} { include file="location.tpl" last_location=$lng.lbl_search_products } {capture name=dialog} {if $usertype eq "A"} {/if}
{$lng.lbl_product} #
{$lng.lbl_product_title}
{$lng.lbl_provider}
{$lng.lbl_in_category} *
   
{/capture} {include file="dialog.tpl" title=$lng.lbl_search_products content=$smarty.capture.dialog extra="width=100%"}

{if $smarty.server.QUERY_STRING ne ""} {if $not_all_items} {$not_all_items} {$lng.lbl_products_found}
Displaying first {$items_count} {elseif $items_count gt "0"} {$total_items} {$lng.lbl_products_found}
{$lng.lbl_displaying}: {$first_item} - {$last_item} {$lng.lbl_products} {elseif $items_count eq "0"} {$items_count} {$lng.lbl_products_found} {/if} {/if} {if $products}

{capture name=dialog}

{ include file="customer/main/navigation.tpl" } {include file="main/products.tpl" products=$products}

{ include file="customer/main/navigation.tpl" }
{include file="buttons/details.tpl"} {include file="buttons/modify.tpl"} {include file="buttons/clone.tpl"} {include file="buttons/delete.tpl"} {include file="buttons/update.tpl"}

{/capture} {include file="dialog.tpl" title=$lng.lbl_search_results content=$smarty.capture.dialog extra="width=100%"} {/if}