z
This commit is contained in:
41
update/data/skins/power_user/reseller/show_users.html
Normal file
41
update/data/skins/power_user/reseller/show_users.html
Normal file
@@ -0,0 +1,41 @@
|
||||
|?TREE=» <a class=tree href="/CMD_USER_SHOW">Show Users</a>|
|
||||
|?HELP_SECTION=`RESELLER_HELPER`/modify.html|
|
||||
|HTM_HEADER|
|
||||
|
||||
|HTM_TAB_RESELLER|
|
||||
|
||||
<a href="HTM_ACCOUNT_USER_CREATE">Create User</a><br>
|
||||
<a href="HTM_ACCOUNT_USER_DELETE">Delete User</a><br>
|
||||
<a href="HTM_USER_PASSWD">Change A Users Password</a><br>
|
||||
<br>
|
||||
<a href="/CMD_MODIFY_USER?user=|USERNAME|">Modify your own User data</a>
|
||||
|
||||
<table class=list cellpadding=3 cellspacing=1>
|
||||
<form action="" method="GET" name=searchform>
|
||||
<tr><td class=listtitle>
|
||||
Show Domains that Contain <input type=text size=12 class=inputclass name=value8
|
||||
|*if value8|
|
||||
value='|value8|'
|
||||
|*endif|
|
||||
>
|
||||
<input type=hidden name=comparison* value="contains">
|
||||
<input type=hidden name=sort1 value="8">
|
||||
<input type=hidden name=sort1dir value="1">
|
||||
<input type=hidden name=sort2dir value="1">
|
||||
<input type=hidden name=ipp value="50">
|
||||
<input type=submit value="Search">
|
||||
|
||||
<input type=button value="Clear Search" onClick="document.searchform.value8.value=''; document.searchform.submit();">
|
||||
</td></tr>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
<script language="javascript">
|
||||
document.searchform.value8.focus();
|
||||
document.searchform.value8.select();
|
||||
</script>
|
||||
|
||||
|TABLE|
|
||||
|
||||
Click on the username to modify their account
|
||||
|HTM_FOOTER|
|
||||
Reference in New Issue
Block a user