mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/13025] Add button template events
PHPBB3-13025
This commit is contained in:
@@ -150,9 +150,16 @@
|
||||
<!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
|
||||
<!-- EVENT viewforum_buttons_top_before -->
|
||||
|
||||
<!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a></td>
|
||||
<a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT viewforum_buttons_top_after -->
|
||||
</td>
|
||||
|
||||
<!-- IF TOTAL_TOPICS -->
|
||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||
<td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ] </td>
|
||||
@@ -273,9 +280,16 @@
|
||||
<!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
|
||||
<!-- EVENT viewforum_buttons_top_before -->
|
||||
|
||||
<!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a></td>
|
||||
<a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT viewforum_buttons_top_after -->
|
||||
</td>
|
||||
|
||||
<!-- IF TOTAL_TOPICS -->
|
||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||
<td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ] </td>
|
||||
|
@@ -32,10 +32,14 @@
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
|
||||
<!-- EVENT viewtopic_buttons_top_before -->
|
||||
|
||||
<!-- IF not S_IS_BOT -->
|
||||
<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a> <!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}" class="imageset">{REPLY_IMG}</a><!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT viewtopic_buttons_top_after -->
|
||||
</td>
|
||||
<!-- IF TOTAL_POSTS -->
|
||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||
@@ -371,10 +375,14 @@
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
|
||||
<!-- EVENT viewtopic_buttons_bottom_before -->
|
||||
|
||||
<!-- IF not S_IS_BOT -->
|
||||
<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a> <!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}" class="imageset">{REPLY_IMG}</a><!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT viewtopic_buttons_bottom_after -->
|
||||
</td>
|
||||
<!-- IF TOTAL_POSTS -->
|
||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||
|
Reference in New Issue
Block a user