mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-24 08:10:13 +02:00
Minor template var update ... now I'm going to bed, yes I do sleep ...
git-svn-id: file:///svn/phpbb/trunk@1385 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
99a540bf2d
commit
1ff65c0ca3
@ -5,7 +5,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
|
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -14,13 +14,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th width="35%"> {L_USERNAME} </th>
|
<th width="35%"> {L_USERNAME} </th>
|
||||||
<th width="25%"> {L_LAST_UPDATE} </th>
|
<th width="25%"> {L_LAST_UPDATE} </th>
|
||||||
<th width="40%"> {L_LOCATION} </th>
|
<th width="40%"> {L_FORUM_LOCATION} </th>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN reg_user_row -->
|
<!-- BEGIN reg_user_row -->
|
||||||
<tr bgcolor="{reg_user_row.ROW_COLOR}">
|
<tr bgcolor="{reg_user_row.ROW_COLOR}">
|
||||||
<td width="35%"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></span> </td>
|
<td width="35%"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></span> </td>
|
||||||
<td width="25%" align="center"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
|
<td width="25%" align="center"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
|
||||||
<td width="40%"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.LOCATION}</a></span> </td>
|
<td width="40%"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a></span> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END reg_user_row -->
|
<!-- END reg_user_row -->
|
||||||
</table></td>
|
</table></td>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<br clear="all" />
|
<br clear="all" />
|
||||||
|
|
||||||
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
|
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -38,13 +38,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th width="35%"> {L_USERNAME} </th>
|
<th width="35%"> {L_USERNAME} </th>
|
||||||
<th width="25%"> {L_LAST_UPDATE} </th>
|
<th width="25%"> {L_LAST_UPDATE} </th>
|
||||||
<th width="40%"> {L_LOCATION} </th>
|
<th width="40%"> {L_FORUM_LOCATION} </th>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN guest_user_row -->
|
<!-- BEGIN guest_user_row -->
|
||||||
<tr bgcolor="{guest_user_row.ROW_COLOR}">
|
<tr bgcolor="{guest_user_row.ROW_COLOR}">
|
||||||
<td width="35%"> <span class="gen"><a href="{guest_user_row.U_USER_PROFILE}">{guest_user_row.USERNAME}</a></span> </td>
|
<td width="35%"> <span class="gen"><a href="{guest_user_row.U_USER_PROFILE}">{guest_user_row.USERNAME}</a></span> </td>
|
||||||
<td width="25%" align="center"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
|
<td width="25%" align="center"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
|
||||||
<td width="40%"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.LOCATION}</a></span> </td>
|
<td width="40%"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a></span> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END guest_user_row -->
|
<!-- END guest_user_row -->
|
||||||
</table></td>
|
</table></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user