From 7c18547d88442e05e10187cfd8e805a4d34b3137 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 01 Sep 2014 07:30:37 -0400
Subject: [PATCH] Allow resellers to delete domains of their clients in client module.
---
interface/web/client/templates/domain_list.htm | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/interface/web/client/templates/domain_list.htm b/interface/web/client/templates/domain_list.htm
index 3100660..6224cbc 100644
--- a/interface/web/client/templates/domain_list.htm
+++ b/interface/web/client/templates/domain_list.htm
@@ -34,9 +34,7 @@
<td class="tbl_col_domain"><a href="#" onclick="loadContent('client/domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="domain"}</a></td>
<td class="tbl_col_domain"><a href="#" onclick="loadContent('client/domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="sys_groupid"}</a></td>
<td class="tbl_col_buttons">
- <tmpl_if name="is_admin">
<a class="button icons16 icoDelete" href="javascript: del_record('client/domain_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"><span>{tmpl_var name='delete_txt'}</span></a>
- </tmpl_if>
</td>
</tr>
</tmpl_loop>
--
Gitblit v1.9.1