예제 #1
0
?>
:
			</label>
		</td>
		<td class="paramlist_value">
			<?php 
if ($this->turnier->rnd == NULL) {
    ?>
				<input class="inputbox" onchange="showFormRoundscount();" type="text" name="teil" id="teil" size="10" maxlength="5" value="<?php 
    echo $this->turnier->teil;
    ?>
" />
			<?php 
} else {
    echo $this->turnier->teil;
    echo CLMForm::hidden('teil', $this->turnier->teil);
    // damit JavaScript funktioniert
}
?>
		</td>
	</tr>

	<tr>
		<td width="40%" class="paramlist_key">
			<label for="tiebreakers">
				<?php 
echo JText::_('TIEBREAKERS');
?>
:
			</label>
		</td>