mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@8014 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ffcdb3e245
commit
64708e6bd2
2 changed files with 5 additions and 1 deletions
|
@ -205,6 +205,7 @@ p a {
|
||||||
<li>[Change] Made group avatar/rank changes more intuitive</li>
|
<li>[Change] Made group avatar/rank changes more intuitive</li>
|
||||||
<li>[Fix] Give more feedback in icon/smilie management (Bug #13295)</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] Correctly set user::lang_id (Bug #14010)</li>
|
||||||
|
<li>[Fix] Properly display the smiley export screen (Bug #13968)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -615,7 +615,10 @@ class acp_icons
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'MESSAGE_TITLE' => $user->lang['EXPORT_' . $lang],
|
'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;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue