aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_subscribed.html
diff options
context:
space:
mode:
authorasperous <theandychase@gmail.com>2013-04-23 11:27:36 -0700
committerasperous <theandychase@gmail.com>2013-04-23 11:27:36 -0700
commit51a869b13abbe3a93d91e5cc7e14a71bbede1b0e (patch)
treee6e6959fa235a279b635405881b15a340b1f1258 /phpBB/styles/prosilver/template/ucp_main_subscribed.html
parentab628cbdb99eda1c3efbbca7e374f64876800428 (diff)
downloadforums-51a869b13abbe3a93d91e5cc7e14a71bbede1b0e.tar
forums-51a869b13abbe3a93d91e5cc7e14a71bbede1b0e.tar.gz
forums-51a869b13abbe3a93d91e5cc7e14a71bbede1b0e.tar.bz2
forums-51a869b13abbe3a93d91e5cc7e14a71bbede1b0e.tar.xz
forums-51a869b13abbe3a93d91e5cc7e14a71bbede1b0e.zip
[ticket/11129] Added headers to empty subscription state
"You are not subscribed to any forums". While correct, could lead to confusion. What's missing is a header right above the message that says "Watched Topics" to match the "Watched Forums" header above. This will assert the idea that there are two separate watchable sections. As is, it looks like that message is talking about the "Watched Forums" section, since it's listed under that header. PHPBB3-11129
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_main_subscribed.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
index 11957aa90d..84d1d897d4 100644
--- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html
+++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
@@ -34,6 +34,13 @@
<!-- END forumrow -->
</ul>
<!-- ELSEIF S_FORUM_NOTIFY -->
+ <ul class="topiclist">
+ <li class="header">
+ <dl class="icon">
+ <dt>{L_WATCHED_FORUMS}</dt>
+ </dl>
+ </li>
+ </ul>
<p><strong>{L_NO_WATCHED_FORUMS}</strong></p>
<!-- ENDIF -->
@@ -83,14 +90,21 @@
<ul class="linklist">
<li class="rightside pagination">
<!-- IF TOTAL_TOPICS --> {TOTAL_TOPICS} &bull; <!-- ENDIF -->
- <!-- IF .pagination -->
+ <!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
- <!-- ELSE -->
+ <!-- ELSE -->
{PAGE_NUMBER}
<!-- ENDIF -->
</li>
</ul>
<!-- ELSEIF S_TOPIC_NOTIFY -->
+ <ul class="topiclist">
+ <li class="header">
+ <dl class="icon">
+ <dt>{L_WATCHED_TOPICS}</dt>
+ </dl>
+ </li>
+ </ul>
<p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
<!-- ENDIF -->