From 5da250148bc3a1a3a5be2c9fd9f6eb239d4410c1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Mar 2013 09:14:39 +0100 Subject: [PATCH] [ticket/9657] Finish subsilver2 viewforum and viewtopic PHPBB3-9657 --- .../prosilver/template/viewforum_body.html | 6 +-- .../prosilver/template/viewtopic_body.html | 2 +- .../subsilver2/template/viewforum_body.html | 7 ++- .../subsilver2/template/viewtopic_body.html | 40 +++++++++++++++--- .../theme/images/icon_topic_deleted.png | Bin 0 -> 1205 bytes phpBB/styles/subsilver2/theme/stylesheet.css | 5 +++ phpBB/viewforum.php | 3 +- phpBB/viewtopic.php | 2 +- 8 files changed, 51 insertions(+), 14 deletions(-) create mode 100644 phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 3926ef91cd..9a9d26f5d5 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -143,9 +143,9 @@
  • style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">{NEWEST_POST_IMG} {topicrow.TOPIC_TITLE} - {topicrow.UNAPPROVED_IMG} - {REPORTED_IMG} - {topicrow.DELETED_IMG}
    + {UNAPPROVED_IMG} + {DELETED_IMG} + {REPORTED_IMG}