z
This commit is contained in:
39
update/data/skins/power_user/admin/show_all_users.html
Normal file
39
update/data/skins/power_user/admin/show_all_users.html
Normal file
@@ -0,0 +1,39 @@
|
||||
|?TREE=» <a class=tree href="/CMD_ALL_USER_SHOW">Show All Users</a>|
|
||||
|?HELP_SECTION=`ADMIN_HELPER`/showall.html|
|
||||
|HTM_HEADER|
|
||||
|HTM_TAB_ADMIN|
|
||||
|
||||
<a href="HTM_ACCOUNT_USER_DELETE">Delete a User</a><br>
|
||||
|
||||
|*if RESULT!=""|
|
||||
<div class='warning_info'>|RESULT|</div>
|
||||
|*endif|
|
||||
|
||||
<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=comparison8 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|
|
||||
|
||||
|HTM_FOOTER|
|
||||
Reference in New Issue
Block a user