{* $Id: reviews.tpl 1758 2006-05-12 12:19:36Z zeke $ *} {capture name="mainbox"}
{include file="common_templates/pagination.tpl"} {if $smarty.get.product_id} {$lang.reviews_for_product}  {$product|truncate:45:'...'} ({$lang.full_list})

{/if} {if $reviews} {foreach from=$reviews item=review} {/foreach} {else} {/if}
{$lang.author} {$lang.remote_ip} {$lang.body} {$lang.rating} {$lang.date_added} {$lang.avail}
{if $review.user_id != '0'} {$review.author} {else}{$review.author}
({$lang.anonymous}) {/if}
{$review.remote_ip}
{if $review.product}{$lang.product}: {$review.product|truncate:45:'...'}{/if}
{$review.timestamp|date_format:"`$settings.Appearance.date_format`, `$settings.Appearance.time_format`"}

{$lang.text_no_reviews}

{include file="common_templates/pagination.tpl"} {if $reviews}
{include file="buttons/update.tpl" but_onclick="javascript:document.reviews_form.submit();"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('reviews_form','delete');"}
{/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.manage_reviews content=$smarty.capture.mainbox}