aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_prune_users.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-10-04 18:13:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-10-04 18:13:59 +0000
commitbf8ac19eaa8d74f9dfd6d597190f5664e7339382 (patch)
treec3ad876736748e36cb9176a0248cc43badfc1d9a /phpBB/adm/style/acp_prune_users.html
parent3215bbf88864139dc8c7e9ac5773b1ea8a7e96c1 (diff)
downloadforums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar.gz
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar.bz2
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.tar.xz
forums-bf8ac19eaa8d74f9dfd6d597190f5664e7339382.zip
Move trunk/phpBB to old_trunk/phpBB
git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_prune_users.html')
-rw-r--r--phpBB/adm/style/acp_prune_users.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html
deleted file mode 100644
index 0f2b23dcef..0000000000
--- a/phpBB/adm/style/acp_prune_users.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!-- INCLUDE overall_header.html -->
-
-<a name="maincontent"></a>
-
-<h1>{L_ACP_PRUNE_USERS}</h1>
-
-<p>{L_ACP_PRUNE_USERS_EXPLAIN}</p>
-
-<form id="acp_prune" method="post" action="{U_ACTION}">
-
-<fieldset>
- <legend>{L_ACP_PRUNE_USERS}</legend>
-<dl>
- <dt><label for="username">{L_USERNAME}:</label></dt>
- <dd><input type="text" id="username" name="username" /></dd>
-</dl>
-<dl>
- <dt><label for="email">{L_EMAIL}:</label></dt>
- <dd><input type="text" id="email" name="email" /></dd>
-</dl>
-<dl>
- <dt><label for="joined">{L_JOINED}:</label><br /><span>{L_JOINED_EXPLAIN}</span></dt>
- <dd><select name="joined_select">{S_JOINED_OPTIONS}</select> <input type="text" id="joined" name="joined" /></dd>
-</dl>
-<dl>
- <dt><label for="active">{L_LAST_ACTIVE}:</label><br /><span>{L_LAST_ACTIVE_EXPLAIN}</span></dt>
- <dd><select name="active_select">{S_ACTIVE_OPTIONS}</select> <input type="text" id="active" name="active" /></dd>
-</dl>
-<dl>
- <dt><label for="count">{L_POSTS}:</label></dt>
- <dd><select name="count_select">{S_COUNT_OPTIONS}</select> <input type="text" id="count" name="count" /></dd>
-</dl>
-<dl>
- <dt><label for="users">{L_ACP_PRUNE_USERS}:</label><br /><span>{L_SELECT_USERS_EXPLAIN}</span></dt>
- <dd><textarea id="users" name="users" cols="40" rows="5"></textarea></dd>
- <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd>
-</dl>
-<dl>
- <dt><label for="deleteposts">{L_DELETE_USER_POSTS}:</label><br /><span>{L_DELETE_USER_POSTS_EXPLAIN}</span></dt>
- <dd><label><input type="radio" class="radio" name="deleteposts" value="1" /> {L_YES}</label>
- <label><input type="radio" class="radio" id="deleteposts" name="deleteposts" value="0" checked="checked" /> {L_NO}</label></dd>
-</dl>
-<dl>
- <dt><label for="deactivate">{L_DEACTIVATE_DELETE}:</label><br /><span>{L_DEACTIVATE_DELETE_EXPLAIN}</span></dt>
- <dd><label><input type="radio" class="radio" name="action" value="delete" /> {L_DELETE_USERS}</label>
- <label><input type="radio" class="radio" id="deactivate" name="action" value="deactivate" checked="checked" /> {L_DEACTIVATE}</label></dd>
-</dl>
-
-<p class="submit-buttons">
- <input type="hidden" name="prune" value="1" />
-
- <input class="button1" type="submit" id="update" name="update" value="{L_SUBMIT}" />&nbsp;
- <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
- {S_FORM_TOKEN}
-</p>
-</fieldset>
-</form>
-
-<!-- INCLUDE overall_footer.html -->