mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
forgot one
git-svn-id: file:///svn/phpbb/trunk@7998 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b9cfdd71dc
commit
c6cbae0397
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue