Ask confirmation if a table number change would trigger a tables renumbering

This commit is contained in:
Claude Brisson
2024-08-01 22:54:32 +02:00
parent cb24ec1794
commit 2cf97d1ecf
2 changed files with 10 additions and 1 deletions

View File

@@ -95,7 +95,7 @@
#set($white = $pmap[$game.w])
#set($black = $pmap[$game.b])
<tr>
<td>${game.t}</td>
<td class="t" data-table="${game.t}">${game.t}</td>
<td class="left">#if($white)${white.name} ${white.firstname} (#rank($white.rank), $white.country $white.club)#{else}BIP#end</td>
<td class="left">#if($black)${black.name} ${black.firstname} (#rank($black.rank), $black.country $black.club)#{else}BIP#end</td>
<td>${game.h}</td>
@@ -111,6 +111,7 @@
<div class="popup-body">
<form id="pairing-form" class="ui form edit">
<input type="hidden" name="id"/>
<input type="hidden" name="prev-table"/>
<div class="popup-content">
<div class="inline fields">
<div class="field">