From 7de4563d05e9ad78dbe3c6369720aa8ba80be60d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sat, 27 Sep 2008 11:38:42 +0000 Subject: Add quoting support to PM history when composing a reply. #34285 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8951 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subsilver2/template/ucp_pm_history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/subsilver2/template/ucp_pm_history.html') diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html index 9e05368340..b880b8a72c 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_history.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html @@ -32,7 +32,7 @@ - +
{history_row.MESSAGE}
{history_row.MESSAGE}
@@ -54,7 +54,7 @@ {L_VIEW_PM} -
 {PROFILE_IMG} {EMAIL_IMG}  
{QUOTE_IMG} {REPLY_IMG} 
+
 {PROFILE_IMG} {EMAIL_IMG}  
href="{history_row.U_QUOTE}"href="#" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}'); return false;">{QUOTE_IMG} {REPLY_IMG} 
-- cgit v1.2.1