[ticket/12662] Remove linklist container and update template events

PHPBB3-12662
This commit is contained in:
PayBas 2014-06-24 23:00:04 +02:00
parent 23caeb7712
commit 020218fcea
4 changed files with 13 additions and 15 deletions

View file

@ -246,21 +246,21 @@ index_body_block_stats_prepend
* Since: 3.1.0-b3 * Since: 3.1.0-b3
* Purpose: Prepend content to the statistics list on the Board index * Purpose: Prepend content to the statistics list on the Board index
index_body_linklist_after index_body_markforums_after
=== ===
* Locations: * Locations:
+ styles/prosilver/template/index_body.html + styles/prosilver/template/index_body.html
+ styles/subsilver2/template/index_body.html + styles/subsilver2/template/index_body.html
* Since: 3.1.0-a3 * Since: 3.1.0-b5
* Purpose: Add content after the linklist above the forum list on Board index * Purpose: Add content after the mark-read link above the forum list on Board index
index_body_linklist_before index_body_markforums_before
=== ===
* Locations: * Locations:
+ styles/prosilver/template/index_body.html + styles/prosilver/template/index_body.html
+ styles/subsilver2/template/index_body.html + styles/subsilver2/template/index_body.html
* Since: 3.1.0-a3 * Since: 3.1.0-b5
* Purpose: Add content before the linklist above the forum list on Board index * Purpose: Add content before the mark-read link above the forum list on Board index
index_body_stat_blocks_after index_body_stat_blocks_after
=== ===

View file

@ -3,15 +3,13 @@
<p class="{S_CONTENT_FLOW_END} responsive-center time<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p> <p class="{S_CONTENT_FLOW_END} responsive-center time<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF S_USER_LOGGED_IN --><p class="responsive-center time">{CURRENT_TIME}</p><!-- ENDIF --> <!-- IF S_USER_LOGGED_IN --><p class="responsive-center time">{CURRENT_TIME}</p><!-- ENDIF -->
<!-- EVENT index_body_linklist_before --> <!-- EVENT index_body_markforums_before -->
<!-- IF U_MARK_FORUMS --> <!-- IF U_MARK_FORUMS -->
<ul class="linklist bulletin"> <div class="action-bar">
<li class="rightside mark-read"><a href="{U_MARK_FORUMS}" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a></li> <a href="{U_MARK_FORUMS}" class="mark-read rightside" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a>
</ul> </div>
<!-- ENDIF --> <!-- ENDIF -->
<!-- EVENT index_body_markforums_after -->
<!-- EVENT index_body_linklist_after -->
<!-- INCLUDE forumlist_body.html --> <!-- INCLUDE forumlist_body.html -->

View file

@ -65,7 +65,7 @@
margin-left: 7px; margin-left: 7px;
} }
.rtl ul.linklist > li.rightside, .rtl p.rightside { .rtl ul.linklist > li.rightside, .rtl p.rightside, .rtl a.rightside {
float: left; float: left;
margin-right: 7px; margin-right: 7px;
margin-left: 0; margin-left: 0;

View file

@ -337,7 +337,7 @@ ul.linklist > li {
padding-top: 1px; padding-top: 1px;
} }
ul.linklist > li.rightside, p.rightside { ul.linklist > li.rightside, p.rightside, a.rightside {
float: right; float: right;
margin-right: 0; margin-right: 0;
margin-left: 7px; margin-left: 7px;