{* $Id: news_details.tpl 1895 2006-06-07 11:28:24Z zeke $ *} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{$lang.news}: *
{$lang.description}:  
{include file="buttons/button.tpl" but_text=$lang.edit_in_visual_editor but_onclick="javascript: fn_open_editor('man_descr');" but_style="text"}
{$lang.date}:   {html_select_date field_array="news[`$news.news_id`][date]" time="`$news.date`" start_year="-5" end_year="+1"}
{$lang.available}  

{include file="buttons/update.tpl" but_onclick="javascript:document.news_form.submit();" but_type="input"}

{/capture} {include file="common_templates/mainbox.tpl" title=$lang.news content=$smarty.capture.mainbox}