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_list.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default-v2/templates/help/help_faq_list.htm b/interface/web/themes/default-v2/templates/help/help_faq_list.htm index 6af928f..af11e7e 100644 --- a/interface/web/themes/default-v2/templates/help/help_faq_list.htm +++ b/interface/web/themes/default-v2/templates/help/help_faq_list.htm @@ -6,7 +6,7 @@ </p> <tmpl_if name='is_admin'> <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>Delete</span></a> + <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>Delete</span></a> </div> <a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="edit_txt"}</a> <br/> -- Gitblit v1.9.1