Update modcp.tpl

This commit is contained in:
Roman Kelesidis 2024-04-30 14:59:27 +07:00
parent 66fbff8054
commit 1a49a3577c

View File

@ -38,7 +38,7 @@
<td class="{iprow.ROW_CLASS} pad_4 nowrap">
<p class="floatL" style="_width: 160px; min-width: 160px;">{iprow.IP}</p>
<p class="floatL">[ {L_POSTS}: {iprow.POSTS} ]</p>
<p class="floatR">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> ]&nbsp;</p>
<!-- IF iprow.U_LOOKUP_IP --><p class="floatR">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> ]&nbsp;</p><!-- ENDIF -->
</td>
</tr>
<!-- END iprow -->