diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-22 00:11:48 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-24 18:36:16 +0300 |
commit | d2d4438db50e54b9ad61731b5d92d01bd057309c (patch) | |
tree | 7c6b84093432de814fb97f53bdc2a3749b755340 /phpBB/styles/prosilver/template/ucp_main_bookmarks.html | |
parent | 5c5137818607777367f6d9a970f668c0c6d061e7 (diff) | |
download | forums-d2d4438db50e54b9ad61731b5d92d01bd057309c.tar forums-d2d4438db50e54b9ad61731b5d92d01bd057309c.tar.gz forums-d2d4438db50e54b9ad61731b5d92d01bd057309c.tar.bz2 forums-d2d4438db50e54b9ad61731b5d92d01bd057309c.tar.xz forums-d2d4438db50e54b9ad61731b5d92d01bd057309c.zip |
[ticket/11956] Adjustments to responsive topiclist lists
Changes behavior of topiclist lists on mobile devices.
Shows/hides certain elements in each row to present all
important information to visitor on mobile devices, such
as last post when viewing forum instead of first post.
Also fixes topiclist layout bug in drafts.html
PHPBB3-11956
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_bookmarks.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_main_bookmarks.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html index 017fadad77..477b06249e 100644 --- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html +++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html @@ -54,7 +54,15 @@ </ul> </div> <!-- ENDIF --> - <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} + <div class="responsive-hide"> + <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> + {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} + </div> + <div class="responsive-show" style="display: none;"> + <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> + {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « + <a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_TIME}</a> + </div> </div> </dt> <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} |