Merge pull request #1366 from asperous/ticket/11129

[ticket/11129] Added headers to empty subscription state
This commit is contained in:
Nils Adermann 2013-04-24 10:29:50 -07:00
commit f8ffe84969

View 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 -->