Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12308] Template Event forumlist_body_last_row_after
This commit is contained in:
Joas Schilling 2014-03-29 12:51:04 +01:00
commit 751d43a142
3 changed files with 10 additions and 0 deletions

View file

@ -118,6 +118,14 @@ forumlist_body_subforums_before
* Since: 3.1.0-a4
* Purpose: Add content before the list of subforums (if any) for each forum on the forum list.
forumlist_body_last_row_after
====
* Locations:
+ styles/prosilver/template/forumlist_body.html
+ styles/subsilver2/template/forumlist_body.html
* Since: 3.1.0-b2
* Purpose: Add content after the very last row of the forum list.
index_body_linklist_after
===
* Locations:

View file

@ -88,6 +88,7 @@
</div>
</div>
<!-- EVENT forumlist_body_last_row_after -->
<!-- ENDIF -->
<!-- BEGINELSE -->

View file

@ -85,6 +85,7 @@
</td>
</tr>
<!-- ENDIF -->
<!-- EVENT forumlist_body_last_row_after -->
<!-- BEGINELSE -->
<tr>
<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>