You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
534 B

{extends 'layout_view.tpl'}
{block name="title"}
{title}{$title|escape}{/title}
{/block}
{block name="content"}
{$headerlib->clear_js()}
<div>
<div>{tr}Item{/tr}</div>
{textarea name="forum_deliberation_description[]" class="forum_deliberation_description" _simple="y" codemirror="y" syntax="tiki" _toolbars=$prefs.feature_forum_parse}{/textarea}
{rating_override_menu type="comment"}
{$headerlib->output_js_files()}
<script>{$headerlib->output_js()}</script>
</div>
{/block}