mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
Added user deleting, as well as a few minor changes.
git-svn-id: file:///svn/phpbb/trunk@857 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -97,18 +97,6 @@
|
||||
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td>
|
||||
<td class="row2"><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td>
|
||||
<td class="row2">{LANGUAGE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_BOARD_THEME}:</span></td>
|
||||
<td class="row2">{THEME_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_BOARD_TEMPLATE}:</span></td>
|
||||
<td class="row2">{TEMPLATE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_TIMEZONE}:</span></td>
|
||||
<td class="row2">{TIMEZONE_SELECT}</td>
|
||||
@@ -152,6 +140,10 @@
|
||||
</tr>
|
||||
<!-- END avatargallery -->
|
||||
<!-- END avatarblock -->
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_DELETE_USER}?</span></td>
|
||||
<td class="row2"><input type="checkbox" name="deleteuser">{L_DELETE_USER_EXPLAIN}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user