mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/10780] Replace colon usage in template output with {L_COLON}
Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
This commit is contained in:
committed by
Andreas Fischer
parent
b81a9a7fcb
commit
6e7e70a18a
@@ -16,11 +16,11 @@
|
||||
|
||||
<div class="column2">
|
||||
<dl class="details">
|
||||
<!-- IF RANK_TITLE --><dt>{L_RANK}:</dt><dd>{RANK_TITLE}</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>
|
||||
<!-- IF RANK_TITLE --><dt>{L_RANK}{L_COLON}</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
<!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}{L_COLON}<!-- ENDIF --></dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
|
||||
<dt>{L_JOINED}{L_COLON}</dt><dd>{JOINED}</dd>
|
||||
<dt>{L_TOTAL_POSTS}{L_COLON}</dt><dd>{POSTS}</dd>
|
||||
<dt>{L_WARNINGS}{L_COLON} </dt><dd>{WARNINGS}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user