| | |
| | | </div></div> |
| | | <div class="form-group"> |
| | | <label for="hf_question" class="col-sm-3 control-label">{tmpl_var name='faq_question_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="hf_question" id="hf_question" value="{tmpl_var name='hf_question'}" class="form-control" /> |
| | | </div></div> |
| | | <div class="col-sm-9"><input type="text" name="hf_question" id="hf_question" value="{tmpl_var name='hf_question'}" class="form-control" /></div></div> |
| | | <div class="form-group"> |
| | | <label for="hf_answer" class="col-sm-3 control-label">{tmpl_var name='faq_answer_txt'}</label> |
| | | <div class="col-sm-9"><textarea class="form-control" name="hf_answer" id="hf_answer" rows='10' cols='30'>{tmpl_var name='hf_answer'}</textarea></div> |