From 5aaa0eff10ef3835a8edbaa20e1272f04a88ab1f Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Thu, 31 Jan 2013 09:33:54 -0500
Subject: [PATCH] - Fixed: robots.txt should not exclude all crawlers from the website by default

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

diff --git a/interface/web/help/templates/faq_manage_questions_list.htm b/interface/web/help/templates/faq_manage_questions_list.htm
index 4907b73..39aa31a 100644
--- a/interface/web/help/templates/faq_manage_questions_list.htm
+++ b/interface/web/help/templates/faq_manage_questions_list.htm
@@ -22,6 +22,7 @@
                         <th class="tbl_col_buttons" scope="col">{tmpl_var name="faq_edit_txt"}</th>
                     </tr>
                 </thead>
+				<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>
@@ -34,6 +35,12 @@
                         </td>
                     </tr>
                 </tmpl_loop>
+				</tbody>
+				<tfoot>
+                    <tr>
+                        <td class="tbl_footer tbl_paging" colspan="4"><tmpl_var name="paging"></td>
+                    </tr>
+                </tfoot>
             </table>
         </fieldset>
     </div>

--
Gitblit v1.9.1