mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #1366 from asperous/ticket/11129
[ticket/11129] Added headers to empty subscription state
This commit is contained in:
commit
f8ffe84969
1 changed files with 17 additions and 2 deletions
19
phpBB/styles/prosilver/template/ucp_main_subscribed.html
Normal file → Executable file
19
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">
|
||||
|
@ -83,14 +91,21 @@
|
|||
<ul class="linklist">
|
||||
<li class="rightside pagination">
|
||||
<!-- IF TOTAL_TOPICS --> {TOTAL_TOPICS} • <!-- 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 -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue