mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7932 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
dbb226f244
commit
2ee8394efa
1 changed files with 4 additions and 2 deletions
|
@ -492,7 +492,8 @@ else
|
||||||
$exit = false;
|
$exit = false;
|
||||||
if (version_compare($current_version, '3.0.RC3', '<='))
|
if (version_compare($current_version, '3.0.RC3', '<='))
|
||||||
{
|
{
|
||||||
/* </p>
|
/*
|
||||||
|
</p>
|
||||||
|
|
||||||
<h1>Clean Usernames</h1>
|
<h1>Clean Usernames</h1>
|
||||||
|
|
||||||
|
@ -729,6 +730,7 @@ if (version_compare($current_version, '3.0.RC3', '<='))
|
||||||
// for the admin: keep name, change name (with text input) or delete user
|
// for the admin: keep name, change name (with text input) or delete user
|
||||||
$u_action = "database_update.$phpEx?language=$language&type=$inline_update";
|
$u_action = "database_update.$phpEx?language=$language&type=$inline_update";
|
||||||
?>
|
?>
|
||||||
|
</p>
|
||||||
<p><?php echo $lang['CHANGE_CLEAN_NAMES']; ?></p>
|
<p><?php echo $lang['CHANGE_CLEAN_NAMES']; ?></p>
|
||||||
<form id="change_clean_names" method="post" action="<?php echo $u_action; ?>">
|
<form id="change_clean_names" method="post" action="<?php echo $u_action; ?>">
|
||||||
|
|
||||||
|
@ -788,7 +790,7 @@ if (version_compare($current_version, '3.0.RC3', '<='))
|
||||||
?>
|
?>
|
||||||
<tr class="bg<?php echo ($i % 2) + 1; ?>">
|
<tr class="bg<?php echo ($i % 2) + 1; ?>">
|
||||||
<td>
|
<td>
|
||||||
<span class="rank-img"><?php echo ($rank_img) ? $rank_img : $rank_title; ?></span>
|
<span class="rank-img"><?php echo ($rank_img) ? $rank_img : $rank_title; ?></span><br />
|
||||||
<?php echo get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']); ?>
|
<?php echo get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']); ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="posts"><?php echo $row['user_posts']; ?></td>
|
<td class="posts"><?php echo $row['user_posts']; ?></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue