From fc295f5f0eef6b761c7c2d825bc01501e8882a25 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 26 Apr 2007 18:41:26 +0000 Subject: checking in some fixes. ;) Most of them are really minor, including: - correctly enter report notification into db - fix double-quote pm issue git-svn-id: file:///svn/phpbb/trunk@7409 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subsilver2/template/ucp_pm_options.html | 4 ++-- phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/subsilver2/template') diff --git a/phpBB/styles/subsilver2/template/ucp_pm_options.html b/phpBB/styles/subsilver2/template/ucp_pm_options.html index 7e2326c084..4802b06720 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_options.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_options.html @@ -76,8 +76,8 @@ - {rule.COUNT} - {rule.CHECK} + #{rule.COUNT} + {L_IF} {rule.CHECK} {rule.RULE} {rule.STRING} {rule.ACTION} -> {rule.FOLDER} diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 00a2e4f415..27e9118b96 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -16,6 +16,11 @@ + + + {L_AVATAR_FEATURES_DISABLED} + + {L_UPLOAD_AVATAR_FILE}: -- cgit v1.2.1