aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_options.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-08-02 18:36:18 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-08-02 18:36:18 +0000
commitc6cbae0397af492b48c4cef0cd84bb8696a1df92 (patch)
treed627ccd1a93c03508377b3aac8419a54707a44cb /phpBB/styles/prosilver/template/ucp_pm_options.html
parentb9cfdd71dc4100c48e5b9e839c8823b5bfaa9ff3 (diff)
downloadforums-c6cbae0397af492b48c4cef0cd84bb8696a1df92.tar
forums-c6cbae0397af492b48c4cef0cd84bb8696a1df92.tar.gz
forums-c6cbae0397af492b48c4cef0cd84bb8696a1df92.tar.bz2
forums-c6cbae0397af492b48c4cef0cd84bb8696a1df92.tar.xz
forums-c6cbae0397af492b48c4cef0cd84bb8696a1df92.zip
forgot one
git-svn-id: file:///svn/phpbb/trunk@7998 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_options.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_options.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_options.html b/phpBB/styles/prosilver/template/ucp_pm_options.html
index e8ecf2c306..02ffe3cee4 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_options.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_options.html
@@ -100,7 +100,7 @@
<dl>
<dt><label for="remove_folder_id">{L_REMOVE_FOLDER}:</label></dt>
<dd><select name="remove_folder_id" id="remove_folder_id">{S_FOLDER_OPTIONS}</select></dd>
- <dd style="margin-top: 3px;"><label for="remove_action1"><input type="radio" name="remove_action" id="remove_action1" value="1" checked="checked" /> {L_MOVE_DELETED_MESSAGES_TO}: </label> <select name="move_to">{S_TO_FOLDER_OPTIONS}</select></dd>
+ <dd style="margin-top: 3px;"><label for="remove_action1"><input type="radio" name="remove_action" id="remove_action1" value="1" checked="checked" /> {L_MOVE_DELETED_MESSAGES_TO}:</label> <select name="move_to">{S_TO_FOLDER_OPTIONS}</select></dd>
<dd style="margin-top: 3px;"><label for="remove_action2"><input type="radio" name="remove_action" id="remove_action2" value="2" /> {L_DELETE_MESSAGES_IN_FOLDER}</label></dd>
<dd style="margin-top: 3px;"><input class="button2" type="submit" name="remove_folder" value="{L_REMOVE}" /></dd>
</dl>