From 96b69b29e020147e51bb7bb0be2b77630f4a4c50 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Fri, 24 Aug 2012 06:48:02 -0400
Subject: [PATCH] Theme default-v2 is now the default theme Moved old default theme to themes/default-304

---
 interface/web/help/templates/help_faq_sections_list.htm |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/interface/web/help/templates/help_faq_sections_list.htm b/interface/web/help/templates/help_faq_sections_list.htm
index ddb1a56..8f1db6e 100644
--- a/interface/web/help/templates/help_faq_sections_list.htm
+++ b/interface/web/help/templates/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>
@@ -17,7 +17,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_section_name_txt"}</th>
                         <th class="tbl_col_server_id" scope="col">{tmpl_var name="faq_delete_txt"}</th>
                         <th class="tbl_col_domain" scope="col">{tmpl_var name="faq_edit_txt"}</th>
@@ -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