1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 12:22:03 +02:00

[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
* Purpose: Prepend content to the statistics list on the Board index
index_body_linklist_after
index_body_markforums_after
===
* Locations:
+ styles/prosilver/template/index_body.html
+ styles/subsilver2/template/index_body.html
* Since: 3.1.0-a3
* Purpose: Add content after the linklist above the forum list on Board index
* Since: 3.1.0-b5
* Purpose: Add content after the mark-read link above the forum list on Board index
index_body_linklist_before
index_body_markforums_before
===
* Locations:
+ styles/prosilver/template/index_body.html
+ styles/subsilver2/template/index_body.html
* Since: 3.1.0-a3
* Purpose: Add content before the linklist above the forum list on Board index
* Since: 3.1.0-b5
* Purpose: Add content before the mark-read link above the forum list on Board index
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>
<!-- 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 -->
<ul class="linklist bulletin">
<li class="rightside mark-read"><a href="{U_MARK_FORUMS}" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a></li>
</ul>
<div class="action-bar">
<a href="{U_MARK_FORUMS}" class="mark-read rightside" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a>
</div>
<!-- ENDIF -->
<!-- EVENT index_body_linklist_after -->
<!-- EVENT index_body_markforums_after -->
<!-- INCLUDE forumlist_body.html -->

View File

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

View File

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