Till Brehm
2014-09-01 7c18547d88442e05e10187cfd8e805a4d34b3137
Allow resellers to delete domains of their clients in client module.
1 files modified
2 ■■■■■ changed files
interface/web/client/templates/domain_list.htm 2 ●●●●● patch | view | raw | blame | history
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>