aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/index_body.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-05-23 11:02:29 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-07-11 11:11:38 -0400
commit600d3bd1f61c83c339be56eac0aa5ee8e9353fbb (patch)
tree836beaf19c6fe5bd4b41252b3d29cadfe0c4fac6 /phpBB/styles/prosilver/template/index_body.html
parent2fcae1ca16d096d2839b487e8c1bcbe0f313d91f (diff)
downloadforums-600d3bd1f61c83c339be56eac0aa5ee8e9353fbb.tar
forums-600d3bd1f61c83c339be56eac0aa5ee8e9353fbb.tar.gz
forums-600d3bd1f61c83c339be56eac0aa5ee8e9353fbb.tar.bz2
forums-600d3bd1f61c83c339be56eac0aa5ee8e9353fbb.tar.xz
forums-600d3bd1f61c83c339be56eac0aa5ee8e9353fbb.zip
[ticket/11553] Move bulletin points to pseudo class
Move bulletin points for .linklist lists to pseudo class Group pseudo classes for .linklist.bulletin and .icon-notification PHPBB3-11553
Diffstat (limited to 'phpBB/styles/prosilver/template/index_body.html')
-rw-r--r--phpBB/styles/prosilver/template/index_body.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html
index 57ad540a4a..e0a9279738 100644
--- a/phpBB/styles/prosilver/template/index_body.html
+++ b/phpBB/styles/prosilver/template/index_body.html
@@ -4,9 +4,16 @@
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
-<ul class="linklist">
+<ul class="linklist bulletin">
<!-- IF S_DISPLAY_SEARCH -->
- <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_LOAD_UNREADS --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
+ <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
+ <!-- IF S_LOAD_UNREADS -->
+ <li><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a></li>
+ <!-- ENDIF -->
+ <!-- IF S_USER_LOGGED_IN -->
+ <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
+ <!-- ENDIF -->
+ <li><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<!-- ENDIF -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m" data-ajax="mark_forums_read" data-overlay="false">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>