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, 0 insertions, 23 deletions
diff --git a/phpBB/adm/style/install/snippet_options.html b/phpBB/adm/style/install/snippet_options.html
deleted file mode 100644
index a887a1da83..0000000000
--- a/phpBB/adm/style/install/snippet_options.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!-- 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 -->