From 11bf9e548824888ea46d2f3a228844404b532554 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 15 Sep 2015 23:16:04 +0200 Subject: [ticket/12769] Swap icons in ucp --- .../prosilver/template/ucp_main_bookmarks.html | 28 +++++++++++++++++----- 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_main_bookmarks.html') 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}">
- {NEWEST_POST_IMG} {topicrow.TOPIC_TITLE} - {topicrow.UNAPPROVED_IMG} - {REPORTED_IMG}
+ + + {NEW_POST} + + {topicrow.TOPIC_TITLE} + + + {TOPIC_UNAPPROVED} + + + + + {TOPIC_REPORTED} + + +
- {topicrow.ATTACH_ICON_IMG} + {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
{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}
-- cgit v1.2.1