From c513fa15cb337bc23490c9ceaf446cf1621cb342 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Mon, 16 Jul 2012 12:45:48 -0400
Subject: [PATCH] backporting from ispc-larry: country-flags in lists, added groups to admin/users list, added icons for user_typ
---
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