add new subfolder for installation
[phpbb.git] / phpBB / adm / style / install / snippet_options.html
bloba887a1da83210b9197228e3ba3dd413cdd092cd2
1 <!-- IF .options -->
2 <fieldset>
4 <!-- BEGIN options -->
5 <!-- IF options.S_LEGEND -->
6 <!-- IF not options.S_FIRST_ROW -->
7 </fieldset>
9 <fieldset>
10 <!-- ENDIF -->
11 <legend>{options.LEGEND}</legend>
12 <!-- ELSE -->
14 <dl>
15 <dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
16 <dd>{options.CONTENT}</dd>
17 </dl>
19 <!-- ENDIF -->
20 <!-- END options -->
22 </fieldset>
23 <!-- ENDIF -->