Skip to content

Commit 7c18547

Browse files
author
Till Brehm
committed
Allow resellers to delete domains of their clients in client module.
1 parent 285cfb7 commit 7c18547

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interface/web/client/templates/domain_list.htm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
3434
<td class="tbl_col_domain"><a href="#" onclick="loadContent('client/domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="domain"}</a></td>
3535
<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>
3636
<td class="tbl_col_buttons">
37-
<tmpl_if name="is_admin">
3837
<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>
39-
</tmpl_if>
4038
</td>
4139
</tr>
4240
</tmpl_loop>

0 commit comments

Comments
 (0)