diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-04 11:08:12 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-04 11:08:12 +0000 |
commit | 53965f0085c6bc848a239208c078d29196636d21 (patch) | |
tree | 4741cf3901a1394bb73ce5f2ccea800c00347dc0 /phpBB/styles/prosilver/template/ucp_pm_viewfolder.html | |
parent | a53c9abf7e866228563836d9dd4dc2b2d55672ed (diff) | |
download | forums-53965f0085c6bc848a239208c078d29196636d21.tar forums-53965f0085c6bc848a239208c078d29196636d21.tar.gz forums-53965f0085c6bc848a239208c078d29196636d21.tar.bz2 forums-53965f0085c6bc848a239208c078d29196636d21.tar.xz forums-53965f0085c6bc848a239208c078d29196636d21.zip |
Bug #52175
atm the "fix" with the most changes involved. We will inform style authors about these changes. We will not release RC2 to RC3 code changes, but will annnounce the style changes within the RC3 release announcement.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10204 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewfolder.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewfolder.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html index 05d213f2ed..7b309a74f7 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html @@ -82,10 +82,14 @@ <!-- END messagerow --> </ul> - <!-- ELSEIF S_NO_AUTH_SEND_MESSAGE --> - <p><strong><!-- IF S_USER_NEW -->{L_USER_NEW_PERMISSION_DISALLOWED}<!-- ELSE -->{L_NO_AUTH_SEND_MESSAGE}<!-- ENDIF --></p></strong> <!-- ELSE --> - <p><strong>{L_NO_MESSAGES}</strong></p> + <p><strong> + <!-- IF S_COMPOSE_PM_VIEW and S_NO_AUTH_SEND_MESSAGE --> + <!-- IF S_USER_NEW -->{L_USER_NEW_PERMISSION_DISALLOWED}<!-- ELSE -->{L_NO_AUTH_SEND_MESSAGE}<!-- ENDIF --> + <!-- ELSE --> + {L_NO_MESSAGES} + <!-- ENDIF --> + </strong></p> <!-- ENDIF --> <!-- IF FOLDER_CUR_MESSAGES neq 0 --> |