mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
Merge pull request #1366 from asperous/ticket/11129
[ticket/11129] Added headers to empty subscription state
This commit is contained in:
15
phpBB/styles/prosilver/template/ucp_main_subscribed.html
Normal file → Executable file
15
phpBB/styles/prosilver/template/ucp_main_subscribed.html
Normal file → Executable file
@@ -34,8 +34,16 @@
|
||||
<!-- 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 -->
|
||||
<br />
|
||||
|
||||
<!-- IF .topicrow -->
|
||||
<ul class="topiclist">
|
||||
@@ -91,6 +99,13 @@
|
||||
</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 -->
|
||||
|
||||
|
Reference in New Issue
Block a user