1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 11:39:37 +02:00

Titles go bold

git-svn-id: file:///svn/phpbb/trunk@4038 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-05-21 18:33:11 +00:00
parent 5b3787d66a
commit 1967bef6a5

View File

@ -37,7 +37,7 @@
<th colspan="2" align="center">{L_IP_INFO}</th>
</th>
<tr>
<td colspan="2" height="28" class="cat"><span class="gen">{L_OTHER_USERS}</span></td>
<td colspan="2" height="28" class="cat"><b class="gen">{L_OTHER_USERS}</b></td>
</tr>
<!-- BEGIN userrow -->
<!-- IF userrow.S_ROW_COUNT is even -->
@ -50,7 +50,7 @@
</tr>
<!-- END userrow -->
<tr>
<td height="28" class="cat"><span class="gen">{L_OTHER_IPS}</span></td>
<td height="28" class="cat"><b class="gen">{L_OTHER_IPS}</b></td>
<td class="cat" width="10%" nowrap="nowrap"><span class="gen">[ <a href="{U_LOOKUP_ALL}">{L_LOOKUP_ALL}</a> ]</span></td>
</tr>
<!-- BEGIN iprow -->