From 2052e167f7dc04e37041443f640af4e8c18c3bc0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 04 Dec 2012 08:36:35 -0500
Subject: [PATCH] Fixed: FS#2524 - Add check in remote api that no email alias can be added that exists as mailbox

---
 interface/web/help/templates/help_faq_list.htm |   31 +++++++++++++------------------
 1 files changed, 13 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..2988746 100644
--- a/interface/web/help/templates/help_faq_list.htm
+++ b/interface/web/help/templates/help_faq_list.htm
@@ -1,22 +1,17 @@
 <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'>
+        <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>Delete</span></a>
+        <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