diff options
| author | Michael Miday <midaym@gmail.com> | 2015-10-11 14:00:09 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-11-11 09:26:50 +0100 |
| commit | c3c41d409b2549fc19beeb6f943fcb43caa0c4a8 (patch) | |
| tree | 2ebb664369a9cc1d2bb52daf1a8bced16f1de6a7 /phpBB/styles/prosilver/template | |
| parent | 0e22521aab03a429b224fed99144c3c3a9a25771 (diff) | |
| download | forums-c3c41d409b2549fc19beeb6f943fcb43caa0c4a8.tar forums-c3c41d409b2549fc19beeb6f943fcb43caa0c4a8.tar.gz forums-c3c41d409b2549fc19beeb6f943fcb43caa0c4a8.tar.bz2 forums-c3c41d409b2549fc19beeb6f943fcb43caa0c4a8.tar.xz forums-c3c41d409b2549fc19beeb6f943fcb43caa0c4a8.zip | |
[ticket/14229]Responsive changes to topic paging
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index f36e17369e..61b5620598 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -189,6 +189,13 @@ <!-- IF topicrow.REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span><!-- ENDIF --> <!-- ENDIF --> + <div class="responsive-hide"> + <!-- IF topicrow.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF --> + <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- 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 --> + </div> + <!-- IF .topicrow.pagination --> <div class="pagination"> <span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span> @@ -205,13 +212,6 @@ </div> <!-- ENDIF --> - <div class="responsive-hide"> - <!-- IF topicrow.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF --> - <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- 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 --> - </div> - <!-- EVENT topiclist_row_append --> </div> </dt> |
