mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
git-svn-id: file:///svn/phpbb/trunk@7867 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -210,6 +210,7 @@ p a {
|
||||
<li>[Fix] Correctly destroy sql cache for some query combinations (Bug #13237)</li>
|
||||
<li>[Fix] Allow link forums being password protected (Bug #12967)</li>
|
||||
<li>[Fix] Allow wrapping topic/post icons in posting editor (Bug #12843)</li>
|
||||
<li>[Fix] Display L_RANK only once in template if rank title and image defined (Bug #13231)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<div class="column2">
|
||||
<dl class="details">
|
||||
<!-- IF RANK_TITLE --><dt>{L_RANK}:</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt>{L_RANK}:</dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}:<!-- ENDIF --></dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<dt>{L_JOINED}:</dt><dd>{JOINED}</dd>
|
||||
<dt>{L_TOTAL_POSTS}:</dt><dd>{POSTS}</dd>
|
||||
<dt>{L_WARNINGS}: </dt><dd>{WARNINGS}</dd>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<div class="column2">
|
||||
<dl class="details">
|
||||
<!-- IF RANK_TITLE --><dt>{L_RANK}:</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt>{L_RANK}:</dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}:<!-- ENDIF --></dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<dt>{L_JOINED}:</dt><dd>{JOINED}</dd>
|
||||
<dt>{L_TOTAL_POSTS}:</dt><dd>{POSTS}</dd>
|
||||
<dt>{L_WARNINGS}: </dt><dd>{WARNINGS}</dd>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<div class="column2">
|
||||
<dl class="details">
|
||||
<!-- IF RANK_TITLE --><dt>{L_RANK}:</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt>{L_RANK}:</dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}:<!-- ENDIF --></dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<dt>{L_JOINED}:</dt><dd>{JOINED}</dd>
|
||||
<dt>{L_TOTAL_POSTS}:</dt><dd>{POSTS}</dd>
|
||||
<dt>{L_WARNINGS}: </dt><dd>{WARNINGS}</dd>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
</dd>
|
||||
<!-- IF not AVATAR_IMG -->
|
||||
<!-- IF RANK_TITLE --><dt>{L_RANK}:</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt>{L_RANK}:</dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}:<!-- ENDIF --></dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_USER_INACTIVE --><dt>{L_USER_IS_INACTIVE}:</dt><dd>{USER_INACTIVE_REASON}</dd><!-- ENDIF -->
|
||||
<!-- IF LOCATION --><dt>{L_LOCATION}:</dt> <dd>{LOCATION}</dd><!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user