From 2fcb764f3e4cba372e44397395b395f3a928ad03 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 8 Oct 2004 11:13:01 +0000 Subject: - more pm updates git-svn-id: file:///svn/phpbb/trunk@4998 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../subSilver/template/ucp_pm_message_header.html | 2 +- .../styles/subSilver/template/ucp_pm_options.html | 29 +++++++++++++++++++--- phpBB/styles/subSilver/template/ucp_pm_popup.html | 9 ++++++- .../subSilver/template/ucp_pm_viewfolder.html | 12 +++++++-- 4 files changed, 44 insertions(+), 8 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/ucp_pm_message_header.html b/phpBB/styles/subSilver/template/ucp_pm_message_header.html index 24476f3770..ff2c80e5a4 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/subSilver/template/ucp_pm_message_header.html @@ -17,7 +17,7 @@ function marklist(form_name, status) {L_UNREAD_MESSAGES}{FOLDER_STATUS} - {L_PM_INBOX}{L_PM_INBOX} | {L_PM_OUTBOX}{L_PM_OUTBOX} | {L_PM_SENTBOX}{L_PM_SENTBOX} | {L_CREATE_FOLDER} + {L_PM_INBOX}{L_PM_INBOX} | {L_PM_OUTBOX}{L_PM_OUTBOX} | {L_PM_SENTBOX}{L_PM_SENTBOX} | {L_CREATE_FOLDER} diff --git a/phpBB/styles/subSilver/template/ucp_pm_options.html b/phpBB/styles/subSilver/template/ucp_pm_options.html index 90ce7ccb11..8741ae7b4c 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_options.html +++ b/phpBB/styles/subSilver/template/ucp_pm_options.html @@ -93,6 +93,27 @@
+ + + + + + + + + + + + + + + + +
{L_RENAME_FOLDER}
{L_RENAME_FOLDER}:
{L_NEW_FOLDER_NAME}:
+ +
+ + @@ -121,20 +142,20 @@ - + - + - + - +
{L_ADD_FOLDER}
{L_REMOVE_FOLDER}: {L_AND}
  Move messages from removed folder to   {L_MOVE_DELETED_MESSAGES_TO}  
  Delete all messages within removed folder {L_DELETE_MESSAGES_IN_FOLDER}
 
diff --git a/phpBB/styles/subSilver/template/ucp_pm_popup.html b/phpBB/styles/subSilver/template/ucp_pm_popup.html index 08314acf87..ba7421dd39 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_popup.html +++ b/phpBB/styles/subSilver/template/ucp_pm_popup.html @@ -15,7 +15,14 @@ function jump_to_inbox() - +

{MESSAGE}

{L_CLOSE_WINDOW}

+
+ + {L_LOGIN_CHECK_PM} + + {MESSAGE}

{CLICK_TO_VIEW} + +

{L_CLOSE_WINDOW}

diff --git a/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html b/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html index fc538e4266..7227377f99 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html @@ -41,7 +41,7 @@ {messagerow.PM_ICON_IMG} - + {REPORTED_IMG}  @@ -50,7 +50,15 @@ {messagerow.PM_IMG}  -

{messagerow.ATTACH_ICON_IMG} {messagerow.SUBJECT}

+

+ {messagerow.ATTACH_ICON_IMG} + + {L_MESSAGE_REMOVED_FROM_OUTBOX}
+ {L_DELETE_MESSAGE} + + {messagerow.SUBJECT} + +

{messagerow.RECIPIENTS}{messagerow.MESSAGE_AUTHOR}

{messagerow.FOLDER}{L_UNKNOWN_FOLDER}

-- cgit v1.2.1