diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-16 17:44:39 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-16 17:44:39 +0000 |
commit | 20cc28bfea5c7b9a486d2d7710966b5598ef1dfa (patch) | |
tree | b714a6bf691818414352f6b7a7549ece0b609cfe /phpBB/adm/style/install/snippet_options.html | |
parent | 46f666556b5e05116f20a8ccfece9bc96b1a105d (diff) | |
download | forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar.gz forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar.bz2 forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.tar.xz forums-20cc28bfea5c7b9a486d2d7710966b5598ef1dfa.zip |
add new subfolder for installation
git-svn-id: file:///svn/phpbb/trunk@9275 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/install/snippet_options.html')
-rw-r--r-- | phpBB/adm/style/install/snippet_options.html | 23 |
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 --> |