[ticket/12838] Add _before versions

PHPBB3-12838
This commit is contained in:
PayBas 2014-07-10 12:10:06 +02:00
parent dbb331284e
commit 1f61f3a416

View file

@ -24,6 +24,9 @@
<fieldset> <fieldset>
<legend>{L_ACP_RANKS}</legend> <legend>{L_ACP_RANKS}</legend>
<!-- EVENT acp_ranks_edit_before -->
<dl> <dl>
<dt><label for="title">{L_RANK_TITLE}{L_COLON}</label></dt> <dt><label for="title">{L_RANK_TITLE}{L_COLON}</label></dt>
<dd><input name="title" type="text" id="title" value="{RANK_TITLE}" maxlength="255" /></dd> <dd><input name="title" type="text" id="title" value="{RANK_TITLE}" maxlength="255" /></dd>
@ -70,6 +73,7 @@
<table class="table1 zebra-table"> <table class="table1 zebra-table">
<thead> <thead>
<tr> <tr>
<!-- EVENT acp_ranks_list_header_before -->
<th>{L_RANK_IMAGE}</th> <th>{L_RANK_IMAGE}</th>
<th>{L_RANK_TITLE}</th> <th>{L_RANK_TITLE}</th>
<th>{L_RANK_MINIMUM}</th> <th>{L_RANK_MINIMUM}</th>
@ -80,6 +84,7 @@
<tbody> <tbody>
<!-- BEGIN ranks --> <!-- BEGIN ranks -->
<tr> <tr>
<!-- EVENT acp_ranks_list_column_before -->
<td style="text-align: center;"><!-- IF ranks.S_RANK_IMAGE --><img src="{ranks.RANK_IMAGE}" alt="{ranks.RANK_TITLE}" title="{ranks.RANK_TITLE}" /><!-- ELSE -->&nbsp; - &nbsp;<!-- ENDIF --></td> <td style="text-align: center;"><!-- IF ranks.S_RANK_IMAGE --><img src="{ranks.RANK_IMAGE}" alt="{ranks.RANK_TITLE}" title="{ranks.RANK_TITLE}" /><!-- ELSE -->&nbsp; - &nbsp;<!-- ENDIF --></td>
<td style="text-align: center;">{ranks.RANK_TITLE}</td> <td style="text-align: center;">{ranks.RANK_TITLE}</td>
<td style="text-align: center;"><!-- IF ranks.S_SPECIAL_RANK -->&nbsp; - &nbsp;<!-- ELSE -->{ranks.MIN_POSTS}<!-- ENDIF --></td> <td style="text-align: center;"><!-- IF ranks.S_SPECIAL_RANK -->&nbsp; - &nbsp;<!-- ELSE -->{ranks.MIN_POSTS}<!-- ENDIF --></td>