-
-
- -
- {oauth.SERVICE_NAME} -
diff --git a/style.cfg b/style.cfg index 00d07fe..0c7eba6 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.2 -phpbb_version = 3.2.2 +style_version = 3.3.0 +phpbb_version = 3.3.0 # Defining a different template bitfield # template_bitfield = //g= diff --git a/template/ajax.js b/template/ajax.js index 6903ad2..5e66e5c 100644 --- a/template/ajax.js +++ b/template/ajax.js @@ -199,7 +199,7 @@ phpbb.addAjaxCallback('zebra', function(res) { */ phpbb.addAjaxCallback('vote_poll', function(res) { if (typeof res.success !== 'undefined') { - var poll = $('.topic_poll'); + var poll = $(this).closest('.topic_poll'); var panel = poll.find('.panel'); var resultsVisible = poll.find('dl:first-child .resultbar').is(':visible'); var mostVotes = 0; diff --git a/template/attachment.html b/template/attachment.html index 0978d91..45b9dc2 100644 --- a/template/attachment.html +++ b/template/attachment.html @@ -8,14 +8,14 @@
{_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]
- - diff --git a/template/bbcode.html b/template/bbcode.html index 940c0ac..b37ba23 100644 --- a/template/bbcode.html +++ b/template/bbcode.html @@ -37,6 +37,10 @@{L_CONFIRM_EXPLAIN}
- - -