2009-08-03 04:10:16 +00:00
|
|
|
{assign var=meth value=':'|explode:$VAR._page}
|
|
|
|
<!-- {$meth.0}:{$meth.1} -->
|
2008-11-26 22:50:40 +00:00
|
|
|
|
|
|
|
<!-- Display the form validation -->
|
|
|
|
{if $form_validation}
|
2009-08-03 04:10:16 +00:00
|
|
|
{$block->display('core:alert_fields')}
|
2008-11-26 22:50:40 +00:00
|
|
|
{/if}
|
|
|
|
|
2009-08-03 04:10:16 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
<!--
|
|
|
|
var _editor_url = "includes/htmlarea/";
|
|
|
|
var _editor_lang = "{$smarty.const.SESS_LANGUAGE}";
|
|
|
|
//-->
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript" src="includes/htmlarea/htmlarea.js"></script>
|
|
|
|
|
2008-11-26 22:50:40 +00:00
|
|
|
<!-- Display the form to collect the input values -->
|
2009-08-03 04:10:16 +00:00
|
|
|
<form id="add" method="post" action="" enctype="multipart/form-data">
|
|
|
|
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
|
|
|
<tr valign="top">
|
|
|
|
<td class="table_heading">{osb f=tt}</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td class="row1">
|
|
|
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 25%;">{osb f=tf field=faq_id}</td>
|
|
|
|
<td style="width: 75%;">
|
|
|
|
{if $VAR.id == ''}
|
|
|
|
{$list->menu('','faq_translate_faq_id','faq','name',$VAR.faq_translate_faq_id,'form_menu')}
|
|
|
|
{else}
|
|
|
|
{$list->menu('','faq_translate_faq_id','faq','name',$VAR.id,'form_menu')}
|
|
|
|
{/if}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 25%;">{osb f=tf field=language_id}</td>
|
|
|
|
<td style="width: 75%;">
|
|
|
|
{if $VAR.faq_translate_language_id == ''}
|
|
|
|
{$list->menu_files('','faq_translate_language_id',$smarty.const.DEFAULT_LANGUAGE,'language','','_core.xml','form_menu')}
|
|
|
|
{else}
|
|
|
|
{$list->menu_files('','faq_translate_language_id',$VAR.faq_translate_language_id,'language','','_core.xml','form_menu')}
|
|
|
|
{/if}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td style="width: 25%;">{osb f=tf field=question}</td>
|
|
|
|
<td style="width: 75%;"><textarea name="faq_translate_question" cols="60" rows="10">{$VAR.faq_translate_question}</textarea></td>
|
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
|
|
<td>{osb f=tf field=answer}</td>
|
|
|
|
<td><textarea name="faq_translate_answer" cols="60" rows="10">{$VAR.faq_translate_answer}</textarea></td>
|
|
|
|
</tr>
|
|
|
|
{include file='file:../core/add_tr_submit.tpl'}
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2008-11-26 22:50:40 +00:00
|
|
|
</form>
|