diff options
| author | PayBas <contact@paybas.com> | 2014-04-11 11:59:26 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-05-03 17:48:31 +0200 |
| commit | 36aa8ecad860a5a83d790939668078c18442ad22 (patch) | |
| tree | 7a54ea277e68e65a13fedf24b50c621d54633f38 /phpBB/styles/subsilver2/template/viewtopic_body.html | |
| parent | 21c11c7b2483c04bf94fa0df9b7fa49eff393bd4 (diff) | |
| download | forums-36aa8ecad860a5a83d790939668078c18442ad22.tar forums-36aa8ecad860a5a83d790939668078c18442ad22.tar.gz forums-36aa8ecad860a5a83d790939668078c18442ad22.tar.bz2 forums-36aa8ecad860a5a83d790939668078c18442ad22.tar.xz forums-36aa8ecad860a5a83d790939668078c18442ad22.zip | |
[ticket/12376] Changed to viewtopic_body_poll_option_before and after
PHPBB3-12376
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewtopic_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 5e6c243a48..0c89084b7f 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -76,10 +76,10 @@ </tr> <tr> <td align="{S_CONTENT_FLOW_BEGIN}"> - <!-- EVENT viewtopic_body_poll_fieldset_prepend --> <table cellspacing="0" cellpadding="2" border="0"> <!-- BEGIN poll_option --> <tr> + <!-- EVENT viewtopic_body_poll_option_before --> <!-- IF S_CAN_VOTE --> <td<!-- IF poll_option.POLL_OPTION_MOST_VOTES --> class="most-votes"<!-- ENDIF -->> <!-- IF S_IS_MULTI_CHOICE --> @@ -98,10 +98,10 @@ <td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td> <!-- ENDIF --> <!-- ENDIF --> + <!-- EVENT viewtopic_body_poll_option_after --> </tr> <!-- END poll_option --> </table> - <!-- EVENT viewtopic_body_poll_fieldset_append --> </td> </tr> <!-- IF S_CAN_VOTE --> |
