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 --> <!-- END forumrow -->
</ul> </ul>
<!-- ELSEIF S_FORUM_NOTIFY --> <!-- 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> <p><strong>{L_NO_WATCHED_FORUMS}</strong></p>
<!-- ENDIF --> <!-- ENDIF -->
<br />
<!-- IF .topicrow --> <!-- IF .topicrow -->
<ul class="topiclist"> <ul class="topiclist">
@ -91,6 +99,13 @@
</li> </li>
</ul> </ul>
<!-- ELSEIF S_TOPIC_NOTIFY --> <!-- 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> <p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
<!-- ENDIF --> <!-- ENDIF -->