mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
More minor changes
git-svn-id: file:///svn/phpbb/trunk@3004 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -628,7 +628,7 @@ $template->assign_vars(array(
|
||||
'TOPIC_TITLE' => ($mode != 'post') ? $topic_title : '',
|
||||
'USERNAME' => $post_username,
|
||||
'SUBJECT' => (!empty($topic_title)) ? $topic_title : $post_subject,
|
||||
'MESSAGE' => $post_text,
|
||||
'MESSAGE' => trim($post_text),
|
||||
'HTML_STATUS' => ($html_status) ? $user->lang['HTML_is_ON'] : $user->lang['HTML_is_OFF'],
|
||||
'BBCODE_STATUS' => ($bbcode_status) ? sprintf($user->lang['BBCode_is_ON'], '<a href="' . "faq.$phpEx$SID&mode=bbcode" . '" target="_phpbbcode">', '</a>') : sprintf($user->lang['BBCode_is_OFF'], '<a href="' . "faq.$phpEx$SID&mode=bbcode" . '" target="_phpbbcode">', '</a>'),
|
||||
'SMILIES_STATUS' => ($smilies_status) ? $user->lang['Smilies_are_ON'] : $user->lang['Smilies_are_OFF'],
|
||||
@@ -657,6 +657,7 @@ $template->assign_vars(array(
|
||||
'L_ATTACH_SIGNATURE' => $user->lang['Attach_signature'],
|
||||
'L_NOTIFY_ON_REPLY' => $user->lang['Notify'],
|
||||
'L_DELETE_POST' => $user->lang['Delete_post'],
|
||||
'L_DELETE_WARN' => $user->lang['Delete_post_warn'],
|
||||
'L_NONE' => $user->lang['None'],
|
||||
'L_EMPTY_MESSAGE' => $user->lang['Empty_message'],
|
||||
'L_BBCODE_CLOSE_TAGS' => $user->lang['Close_Tags'],
|
||||
|
Reference in New Issue
Block a user