mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
Merge pull request #2340 from PayBas/ticket/12431
[ticket/12431] Add has_poll icon to topiclists * PayBas/ticket/12431: [ticket/12431] Lang full sentence [ticket/12431] Add topic poll icon. [ticket/12431] Add has_poll icon to topiclists
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF searchresults.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF -->
|
||||
{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
|
||||
<!-- EVENT topiclist_row_append -->
|
||||
|
||||
|
@@ -163,6 +163,7 @@
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<div class="responsive-hide">
|
||||
<!-- IF topicrow.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF -->
|
||||
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
|
||||
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
|
||||
<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> » {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
|
||||
|
BIN
phpBB/styles/prosilver/theme/images/icon_topic_poll.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/icon_topic_poll.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 B |
@@ -350,6 +350,11 @@ span.imageset {
|
||||
padding-left: 16px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
.imageset.icon_topic_poll {
|
||||
background-image: url("./images/icon_topic_poll.gif");
|
||||
padding-left: 11px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.imageset.icon_user_warn {
|
||||
background-image: url("./images/icon_user_warn.gif");
|
||||
padding-left: 20px;
|
||||
|
Reference in New Issue
Block a user