From 85d3c835d26080d16cbfb715a0f0265fab8f231d Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 2 Apr 2018 23:25:37 +0200 Subject: [PATCH] Change short team names to full team names --- styles/prosilver/template/table.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/prosilver/template/table.html b/styles/prosilver/template/table.html index c159795..71774d8 100644 --- a/styles/prosilver/template/table.html +++ b/styles/prosilver/template/table.html @@ -85,7 +85,7 @@ onclick="popup('{form.U_PLAN_TEAM}',625,625);return false;"> {form.RANK} {form.LOGO} - {form.TEAM_SHORT} + {form.TEAM} {form.GAMES} {form.WIN} {form.DRAW} @@ -145,7 +145,7 @@ onclick="popup('{home.U_PLAN_TEAM}',625,625);return false;"> {home.RANK} {home.LOGO} - {home.TEAM_SHORT} + {home.TEAM} {home.GAMES} {home.WIN} {home.DRAW} @@ -196,7 +196,7 @@ onclick="popup('{away.U_PLAN_TEAM}',625,625);return false;"> {away.RANK} {away.LOGO} - {away.TEAM_SHORT} + {away.TEAM} {away.GAMES} {away.WIN} {away.DRAW}