mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update usercp_viewprofile.tpl
This commit is contained in:
parent
c6c5c5fd84
commit
72a3b238a0
1 changed files with 10 additions and 3 deletions
|
@ -229,6 +229,16 @@ ajax.callback.group_membership = function(data) {
|
||||||
{RANK_IMAGE}
|
{RANK_IMAGE}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</p>
|
</p>
|
||||||
|
<!-- BEGIN ban -->
|
||||||
|
<hr/>
|
||||||
|
<!-- IF ban.IS_BANNED -->
|
||||||
|
<b title="{L_BANNED_USERS}" class="warnColor2">{L_BANNED}</b>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- IF ban.BAN_REASON -->
|
||||||
|
<div class="mrg_4">{L_REASON}: {ban.BAN_REASON}</div>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<hr/>
|
||||||
|
<!-- END ban -->
|
||||||
<!-- IF BIRTHDAY_ICON --><div class="mrg_8">{BIRTHDAY_ICON}</div><!-- ENDIF -->
|
<!-- IF BIRTHDAY_ICON --><div class="mrg_8">{BIRTHDAY_ICON}</div><!-- ENDIF -->
|
||||||
<h4 class="cat border bw_TB">{L_CONTACT} {USERNAME}</span></h4>
|
<h4 class="cat border bw_TB">{L_CONTACT} {USERNAME}</span></h4>
|
||||||
|
|
||||||
|
@ -300,9 +310,6 @@ ajax.callback.group_membership = function(data) {
|
||||||
<th>{L_USERNAME}:</th>
|
<th>{L_USERNAME}:</th>
|
||||||
<td id="username">
|
<td id="username">
|
||||||
<span class="editable bold">{USERNAME}</span>
|
<span class="editable bold">{USERNAME}</span>
|
||||||
<!-- BEGIN ban -->
|
|
||||||
<!-- IF ban.IS_BANNED -->(<b title="{L_BANNED_USERS}" class="warnColor2">{L_BANNED}</b>)<!-- ENDIF -->
|
|
||||||
<!-- END ban -->
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- IF SHOW_ROLE -->
|
<!-- IF SHOW_ROLE -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue