From 4ed8b3a62c7883a40dff22f25ee78c20ce737c6e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 1 Apr 2007 22:46:14 +0000 Subject: ahhh, there are you. I can see a new haircut... looks good. git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/subsilver2/template/ucp_pm_history.html | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 phpBB/styles/subsilver2/template/ucp_pm_history.html (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 new file mode 100644 index 0000000000..e9e77863a0 --- /dev/null +++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html @@ -0,0 +1,68 @@ + + + + + + + + +
{L_MESSAGE_HISTORY} - {TITLE}
+ + + + + + + + + + + + + + + + + + + + + + + + +
{L_AUTHOR}{L_MESSAGE}
+ + + + +
+
style="background-color:lightblue"> +
{L_PM_SUBJECT}: {history_row.SUBJECT}
{L_FOLDER}: {history_row.FOLDER}
+
+ + + + + + + +
+ + + + +
{history_row.MESSAGE}
+
+ + + + + + +
 {history_row.MINI_POST_IMG}{L_SENT_AT}: {history_row.SENT_DATE}
+
+
{L_VIEW_PM}
+
+ +
-- cgit v1.2.1