aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/profilefields/bool.html
blob: f57bd4e4da189de5d4aacd5ce316c1ec327d7ff1 (plain)
1
2
3
4
5
6
7
<!-- BEGIN bool -->
	<!-- IF bool.FIELD_LENGTH eq 1 -->
		<!-- BEGIN options --><input type="radio" class="radio" name="{bool.FIELD_IDENT}" value="{bool.options.OPTION_ID}"{bool.options.CHECKED} /><span class="genmed">{bool.options.VALUE}</span>&nbsp; &nbsp;<!-- END options -->
	<!-- ELSE -->
		<input type="checkbox" class="radio" name="{bool.FIELD_IDENT}" value="1"<!-- IF bool.FIELD_VALUE eq 1 --> checked="checked"<!-- ENDIF --> />
	<!-- ENDIF -->
<!-- END bool -->