mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10308] fixes user deletion if no posts
introduces a hidden input field with retain posts as the mode in case user has no posts. PHPBB3-10308
This commit is contained in:
parent
faf232219e
commit
cf303c3478
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
|||
<dt><label for="delete_type">{L_DELETE_USER}:</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
|
||||
<dd>
|
||||
<!-- IF USER_TOTAL_POSTS == 0 -->
|
||||
{L_USER_NO_POSTS_DELETE}
|
||||
{L_USER_NO_POSTS_DELETE}<input type="hidden" id="delete_type" name="delete_type" value="retain" />
|
||||
<!-- ELSE -->
|
||||
<select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
|
||||
<!-- ENDIF -->
|
||||
|
|
Loading…
Add table
Reference in a new issue