
06-23-2011, 09:06 AM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by stwan
Please make Words => in the phrase:
Line 2054:
HTML Code:
<option title="time" value="0" class="">Midnight</option>
HTML Code:
<option title="time" value="12" class="">Midday</option>
Line 5831:
HTML Code:
<option title="time" value="0" class="">Midnight</option>
HTML Code:
<option title="time" value="12" class="">Midday</option>
Line 5838-5849
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>
|
Phrased in next version.
|