From ffe8428a13a5ff6fcc77bd5dd26f1d17e981d33d Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Sat, 07 Jul 2012 14:50:28 -0400 Subject: [PATCH] removed enclosing div from a.button and button elements --- interface/web/themes/default-v2/templates/help/help_faq_sections_list.htm | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/interface/web/themes/default-v2/templates/help/help_faq_sections_list.htm b/interface/web/themes/default-v2/templates/help/help_faq_sections_list.htm index 98e3354..8f1db6e 100644 --- a/interface/web/themes/default-v2/templates/help/help_faq_sections_list.htm +++ b/interface/web/themes/default-v2/templates/help/help_faq_sections_list.htm @@ -6,7 +6,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_sections_edit.php');"> + <button class="button iconstxt icoAdd" type="button" onclick="loadContent('help/faq_sections_edit.php');"> <span>{tmpl_var name="faq_new_section_txt"}</span> </button> </div> @@ -27,11 +27,9 @@ <tr> <td><b>{tmpl_var name='hfs_name'}</b></td> <td> - <div class="buttons icons16"> - <a class="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> </div> - </td><td> - + <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> + <td> <a href="#" onClick="loadContent('help/faq_sections_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="faq_edit_txt"}</a> </td> </tr> -- Gitblit v1.9.1