Ajoute un mode competition a la configuration
This commit is contained in:
@@ -65,7 +65,16 @@
|
||||
</div>
|
||||
|
||||
<form id="setupForm" class="setup-form">
|
||||
<label class="field span-2">
|
||||
<label class="option-card competition-option span-2">
|
||||
<input id="competitionMode" name="competitionMode" type="checkbox" />
|
||||
<strong>Mode compétition</strong>
|
||||
<span>
|
||||
Affiche le nom de la rencontre, l'arbitre, le club ou l'événement
|
||||
et les notes d'organisation.
|
||||
</span>
|
||||
</label>
|
||||
|
||||
<label class="field span-2" id="matchLabelField" data-competition-field hidden>
|
||||
<span>Nom de la rencontre</span>
|
||||
<input
|
||||
name="matchLabel"
|
||||
@@ -167,7 +176,7 @@
|
||||
<input name="blackName" type="text" maxlength="40" placeholder="Noir" value="Noir" />
|
||||
</label>
|
||||
|
||||
<label class="field">
|
||||
<label class="field" id="arbiterField" data-competition-field hidden>
|
||||
<span>Arbitre</span>
|
||||
<input
|
||||
name="arbiterName"
|
||||
@@ -177,7 +186,7 @@
|
||||
/>
|
||||
</label>
|
||||
|
||||
<label class="field">
|
||||
<label class="field" id="eventField" data-competition-field hidden>
|
||||
<span>Club / événement</span>
|
||||
<input
|
||||
name="eventName"
|
||||
@@ -187,7 +196,7 @@
|
||||
/>
|
||||
</label>
|
||||
|
||||
<label class="field span-2">
|
||||
<label class="field span-2" id="notesField" data-competition-field hidden>
|
||||
<span>Notes</span>
|
||||
<textarea
|
||||
name="notes"
|
||||
|
||||
Reference in New Issue
Block a user