mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
git-svn-id: file:///svn/phpbb/trunk@8014 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -205,6 +205,7 @@ p a {
|
||||
<li>[Change] Made group avatar/rank changes more intuitive</li>
|
||||
<li>[Fix] Give more feedback in icon/smilie management (Bug #13295)</li>
|
||||
<li>[Fix] Correctly set user::lang_id (Bug #14010)</li>
|
||||
<li>[Fix] Properly display the smiley export screen (Bug #13968)</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
@ -615,7 +615,10 @@ class acp_icons
|
||||
|
||||
$template->assign_vars(array(
|
||||
'MESSAGE_TITLE' => $user->lang['EXPORT_' . $lang],
|
||||
'MESSAGE_TEXT' => sprintf($user->lang['EXPORT_' . $lang . '_EXPLAIN'], '<a href="' . $this->u_action . '&action=send">', '</a>'))
|
||||
'MESSAGE_TEXT' => sprintf($user->lang['EXPORT_' . $lang . '_EXPLAIN'], '<a href="' . $this->u_action . '&action=send">', '</a>'),
|
||||
|
||||
'S_USER_NOTICE' => true,
|
||||
)
|
||||
);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user