From e0599e58ff5a1cfe633bc74c192e3db1fd4550c4 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Fri, 31 Aug 2012 05:34:23 -0400 Subject: [PATCH] branding options file --- interface/web/help/templates/faq_manage_questions_list.htm | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/interface/web/help/templates/faq_manage_questions_list.htm b/interface/web/help/templates/faq_manage_questions_list.htm index c045dfb..809ce84 100644 --- a/interface/web/help/templates/faq_manage_questions_list.htm +++ b/interface/web/help/templates/faq_manage_questions_list.htm @@ -4,7 +4,7 @@ <div class="pnl_toolsarea"> <fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend> <div class="buttons"> - <button class="iconstxt icoAdd" type="button" onclick="loadContent('help/faq_edit.php');"> + <button class="button iconstxt icoAdd" type="button" onclick="loadContent('help/faq_edit.php');"> <span>{tmpl_var name="faq_new_question_txt"}</span> </button> </div> @@ -15,7 +15,7 @@ <fieldset><legend><tmpl_var name="faq_sections_txt"></legend> <table class="list"> <thead> - <tr> + <tr class="caption"> <th class="tbl_col_active" scope="col">{tmpl_var name="faq_question_txt"}</th> <th class="tbl_col_active" scope="col">{tmpl_var name="faq_section_name_txt"}</th> <th class="tbl_col_server_id" scope="col">{tmpl_var name="faq_delete_txt"}</th> @@ -26,13 +26,11 @@ <tr> <td>{tmpl_var name='hf_question'}</td> <td>{tmpl_var name='hf_section'}</td> - <td> - <div class="buttons icons16"> - <a class="icons16 icoDelete" href="javascript: del_record('help/faq_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> </div> + <td class="tbl_col_buttons"> + <a class="button icons16 icoDelete" href="javascript: del_record('help/faq_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> <td> - <a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="faq_edit_txt"}</a> + <a href="#" onclick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="faq_edit_txt"}</a> </td> </tr> </tmpl_loop> -- Gitblit v1.9.1