From 6a7332aa823f4499f9140334cfa8fc296bd994f9 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Mon, 11 Jun 2001 22:53:11 +0000 Subject: [PATCH] Added privmsgs stuff to default template git-svn-id: file:///svn/phpbb/trunk@472 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/index_body.tpl | 7 ++++ phpBB/templates/Default/privmsgs_body.tpl | 48 +++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 phpBB/templates/Default/privmsgs_body.tpl diff --git a/phpBB/templates/Default/index_body.tpl b/phpBB/templates/Default/index_body.tpl index 84ea015453..35116eb8f5 100644 --- a/phpBB/templates/Default/index_body.tpl +++ b/phpBB/templates/Default/index_body.tpl @@ -44,6 +44,13 @@ + + Private Messages + + + + {L_PRIVATE_MESSAGE_INFO} + Who is Online diff --git a/phpBB/templates/Default/privmsgs_body.tpl b/phpBB/templates/Default/privmsgs_body.tpl new file mode 100644 index 0000000000..1c0f69db68 --- /dev/null +++ b/phpBB/templates/Default/privmsgs_body.tpl @@ -0,0 +1,48 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + +
 {INBOX_FOLDER}   {SENT_FOLDER}
{L_FROM_OR_TO}{L_SUBJECT}{L_DATE}
{listrow.ICON_FLAG_IMG} {listrow.FROM} {listrow.SUBJECT}{listrow.DATE}
+ + + + + +
   {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {L_GOTO_PAGE}: {PAGINATION} 
+ +
+ + + + +
{S_TIMEZONE}{JUMPBOX}
+ + \ No newline at end of file