From: eggy Date: Tue, 18 Jul 2017 14:48:26 +0000 (+0200) Subject: prosilver 3.2.1 X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=cffae19823975ff575c955fe60e591c2c37d2c87;p=dfde-theme.git prosilver 3.2.1 --- diff --git a/style.cfg b/style.cfg index 7252820..2deceef 100644 --- a/style.cfg +++ b/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.2.0 -phpbb_version = 3.2.0 +style_version = 3.2.1 +phpbb_version = 3.2.1 # Defining a different template bitfield # template_bitfield = lNg= diff --git a/template/ajax.js b/template/ajax.js index 1bb3aab..6903ad2 100644 --- a/template/ajax.js +++ b/template/ajax.js @@ -26,7 +26,7 @@ phpbb.addAjaxCallback('mark_forums_read', function(res) { }); // Mark subforums read - $('a.subforum[class*="unread"]').removeClass('unread').addClass('read'); + $('a.subforum[class*="unread"]').removeClass('unread').addClass('read').children('.icon.icon-red').removeClass('icon-red').addClass('icon-blue'); // Mark topics read if we are watching a category and showing active topics if ($('#active_topics').length) { diff --git a/template/bbcode.html b/template/bbcode.html index 8c4e941..940c0ac 100644 --- a/template/bbcode.html +++ b/template/bbcode.html @@ -53,13 +53,13 @@
- + - + {TEXT} diff --git a/template/display_options.html b/template/display_options.html index d1ec3dc..a426d08 100644 --- a/template/display_options.html +++ b/template/display_options.html @@ -1,4 +1,4 @@ - diff --git a/template/mcp_front.html b/template/mcp_front.html index 9777581..90793d0 100644 --- a/template/mcp_front.html +++ b/template/mcp_front.html @@ -30,7 +30,7 @@
- {unapproved.SUBJECT}
+ {unapproved.SUBJECT}
{L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} » {unapproved.POST_TIME}
@@ -86,12 +86,12 @@
- {report.SUBJECT}
+ {report.SUBJECT}
{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} » {report.POST_TIME}
- {L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE}
+ {L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE}
{L_FORUM}{L_COLON} {report.FORUM_NAME}
@@ -129,7 +129,7 @@
- {pm_report.PM_SUBJECT}
+ {pm_report.PM_SUBJECT}
{L_MESSAGE_BY_AUTHOR} {pm_report.PM_AUTHOR_FULL} » {pm_report.PM_TIME}
{L_MESSAGE_TO} {pm_report.RECIPIENTS}
diff --git a/template/mcp_post.html b/template/mcp_post.html index a0de554..af16c8a 100644 --- a/template/mcp_post.html +++ b/template/mcp_post.html @@ -294,6 +294,14 @@ + + + + +
+
@@ -315,7 +323,27 @@
-

{L_LOOKUP_ALL}

+ + +
diff --git a/template/mcp_topic.html b/template/mcp_topic.html index d64c9c9..35b1ecc 100644 --- a/template/mcp_topic.html +++ b/template/mcp_topic.html @@ -111,7 +111,9 @@ +

{postrow.POST_SUBJECT}

+

diff --git a/template/overall_footer.html b/template/overall_footer.html index 413c93f..97a21f9 100644 --- a/template/overall_footer.html +++ b/template/overall_footer.html @@ -76,7 +76,8 @@ "content": { "message": "{LA_COOKIE_CONSENT_MSG}", "dismiss": "{LA_COOKIE_CONSENT_OK}", - "link": "{LA_COOKIE_CONSENT_INFO}" + "link": "{LA_COOKIE_CONSENT_INFO}", + "href": "{LA_COOKIE_CONSENT_HREF}" } })}); diff --git a/template/overall_header.html b/template/overall_header.html index 4438137..09824d0 100644 --- a/template/overall_header.html +++ b/template/overall_header.html @@ -33,7 +33,7 @@