Dashboard: QSO total titles updated

pull/106/merge
Peter Goodhall 2011-09-25 13:05:51 +01:00
rodzic cd4217b0f2
commit 19774bf670
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -131,11 +131,11 @@
<td class="item"><?php echo $total_qsos; ?></td>
</tr>
<tr class="dashboard_tr">
<td class="item">This Year</td>
<td class="item">Year</td>
<td class="item"><?php echo $year_qsos; ?></td>
</tr>
<tr class="dashboard_tr">
<td class="item">This Month</td>
<td class="item">Month</td>
<td class="item"><?php echo $month_qsos; ?></td>
</tr>
<tr class="dashboard_tr">