aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install/snippet_options.html
blob: a887a1da83210b9197228e3ba3dd413cdd092cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- IF .options -->
	<fieldset>

	<!-- BEGIN options -->
		<!-- IF options.S_LEGEND -->
			<!-- IF not options.S_FIRST_ROW -->
				</fieldset>
		
				<fieldset>
			<!-- ENDIF -->
				<legend>{options.LEGEND}</legend>
		<!-- ELSE -->

			<dl>
				<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
				<dd>{options.CONTENT}</dd>
			</dl>

		<!-- ENDIF -->
	<!-- END options -->

	</fieldset>
<!-- ENDIF -->