| | |
| | | <thead class="dark form-group-sm"> |
| | | <tr> |
| | | <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> |
| | | <th class="text-right">{tmpl_var name="faq_delete_txt"}</th> |
| | | <th class="text-right">{tmpl_var name="faq_edit_txt"}</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | <tmpl_loop name="records"> |
| | | <tr> |
| | | <td><b>{tmpl_var name='hfs_name'}</b></td> |
| | | <td> |
| | | <td class="text-right"> |
| | | <a class="btn btn-default formbutton-danger formbutton-narrow" 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 class="icon icon-delete"></span></button> |
| | | </td> |
| | | <td> |
| | | <td class="text-right"> |
| | | <a class="btn btn-default formbutton-default formbutton-narrow" data-load-content="help/faq_sections_edit.php?id={tmpl_var name='id'}"><span class="icon icon-edit"></span></button> |
| | | </td> |
| | | </tr> |