mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12838] Add _before versions
PHPBB3-12838
This commit is contained in:
parent
dbb331284e
commit
1f61f3a416
1 changed files with 5 additions and 0 deletions
|
@ -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 --> - <!-- 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 --> - <!-- 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 --> - <!-- ELSE -->{ranks.MIN_POSTS}<!-- ENDIF --></td>
|
<td style="text-align: center;"><!-- IF ranks.S_SPECIAL_RANK --> - <!-- ELSE -->{ranks.MIN_POSTS}<!-- ENDIF --></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue