Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Zvonimir
ISPConfig 3
Commits
7c18547d
Commit
7c18547d
authored
Sep 01, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow resellers to delete domains of their clients in client module.
parent
285cfb78
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
interface/web/client/templates/domain_list.htm
interface/web/client/templates/domain_list.htm
+0
-2
No files found.
interface/web/client/templates/domain_list.htm
View file @
7c18547d
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment