From c8437e8495c4e9483d444baa163828b1df07790d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 10 Aug 2012 05:08:13 -0400
Subject: [PATCH] Fixed: FS#2361 - modules.inc.php / function processDatalog()
---
interface/web/help/templates/help_faq_list.htm | 33 +++++++++++++++------------------
1 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/interface/web/help/templates/help_faq_list.htm b/interface/web/help/templates/help_faq_list.htm
index cba74d2..6af928f 100644
--- a/interface/web/help/templates/help_faq_list.htm
+++ b/interface/web/help/templates/help_faq_list.htm
@@ -1,22 +1,19 @@
<tmpl_loop name="records">
- <h3>{tmpl_var name='hf_question'}
- </h3>
- <p>
- {tmpl_var name='hf_answer'}
- </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>
- </div>
-<a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">Edit</a>
- <br/>
- <br/>
- <br/>
- </tmpl_if>
+ <h3>{tmpl_var name='hf_question'}
+ </h3>
+ <p>
+ {tmpl_var name='hf_answer'}
+ </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>
+ </div>
+ <a href="#" onClick="loadContent('help/faq_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="edit_txt"}</a>
+ <br/>
+ <br/>
+ <br/>
+ </tmpl_if>
</tmpl_loop>
-<!--<tmpl_var name="paging">-->
+<!--<tmpl_var name="paging">-->
\ No newline at end of file
--
Gitblit v1.9.1