diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
index 3ffcd2caef..f2c11b3d7e 100644
--- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
+++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html
@@ -38,9 +38,22 @@
style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
- {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
+
+ {VIEW_LATEST_POST}
+
+
{topicrow.LAST_POST_TIME}
diff --git a/phpBB/styles/prosilver/template/ucp_main_front.html b/phpBB/styles/prosilver/template/ucp_main_front.html
index 8c9ddf14e0..d5eb6f91a7 100644
--- a/phpBB/styles/prosilver/template/ucp_main_front.html
+++ b/phpBB/styles/prosilver/template/ucp_main_front.html
@@ -17,7 +17,12 @@
style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;">
- {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
- {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
+
+ {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
+
+ {VIEW_LATEST_POST}
+
+
{topicrow.LAST_POST_TIME}
+
@@ -60,7 +70,7 @@
{L_TOTAL_POSTS}{L_COLON} {POSTS} | {L_SEARCH_YOUR_POSTS}
({POSTS_DAY} / {POSTS_PCT}){POSTS}
{L_ACTIVE_IN_FORUM}{L_COLON} {ACTIVE_FORUM}
({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})
{L_ACTIVE_IN_TOPIC}{L_COLON} {ACTIVE_TOPIC}
({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})
- {L_YOUR_WARNINGS}{L_COLON} {WARNING_IMG} [{WARNINGS}]
+ {L_YOUR_WARNINGS}{L_COLON} [{WARNINGS}]
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
index bb634fa2cb..2f2bcb8a78 100644
--- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html
+++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
@@ -35,9 +35,16 @@
- {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL}
- {LAST_POST_IMG}
{forumrow.LAST_POST_TIME}
- {L_NO_POSTS}
+
+
+ {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL}
+
+ {VIEW_LATEST_POST}
+
+
{forumrow.LAST_POST_TIME}
+
+ {L_NO_POSTS}
+
@@ -74,9 +81,22 @@
style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
- {LAST_POST_IMG}
{topicrow.LAST_POST_TIME}
+
+ {VIEW_LATEST_POST}
+
+
{topicrow.LAST_POST_TIME}
diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html
index 8ecded85ca..5500b6924c 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_history.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_history.html
@@ -25,8 +25,8 @@
- href="{history_row.U_QUOTE}"href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}', {time:{history_row.MESSAGE_TIME},user_id:{history_row.USER_ID}});" title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button icon-button quote-icon">
- {L_QUOTE} {history_row.MESSAGE_AUTHOR}
+ href="{history_row.U_QUOTE}"href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}', {time:{history_row.MESSAGE_TIME},user_id:{history_row.USER_ID}});" title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button">
+ {L_QUOTE} {history_row.MESSAGE_AUTHOR}
@@ -35,8 +35,11 @@
- {history_row.MINI_POST_IMG} {L_SENT_AT}{L_COLON} {history_row.SENT_DATE}
- {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}
+
+ {history_row.MINI_POST} {L_SENT_AT}{L_COLON} {history_row.SENT_DATE}
+
+ {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}
+
{history_row.MESSAGE}{L_MESSAGE_REMOVED_FROM_OUTBOX}
{history_row.DECODED_MESSAGE}
@@ -48,4 +51,9 @@
-{L_BACK_TO_TOP}
+
+
+ {L_BACK_TO_TOP}
+
+
+
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html
index 7be51e0034..2bad612316 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html
@@ -8,36 +8,43 @@