Skip to content
faq_manage_questions_list.htm 2.27 KiB
Newer Older
<h2>{tmpl_var name="faq_faq_questions_txt"}</h2>

        <p>{tmpl_var name="toolsarea_head_txt"}</p>
            
                <button class="button iconstxt icoAdd" type="button" data-load-content="help/faq_edit.php">
                    <span>{tmpl_var name="faq_new_question_txt"}</span>
                </button>
    
        <p><tmpl_var name="faq_sections_txt"></p>
            <div class="table-wrapper marginTop15">
<table class="table">
                <thead class="dark">
                    <tr>
                        <th>{tmpl_var name="faq_question_txt"}</th>
                        <th>{tmpl_var name="faq_section_name_txt"}</th>
                        <th>{tmpl_var name="faq_delete_txt"}</th>
                        <th>{tmpl_var name="faq_edit_txt"}</th>
                <tmpl_loop name="records">
cfoe's avatar
cfoe committed
                    <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
                        <td width="60%">{tmpl_var name='hf_question'}</td>
                        <td width="30%">{tmpl_var name='hf_section'}</td>
                        <td width="5%">
                            <a class="btn btn-default formbutton-delete" href="javascript: del_record('help/faq_delete.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');">{tmpl_var name="faq_delete_txt"}</button>
                        <td width="5%">
                            <a class="button icons16 icoEdit" data-load-content="help/faq_edit.php?id={tmpl_var name='id'}"><span>{tmpl_var name="faq_edit_txt"}</span></a>
                        </td>
                    </tr>
                </tmpl_loop>
                <tmpl_unless name="records">
                    <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
                        <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
                    </tr>
                </tmpl_unless>
                        <td colspan="4"><tmpl_var name="paging"></td>