mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Forced LTR directionality for poll image segments... conditional images would have worked to, though is excessively verbose. :P git-svn-id: file:///svn/phpbb/trunk@7088 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ce7845836c
commit
ec1fec22d9
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
<!-- ENDIF -->
|
||||
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
|
||||
<!-- IF S_DISPLAY_RESULTS -->
|
||||
<td>{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
|
||||
<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
|
||||
<td class="gen" align="right"><b> {poll_option.POLL_OPTION_PERCENT} </b></td>
|
||||
<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
|
||||
<!-- IF poll_option.POLL_OPTION_VOTED -->
|
||||
|
|
Loading…
Add table
Reference in a new issue