Merge remote-tracking branch 'football/master'
# Conflicts: # acp/matches_module.php # adm/style/acp_football_leagues.html # adm/style/acp_football_matches.html # block/all_bets.php # block/rank_matchday.php # block/ranks_total.php # config/services.yml # controller/main.php # event/main_listener.php # includes/constants.php # includes/functions.php # language/de/football.php # language/de/info_acp_leagues.php # language/de/info_acp_matches.php # styles/prosilver/template/all_bets.html # styles/prosilver/template/results.html # styles/prosilver/template/table.html # styles/prosilver/theme/football.css
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
onclick="popup('{total.U_PLAN_TEAM}',625,625);return false;">
|
||||
<td class="td_rank">{total.RANK}</td>
|
||||
<td class="td_logo">{total.LOGO}</td>
|
||||
<td class="td_team">{total.TEAM}</td>
|
||||
<td class="td_team">{total.TEAM_SHORT}</td>
|
||||
<td class="td_hits">{total.GAMES}</td>
|
||||
<td class="td_hits">{total.WIN}</td>
|
||||
<td class="td_hits">{total.DRAW}</td>
|
||||
@@ -85,7 +85,7 @@
|
||||
onclick="popup('{form.U_PLAN_TEAM}',625,625);return false;">
|
||||
<td class="td_rank">{form.RANK}</td>
|
||||
<td class="td_logo">{form.LOGO}</td>
|
||||
<td class="td_team">{form.TEAM}</td>
|
||||
<td class="td_team">{form.TEAM_SHORT}</td>
|
||||
<td class="td_hits">{form.GAMES}</td>
|
||||
<td class="td_hits">{form.WIN}</td>
|
||||
<td class="td_hits">{form.DRAW}</td>
|
||||
@@ -145,7 +145,7 @@
|
||||
onclick="popup('{home.U_PLAN_TEAM}',625,625);return false;">
|
||||
<td class="td_rank">{home.RANK}</td>
|
||||
<td class="td_logo">{home.LOGO}</td>
|
||||
<td class="td_team">{home.TEAM}</td>
|
||||
<td class="td_team">{home.TEAM_SHORT}</td>
|
||||
<td class="td_hits">{home.GAMES}</td>
|
||||
<td class="td_hits">{home.WIN}</td>
|
||||
<td class="td_hits">{home.DRAW}</td>
|
||||
@@ -196,7 +196,7 @@
|
||||
onclick="popup('{away.U_PLAN_TEAM}',625,625);return false;">
|
||||
<td class="td_rank">{away.RANK}</td>
|
||||
<td class="td_logo">{away.LOGO}</td>
|
||||
<td class="td_team">{away.TEAM}</td>
|
||||
<td class="td_team">{away.TEAM_SHORT}</td>
|
||||
<td class="td_hits">{away.GAMES}</td>
|
||||
<td class="td_hits">{away.WIN}</td>
|
||||
<td class="td_hits">{away.DRAW}</td>
|
||||
|
||||
Reference in New Issue
Block a user