Add bonus points to the missing tables and make non relevant teams invisible in tables.

This commit is contained in:
2018-04-02 22:23:01 +02:00
parent 268ca763f7
commit 4a64eb71a3
2 changed files with 74 additions and 33 deletions

View File

@@ -68,6 +68,9 @@
<th>{L_LOST_SHORT}</th>
<th colspan="3">{L_GOALS}</th>
<th>{L_GOALS_DIFF_SHORT}</th>
<!-- IF S_DATA_BNS -->
<th>{L_BONUS_SHORT}</th>
<!-- ENDIF -->
<th style="text-align: right;">{L_POINTS_SHORT}</th>
</tr>
</thead>
@@ -91,6 +94,9 @@
<td class="td_vs">:</td>
<td class="td_goals_guest">{form.GOALS_AGAINST}</td>
<td class="td_hits">{form.GOALS_DIFF}</td>
<!-- IF S_DATA_BNS -->
<td class="td_bonus">{form.BONUS}</td>
<!-- ENDIF -->
<td class="td_pts">{form.POINTS}</td>
</tr>
<!-- ENDIF -->
@@ -122,6 +128,9 @@
<th>{L_LOST_SHORT}</th>
<th colspan="3">{L_GOALS}</th>
<th>{L_GOALS_DIFF_SHORT}</th>
<!-- IF S_DATA_BNS -->
<th>{L_BONUS_SHORT}</th>
<!-- ENDIF -->
<th style="text-align: right;">{L_POINTS_SHORT}</th>
</tr>
</thead>
@@ -145,6 +154,9 @@
<td class="td_vs">:</td>
<td class="td_goals_guest">{home.GOALS_AGAINST}</td>
<td class="td_hits">{home.GOALS_DIFF}</td>
<!-- IF S_DATA_BNS -->
<td class="td_bonus">{home.BONUS}</td>
<!-- ENDIF -->
<td class="td_pts">{home.POINTS}</td>
</tr>
<!-- ENDIF -->
@@ -167,6 +179,9 @@
<th>{L_LOST_SHORT}</th>
<th colspan="3">{L_GOALS}</th>
<th>{L_GOALS_DIFF_SHORT}</th>
<!-- IF S_DATA_BNS -->
<th>{L_BONUS_SHORT}</th>
<!-- ENDIF -->
<th style="text-align: right;">{L_POINTS_SHORT}</th>
</tr>
</thead>
@@ -190,6 +205,9 @@
<td class="td_vs">:</td>
<td class="td_goals_guest">{away.GOALS_AGAINST}</td>
<td class="td_hits">{away.GOALS_DIFF}</td>
<!-- IF S_DATA_BNS -->
<td class="td_bonus">{away.BONUS}</td>
<!-- ENDIF -->
<td class="td_pts">{away.POINTS}</td>
</tr>
<!-- ENDIF -->