aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install/snippet_options.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/install/snippet_options.html')
-rw-r--r--phpBB/adm/style/install/snippet_options.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/phpBB/adm/style/install/snippet_options.html b/phpBB/adm/style/install/snippet_options.html
new file mode 100644
index 0000000000..a887a1da83
--- /dev/null
+++ b/phpBB/adm/style/install/snippet_options.html
@@ -0,0 +1,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 -->