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/prosilver/template/attachment.html | 14 ++++++-------- phpBB/styles/prosilver/template/mcp_notes_user.html | 2 +- phpBB/styles/prosilver/template/memberlist_search.html | 4 ++++ phpBB/styles/prosilver/template/memberlist_view.html | 2 +- phpBB/styles/prosilver/template/ucp_avatar_options.html | 3 +++ 5 files changed, 15 insertions(+), 10 deletions(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html index 1bb23b8eac..de46720baf 100644 --- a/phpBB/styles/prosilver/template/attachment.html +++ b/phpBB/styles/prosilver/template/attachment.html @@ -7,25 +7,23 @@
{_file.DOWNLOAD_NAME}
-
{_file.COMMENT}
- - {_file.DOWNLOAD_NAME} - -

{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}

+
+
{_file.DOWNLOAD_NAME}
+
{_file.COMMENT}
+
{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}
+
{_file.UPLOAD_ICON} {_file.DOWNLOAD_NAME}
- -
{_file.COMMENT}
- +
{_file.COMMENT}
({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index 7e34ee2702..1be69178dd 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -62,7 +62,7 @@ {L_REPORT_BY} {L_IP} {L_TIME} - {L_ACTION} + {L_ACTION_NOTE} {L_MARK} diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index 0db9af4bf4..07fa6069f6 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -89,6 +89,10 @@ function insert_single(user)
+
+
+
+
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index b6433a1f8a..a9408c3cab 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -17,7 +17,7 @@
{L_USERNAME}:
- {USERNAME} + {USERNAME} [ {L_USER_ADMIN} ] [ {L_USE_PERMISSIONS} ]
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options.html b/phpBB/styles/prosilver/template/ucp_avatar_options.html index 70f68f2c60..8babd7fc1b 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options.html @@ -1,6 +1,9 @@
+ +

{L_AVATAR_FEATURES_DISABLED}

+

{ERROR}

-- cgit v1.2.1