Please
make Words => in the phrase:
Line 5836 - 5847
HTML Code:
<label for="checkin">Require Competitors to Check-in</label>
<div>
<select name="checkin" id="checkin">
<option value="0"{vb:raw tmnt.sel.checkin.0}>No Check-in Required</option>
<option value="600" {vb:raw tmnt.sel.checkin.600}>10 minutes before tournament starts</option>
<option value="1200" {vb:raw tmnt.sel.checkin.1200}>20 minutes before tournament starts</option>
<option value="1800" {vb:raw tmnt.sel.checkin.1800}>30 minutes before tournament starts</option>
<option value="3600" {vb:raw tmnt.sel.checkin.3600}>1 hour before tournament starts</option>
<option value="7200" {vb:raw tmnt.sel.checkin.7200}>2 hour before tournament starts</option>
</select>
</div>
<p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>