mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Minor fixes (#682)
This commit is contained in:
parent
bc6e8589a5
commit
b20aa32b89
2 changed files with 2 additions and 7 deletions
|
@ -160,14 +160,9 @@
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<h3>{L_FORUM_STATS}</h3>
|
|
||||||
|
|
||||||
<table class="forumline">
|
<table class="forumline">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="25%">{L_STATISTIC}</th>
|
<th colspan="4">{L_FORUM_STATS}</th>
|
||||||
<th width="25%">{L_VALUE}</th>
|
|
||||||
<th width="25%">{L_STATISTIC}</th>
|
|
||||||
<th width="25%">{L_VALUE}</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td>
|
<td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td>
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<div id="board_stats">
|
<div id="board_stats">
|
||||||
<h3 class="cat_title">{L_WHOSONLINE}</h3>
|
<h3 class="cat_title">{L_STATISTICS}</h3>
|
||||||
<div id="board_stats_wrap">
|
<div id="board_stats_wrap">
|
||||||
|
|
||||||
<table class="forums">
|
<table class="forums">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue