ftimme
2012-12-12 bd2e0ccebfcc953a45fcbc741c66a7c5164e528c
- Paging was missing in FAQ.
2 files modified
16 ■■■■■ changed files
interface/web/help/templates/faq_manage_questions_list.htm 7 ●●●●● patch | view | raw | blame | history
interface/web/help/templates/help_faq_sections_list.htm 9 ●●●● patch | view | raw | blame | history
interface/web/help/templates/faq_manage_questions_list.htm
@@ -22,6 +22,7 @@
                        <th class="tbl_col_buttons" scope="col">{tmpl_var name="faq_edit_txt"}</th>
                    </tr>
                </thead>
                <tbody>
                <tmpl_loop name="records">
                    <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
                        <td>{tmpl_var name='hf_question'}</td>
@@ -34,6 +35,12 @@
                        </td>
                    </tr>
                </tmpl_loop>
                </tbody>
                <tfoot>
                    <tr>
                        <td class="tbl_footer tbl_paging" colspan="4"><tmpl_var name="paging"></td>
                    </tr>
                </tfoot>
            </table>
        </fieldset>
    </div>
interface/web/help/templates/help_faq_sections_list.htm
@@ -23,9 +23,10 @@
                        <th class="tbl_col_buttons" scope="col">{tmpl_var name="faq_edit_txt"}</th>
                    </tr>
                </thead>
                <tbody>
                <tmpl_loop name="records">
                    <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
                        <th class="tbl_col_section_name"><b>{tmpl_var name='hfs_name'}</b></td>
                        <td class="tbl_col_section_name"><b>{tmpl_var name='hfs_name'}</b></td>
                        <td class="tbl_col_buttons">
                            <a class="button icons16 icoDelete" href="javascript: del_record('help/faq_sections_delete.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"><span>{tmpl_var name="faq_delete_txt"}</span></a>
                        </td>
@@ -34,6 +35,12 @@
                        </td>
                    </tr>
                </tmpl_loop>
                </tbody>
                <tfoot>
                    <tr>
                        <td class="tbl_footer tbl_paging" colspan="3"><tmpl_var name="paging"></td>
                    </tr>
                </tfoot>
            </table>
        </fieldset>
    </div>