Fix threshold edition
This commit is contained in:
@@ -40,7 +40,7 @@ French rules Règles françaises
|
||||
Given name Prénom
|
||||
Goban Goban
|
||||
Hd correction Correction hd
|
||||
Hd treshold Seuil hd
|
||||
Hd threshold Seuil hd
|
||||
How to use Comment utiliser
|
||||
Import Importer
|
||||
Import tournament Importer un tournoi
|
||||
|
@@ -138,7 +138,7 @@ onLoad(() => {
|
||||
},
|
||||
handicap: {
|
||||
correction: -form.val('correction'),
|
||||
treshold: form.val('treshold')
|
||||
threshold: form.val('threshold')
|
||||
}
|
||||
},
|
||||
timeSystem: {
|
||||
|
@@ -108,11 +108,11 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="mms pairing four wide field #if($tour && $tour.pairing.type != 'MAC_MAHON') hidden #end">
|
||||
<label>Hd treshold</label>
|
||||
<label>Hd threshold</label>
|
||||
<span class="info"></span>
|
||||
<select name="treshold">
|
||||
<select name="threshold">
|
||||
#set($limit = 0)
|
||||
#if($tour && "$!tour.pairing.handicap.treshold" != "") #set($limit = $tour.pairing.handicap.treshold) #end
|
||||
#if($tour && "$!tour.pairing.handicap.threshold" != "") #set($limit = $tour.pairing.handicap.threshold) #end
|
||||
#levels($limit)
|
||||
</select>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user