Marius Cramer
2015-01-08 dec3e3d5ba2ef9a68e574b1e42416a8bd9936e67
interface/web/help/templates/faq_edit.htm
@@ -8,8 +8,7 @@
            </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>