From beab2c92523ef164df8bfa4f06d97486f9470c2a Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 11 May 2014 10:27:47 -0700 Subject: [PATCH 1/2] [ticket/12531] Restore default topic link functionality in subsilver2 PHPBB3-12531 --- phpBB/styles/subsilver2/template/search_results.html | 2 +- phpBB/styles/subsilver2/template/ucp_main_bookmarks.html | 2 +- phpBB/styles/subsilver2/template/ucp_main_front.html | 2 +- phpBB/styles/subsilver2/template/ucp_main_subscribed.html | 2 +- phpBB/styles/subsilver2/template/viewforum_body.html | 3 +-- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index 319e37d710..3649bb9633 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -37,7 +37,7 @@ {NEWEST_POST_IMG} - {searchresults.ATTACH_ICON_IMG} {searchresults.TOPIC_TITLE} + {searchresults.ATTACH_ICON_IMG} {searchresults.TOPIC_TITLE} {searchresults.UNAPPROVED_IMG}  diff --git a/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html b/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html index a8c6b4a9a8..e91417503f 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html +++ b/phpBB/styles/subsilver2/template/ucp_main_bookmarks.html @@ -41,7 +41,7 @@ {L_DELETED_TOPIC} -

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

+

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

{L_GLOBAL_ANNOUNCEMENT}{L_FORUM}{L_COLON} {topicrow.FORUM_NAME}

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} diff --git a/phpBB/styles/subsilver2/template/ucp_main_front.html b/phpBB/styles/subsilver2/template/ucp_main_front.html index bc26266bef..5dea2b4f03 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_front.html +++ b/phpBB/styles/subsilver2/template/ucp_main_front.html @@ -16,7 +16,7 @@ {topicrow.TOPIC_FOLDER_IMG} -

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

{topicrow.GOTO_PAGE}

+

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

{topicrow.GOTO_PAGE}

{topicrow.LAST_POST_TIME}

diff --git a/phpBB/styles/subsilver2/template/ucp_main_subscribed.html b/phpBB/styles/subsilver2/template/ucp_main_subscribed.html index 9de44dd9ed..45094abe5f 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_subscribed.html +++ b/phpBB/styles/subsilver2/template/ucp_main_subscribed.html @@ -50,7 +50,7 @@ {topicrow.TOPIC_FOLDER_IMG} -

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

+

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

{L_GLOBAL_ANNOUNCEMENT}{L_FORUM}{L_COLON} {topicrow.FORUM_NAME}

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index a7a130a8df..98394a8b3b 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -207,8 +207,7 @@ {NEWEST_POST_IMG} - {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} - {topicrow.TOPIC_TITLE} + {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} {topicrow.UNAPPROVED_IMG}  From 3913ee96075402223b4f63bf849296de3fb36594 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 23 May 2014 10:47:25 -0700 Subject: [PATCH 2/2] [ticket/12531] Add some line breaks to really long lines PHPBB3-12531 --- phpBB/styles/subsilver2/template/ucp_main_subscribed.html | 8 +++++--- phpBB/styles/subsilver2/template/viewforum_body.html | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/subsilver2/template/ucp_main_subscribed.html b/phpBB/styles/subsilver2/template/ucp_main_subscribed.html index 45094abe5f..c6ae1b6cab 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_subscribed.html +++ b/phpBB/styles/subsilver2/template/ucp_main_subscribed.html @@ -50,14 +50,16 @@ {topicrow.TOPIC_FOLDER_IMG} -

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE}

+

+ {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TITLE} +

{L_GLOBAL_ANNOUNCEMENT}{L_FORUM}{L_COLON} {topicrow.FORUM_NAME} -

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} +

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} {topicrow.pagination.PAGE_NUMBER} - {L_ELLIPSIS} + {L_ELLIPSIS} {topicrow.pagination.PAGE_NUMBER} diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 98394a8b3b..e34d1807e6 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -207,7 +207,8 @@ {NEWEST_POST_IMG} - {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} + {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} + {topicrow.TOPIC_TITLE} {topicrow.UNAPPROVED_IMG}