From 1970ee9854393329a3f805742e6e0e693add71b5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 11 Mar 2013 23:28:39 +0100 Subject: [ticket/9657] Fix softdelete for subsilver2 - part1 PHPBB3-9657 --- phpBB/styles/subsilver2/template/mcp_approve.html | 2 +- phpBB/styles/subsilver2/template/mcp_forum.html | 4 +++ phpBB/styles/subsilver2/template/mcp_queue.html | 38 +++++++++++++++++++--- phpBB/styles/subsilver2/template/mcp_topic.html | 2 ++ .../styles/subsilver2/template/search_results.html | 3 ++ .../styles/subsilver2/template/viewforum_body.html | 3 ++ 6 files changed, 47 insertions(+), 5 deletions(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/mcp_approve.html b/phpBB/styles/subsilver2/template/mcp_approve.html index 5ad7d2f9b5..8c2ef0806b 100644 --- a/phpBB/styles/subsilver2/template/mcp_approve.html +++ b/phpBB/styles/subsilver2/template/mcp_approve.html @@ -16,7 +16,7 @@ {L_NOTIFY_POSTER_APPROVAL}{L_NOTIFY_POSTER_DISAPPROVAL}
- +
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index 6972f14b79..b168bf3ac8 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -33,6 +33,9 @@ {topicrow.UNAPPROVED_IMG}  + + {topicrow.DELETED_IMG}  + {REPORTED_IMG}  @@ -58,6 +61,7 @@ - + - + - +
{postrow.POST_AUTHOR_FULL}
[ {L_VIEW_DETAILS} ]
{postrow.POST_TIME} + + + + + +
{L_NO_TOPICS_QUEUE}{L_NO_POSTS_QUEUE} + + + {L_NO_TOPICS_DELETED}{L_NO_POSTS_DELETED} + + {L_NO_TOPICS_QUEUE}{L_NO_POSTS_QUEUE} + + +
   + +    + + +    + + +
{S_FORM_TOKEN} @@ -39,7 +61,15 @@ - +
{L_MARK_ALL} :: {L_UNMARK_ALL} + + + {L_MARK_ALL} :: {L_UNMARK_ALL} + + {L_MARK_ALL} :: {L_UNMARK_ALL} + + +
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index 431d8d0e6c..aed68294d0 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -112,6 +112,7 @@ {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
+ {DELETED_IMG} {L_POST_DELETED}
{REPORTED_IMG} {L_POST_REPORTED} {postrow.MINI_POST_IMG} @@ -133,6 +134,7 @@ + diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index 8ced5a5301..6784e32785 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -39,6 +39,9 @@ {searchresults.UNAPPROVED_IMG}  + + {searchresults.DELETED_IMG}  + {REPORTED_IMG}  diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 664a6a26c5..6009474410 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -45,6 +45,9 @@ {UNAPPROVED_IMG}  + + {topicrow.DELETED_IMG}  + {REPORTED_IMG}  -- cgit v1.2.1 From 5da250148bc3a1a3a5be2c9fd9f6eb239d4410c1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Mar 2013 09:14:39 +0100 Subject: [ticket/9657] Finish subsilver2 viewforum and viewtopic PHPBB3-9657 --- .../styles/subsilver2/template/viewforum_body.html | 7 ++-- .../styles/subsilver2/template/viewtopic_body.html | 40 ++++++++++++++++++--- .../subsilver2/theme/images/icon_topic_deleted.png | Bin 0 -> 1205 bytes phpBB/styles/subsilver2/theme/stylesheet.css | 5 +++ 4 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 6009474410..611613f17d 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -45,7 +45,7 @@ {UNAPPROVED_IMG}  - + {topicrow.DELETED_IMG}  @@ -206,8 +206,11 @@ {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} - {topicrow.UNAPPROVED_IMG}  + {UNAPPROVED_IMG}  + + {DELETED_IMG}  + {REPORTED_IMG}  diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 9e6377022a..ee4d9d2549 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -136,8 +136,19 @@ - - {postrow.L_IGNORE_POST} + + + + + + + {postrow.L_POST_DELETED_MESSAGE} + + {postrow.L_IGNORE_POST} + +
{postrow.L_POST_DISPLAY} + + @@ -207,10 +218,14 @@ - - - - - - - @@ -310,7 +303,7 @@ - + @@ -319,6 +312,26 @@ + + + + + + + diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index 6784e32785..d98079de20 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -39,8 +39,8 @@ {searchresults.UNAPPROVED_IMG}  - - {searchresults.DELETED_IMG}  + + {DELETED_IMG}  {REPORTED_IMG}  diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 611613f17d..d07e9a1372 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -43,10 +43,10 @@ {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE} - {UNAPPROVED_IMG}  + {topicrow.UNAPPROVED_IMG}  - {topicrow.DELETED_IMG}  + {DELETED_IMG}  {REPORTED_IMG}  @@ -206,11 +206,11 @@ {NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE} - {UNAPPROVED_IMG}  + {topicrow.UNAPPROVED_IMG}  + + + {DELETED_IMG}  - - {DELETED_IMG}  - {REPORTED_IMG}  -- cgit v1.2.1 From db122142798250696d980f01b27b533b10ae0d05 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Mar 2013 11:38:23 +0100 Subject: [ticket/9657] Fix typo in subsilver2 condition PHPBB3-9657 --- phpBB/styles/subsilver2/template/viewtopic_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index ee4d9d2549..720e979ba8 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -271,7 +271,7 @@

{postrow.DELETED_MESSAGE} - +

- + - +
{UNAPPROVED_IMG} {L_POST_UNAPPROVED}
{REPORTED_IMG} {L_POST_REPORTED}
+ {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
+ {DELETED_IMG} {L_POST_DELETED}
+ {REPORTED_IMG} {L_POST_REPORTED} +
@@ -241,7 +256,22 @@

_________________
{postrow.SIGNATURE}
- + + +

+ + + + + + + +
{postrow.DELETED_MESSAGE}
{postrow.DELETE_REASON}
+ +

+ {postrow.DELETED_MESSAGE} + +

diff --git a/phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png b/phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png new file mode 100644 index 0000000000..494b4fb563 Binary files /dev/null and b/phpBB/styles/subsilver2/theme/images/icon_topic_deleted.png differ diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index df46c91d8d..bfb80a53b5 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -985,6 +985,11 @@ a.imageset { padding-left: 19px; padding-top: 18px; } +.imageset.icon_topic_deleted { + background-image: url("./images/icon_topic_deleted.png"); + padding-left: 14px; + padding-top: 14px; +} /* English images for fallback */ -- cgit v1.2.1 From a67daa8c8aa742525850108d362730499fddfdce Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Mar 2013 11:10:44 +0100 Subject: [ticket/9657] Fix some more subsilver2 PHPBB3-9657 --- .../subsilver2/template/confirm_delete_body.html | 56 ++++++++++++++++++++++ phpBB/styles/subsilver2/template/posting_body.html | 29 +++++++---- .../styles/subsilver2/template/search_results.html | 4 +- .../styles/subsilver2/template/viewforum_body.html | 12 ++--- 4 files changed, 85 insertions(+), 16 deletions(-) create mode 100644 phpBB/styles/subsilver2/template/confirm_delete_body.html (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/confirm_delete_body.html b/phpBB/styles/subsilver2/template/confirm_delete_body.html new file mode 100644 index 0000000000..9e416f5195 --- /dev/null +++ b/phpBB/styles/subsilver2/template/confirm_delete_body.html @@ -0,0 +1,56 @@ + + +
+ +
+ +
+ + + + + + +
{MESSAGE_TITLE}
+
+

{MESSAGE_TEXT}

+
+ + + + + + + + + + + + + + + +
{L_DELETE_PERMANENTLY}{L_COLON} + + {L_DELETE_TOPIC_PERMANENTLY}{L_DELETE_POST_PERMANENTLY} +
{L_DELETE_REASON}{L_COLON}
{L_DELETE_REASON_EXPLAIN}
+
+ + {S_HIDDEN_FIELDS} +    + +
+ + + + + +
+ + + +
+ +
+ + diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 39f8f876ba..4f209988d6 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -114,13 +114,6 @@
{L_DELETE_POST}{L_COLON} [ {L_DELETE_POST_WARN} ]
{L_ICON}{L_COLON}
  {L_CHANGE_TOPIC_TO}{L_POST_TOPIC_AS}{L_COLON} {topic_type.L_TOPIC_TYPE}  
{L_DELETE_POST}{L_COLON} + + + + + + + + + + + +
{L_DELETE_POST_WARN}
{L_DELETE_POST_PERMANENTLY}
+
{L_STICK_TOPIC_FOR}{L_COLON}
{L_STICKY_ANNOUNCE_TIME_LIMIT}
-- cgit v1.2.1 From d9e94903664d754914ea66ded880a54f51f46281 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 12 Mar 2013 11:39:16 +0100 Subject: [ticket/9657] Add note about post being soft deleted in subsilver2 PHPBB3-9657 --- phpBB/styles/subsilver2/template/mcp_post.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html index 910accd09f..a3ebb00d06 100644 --- a/phpBB/styles/subsilver2/template/mcp_post.html +++ b/phpBB/styles/subsilver2/template/mcp_post.html @@ -50,7 +50,12 @@ - + -- cgit v1.2.1 From 1a0819bdc40fd6b40b556ba1739ae71214719b43 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 24 Jun 2013 13:32:31 -0500 Subject: [feature/twig] Changing INCLUDEJS behavior Was: Now: Reasons for this: 1. INCLUDEJS is 3.1-dev only 2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path to styles/name/ directory) 3. INCLUDEJS could not include files from outside directories or anywhere else 4. It was easier to change INCLUDEJS behavior to something more flexible and useful than hack around it to make it work as it was with Twig. PHPBB3-11598 --- phpBB/styles/subsilver2/template/timezone_option.html | 2 +- phpBB/styles/subsilver2/template/ucp_groups_manage.html | 2 +- phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/timezone_option.html b/phpBB/styles/subsilver2/template/timezone_option.html index 26ba2388c9..d71166f517 100644 --- a/phpBB/styles/subsilver2/template/timezone_option.html +++ b/phpBB/styles/subsilver2/template/timezone_option.html @@ -15,6 +15,6 @@ {S_TZ_OPTIONS} - + diff --git a/phpBB/styles/subsilver2/template/ucp_groups_manage.html b/phpBB/styles/subsilver2/template/ucp_groups_manage.html index 8064e1e6e9..5595d19b9e 100644 --- a/phpBB/styles/subsilver2/template/ucp_groups_manage.html +++ b/phpBB/styles/subsilver2/template/ucp_groups_manage.html @@ -95,7 +95,7 @@
{L_PM_SUBJECT}{L_POST_SUBJECT}{L_COLON} {POST_SUBJECT} {UNAPPROVED_IMG} {L_POST_UNAPPROVED} {REPORTED_IMG} {L_POST_REPORTED} + {POST_SUBJECT} + {UNAPPROVED_IMG} {L_POST_UNAPPROVED} + {DELETED_IMG} {L_POST_DELETED} + {REPORTED_IMG} {L_POST_REPORTED} +
{L_PM_FROM}{L_POSTER}{L_COLON}
- + diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 697cceabb9..58ef499c41 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -48,6 +48,6 @@ - + -- cgit v1.2.1 From ea8a4abe66b7142fd8b16dc9732bac181031875a Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sun, 23 Jun 2013 21:47:42 +0530 Subject: [ticket/11566] Add captcha to report post template in subsilver PHPBB3-11566 --- phpBB/styles/subsilver2/template/report_body.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/report_body.html b/phpBB/styles/subsilver2/template/report_body.html index 7cd7d1040f..1653875799 100644 --- a/phpBB/styles/subsilver2/template/report_body.html +++ b/phpBB/styles/subsilver2/template/report_body.html @@ -3,6 +3,11 @@
+ + + + + @@ -25,6 +30,9 @@ + + + -- cgit v1.2.1 From 045e04fb6fa55ae96ba82245010a684cd2d61e5d Mon Sep 17 00:00:00 2001 From: Dhruv Date: Mon, 1 Jul 2013 21:52:04 +0530 Subject: [ticket/11566] Subsilver template error displayed after table headers PHPBB3-11561 --- phpBB/styles/subsilver2/template/report_body.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/report_body.html b/phpBB/styles/subsilver2/template/report_body.html index 1653875799..57747ffac0 100644 --- a/phpBB/styles/subsilver2/template/report_body.html +++ b/phpBB/styles/subsilver2/template/report_body.html @@ -3,14 +3,14 @@
{ERROR}
{L_REPORT_POST}{L_REPORT_MESSAGE}
{L_MORE_INFO}:
{L_CAN_LEAVE_BLANK}
 
+ + + - + - - - -- cgit v1.2.1 From 6c30441ad4a20fe4f154d5a859b9df0f28cbc8e0 Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Mon, 1 Jul 2013 12:26:01 -0500 Subject: [feature/twig] Changing INCLUDEJS behavior slightly Automatically parsing inline variables the same way it is done for INCLUDE, INCLUDEPHP PHPBB3-11598 --- phpBB/styles/subsilver2/template/timezone_option.html | 2 +- phpBB/styles/subsilver2/template/ucp_groups_manage.html | 2 +- phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/timezone_option.html b/phpBB/styles/subsilver2/template/timezone_option.html index d71166f517..9b68f81557 100644 --- a/phpBB/styles/subsilver2/template/timezone_option.html +++ b/phpBB/styles/subsilver2/template/timezone_option.html @@ -15,6 +15,6 @@ {S_TZ_OPTIONS} - + diff --git a/phpBB/styles/subsilver2/template/ucp_groups_manage.html b/phpBB/styles/subsilver2/template/ucp_groups_manage.html index 5595d19b9e..13b8b8c6b7 100644 --- a/phpBB/styles/subsilver2/template/ucp_groups_manage.html +++ b/phpBB/styles/subsilver2/template/ucp_groups_manage.html @@ -95,7 +95,7 @@
{L_REPORT_POST}{L_REPORT_MESSAGE}
{ERROR}{ERROR}
{L_REPORT_POST}{L_REPORT_MESSAGE}
{L_REPORT_POST_EXPLAIN}{L_REPORT_MESSAGE_EXPLAIN}
- + diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 58ef499c41..885d46ef0b 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -48,6 +48,6 @@ - + -- cgit v1.2.1 From 156d5c671fb9db28fbbdcacb974093c2c52b0f5b Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Tue, 2 Jul 2013 10:13:16 -0500 Subject: [feature/twig] INCLUDEJS now uses the definition class This had to be done because, like DEFINE, setting variables to $context only affected the local file and any children, not parent templates. PHPBB3-11598 --- phpBB/styles/subsilver2/template/overall_footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index 3a29a0d752..2d794d9f71 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -14,7 +14,7 @@ -{SCRIPTS} +{$SCRIPTS} -- cgit v1.2.1 From 59d13d0535ab3687725d36f2dbe2ee64de294df8 Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Tue, 2 Jul 2013 11:02:55 -0500 Subject: [feature/twig] INCLUDEJS behavior now supports local relative paths This was done because T_TEMPLATE_PATH is not always correct for js files (e.g. the inheriting style does not include these). Now we use the Twig Loader to find the correct file to link to (most specific file first, then parent styles). Also allows using @namespace convention PHPBB3-11598 --- phpBB/styles/subsilver2/template/timezone_option.html | 2 +- phpBB/styles/subsilver2/template/ucp_groups_manage.html | 2 +- phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/timezone_option.html b/phpBB/styles/subsilver2/template/timezone_option.html index 9b68f81557..0f27719f86 100644 --- a/phpBB/styles/subsilver2/template/timezone_option.html +++ b/phpBB/styles/subsilver2/template/timezone_option.html @@ -15,6 +15,6 @@ {S_TZ_OPTIONS} - + diff --git a/phpBB/styles/subsilver2/template/ucp_groups_manage.html b/phpBB/styles/subsilver2/template/ucp_groups_manage.html index 13b8b8c6b7..b8e7e29481 100644 --- a/phpBB/styles/subsilver2/template/ucp_groups_manage.html +++ b/phpBB/styles/subsilver2/template/ucp_groups_manage.html @@ -95,7 +95,7 @@ - + diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 885d46ef0b..60a816d00a 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -48,6 +48,6 @@ - + -- cgit v1.2.1 From 921d44aa4dfa307eb3b7e4f24befabb07e727812 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 5 Jul 2013 14:17:46 -0500 Subject: [feature/twig] Put $SCRIPTS below overall_footer_after, use includejs for core Moved below overall_footer_after so events can add JS files in that event. PHPBB3-11598 --- phpBB/styles/subsilver2/template/overall_footer.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index 2d794d9f71..d2b30c22a0 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -13,9 +13,11 @@ - -{$SCRIPTS} + + +{$SCRIPTS} + -- cgit v1.2.1 From 159f018056659fa3eccae744ec513efbd2221f77 Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Thu, 11 Jul 2013 15:22:05 -0500 Subject: [ticket/11388] INCLUDECSS PHPBB3-11388 --- phpBB/styles/subsilver2/template/overall_header.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 0317d6e45c..bc2307154b 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -132,6 +132,8 @@ function marklist(id, name, state) +{$STYLESHEETS} + -- cgit v1.2.1 From 081350678dcfd88104d885385674b8f4a382aa91 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 13 Jul 2013 14:57:31 -0400 Subject: [ticket/9649] Display information on index for moderators on unapproved posts PHPBB3-9649 --- phpBB/styles/subsilver2/template/forumlist_body.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 3e30561f3a..a222607ae8 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -64,7 +64,14 @@

{forumrow.LAST_POST_SUBJECT_TRUNCATED}

-

{UNAPPROVED_IMG} {forumrow.LAST_POST_TIME}

+

+ + {UNAPPROVED_IMG}  + + {UNAPPROVED_POST_IMG}  + + {forumrow.LAST_POST_TIME} +

{forumrow.LAST_POSTER_FULL} {LAST_POST_IMG}

-- cgit v1.2.1