From a204303e5099dcb88e5e4760a09e7de9a96c4ea3 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 17 Oct 2014 08:05:51 -0400
Subject: [PATCH] moved "function send_notification_email" from 300-quota_notify.inc.php to monitor_tools.inc.php

---
 interface/web/help/templates/faq_manage_questions_list.htm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/help/templates/faq_manage_questions_list.htm b/interface/web/help/templates/faq_manage_questions_list.htm
index 0fa724c..e7b5eaf 100644
--- a/interface/web/help/templates/faq_manage_questions_list.htm
+++ b/interface/web/help/templates/faq_manage_questions_list.htm
@@ -25,12 +25,12 @@
 				<tbody>
                 <tmpl_loop name="records">
                     <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
-                        <td>{tmpl_var name='hf_question'}</td>
-                        <td>{tmpl_var name='hf_section'}</td>
-                        <td class="tbl_col_buttons">
+                        <td width="60%">{tmpl_var name='hf_question'}</td>
+                        <td width="30%">{tmpl_var name='hf_section'}</td>
+                        <td class="tbl_col_buttons" width="5%">
                             <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 class="tbl_col_buttons">
+                        <td class="tbl_col_buttons" width="5%">
                             <a class="button icons16 icoEdit" href="javascript: loadContent('help/faq_edit.php?id={tmpl_var name='id'}');"><span>{tmpl_var name="faq_edit_txt"}</span></a>
                         </td>
                     </tr>

--
Gitblit v1.9.1