From 81ab2a21cc586b81bc6362c0d48c276515caaf50 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 28 Feb 2005 19:27:54 +0000 Subject: [PATCH] When editing scores in the web interface, put the web browser approximately back at the group. --- html/do-edit-scores.pl | 2 +- html/templates/show-tournament.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index a6a498c..95006e0 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -79,5 +79,5 @@ $dbh->do('NOTIFY scores'); $dbh->commit; $dbh->disconnect; -ccbs::print_see_other('show-tournament.pl?id=' . $tournament); +ccbs::print_see_other('show-tournament.pl?id=' . $tournament . '#round' . $round); diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 2fd12b2..b91f94c 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -89,7 +89,7 @@ [% END %] [% FOR r = rounds %] -

Runde [% r.round %]

+

Runde [% r.round %]

-- 2.39.2