aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_styles.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-01-27 13:30:59 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-02-08 14:57:42 +0100
commit0e02f5cb0b7f615f1eadd6606a89bfd1b28f0d0d (patch)
tree9054335defe726c89fa07b01dd0891fb196bf907 /phpBB/adm/style/acp_styles.html
parent18fedfce1739075586aa0e40fabdffba65593793 (diff)
downloadforums-0e02f5cb0b7f615f1eadd6606a89bfd1b28f0d0d.tar
forums-0e02f5cb0b7f615f1eadd6606a89bfd1b28f0d0d.tar.gz
forums-0e02f5cb0b7f615f1eadd6606a89bfd1b28f0d0d.tar.bz2
forums-0e02f5cb0b7f615f1eadd6606a89bfd1b28f0d0d.tar.xz
forums-0e02f5cb0b7f615f1eadd6606a89bfd1b28f0d0d.zip
[ticket/9675] Put the code into methods to avoid code duplication.
PHPBB3-9675
Diffstat (limited to 'phpBB/adm/style/acp_styles.html')
-rw-r--r--phpBB/adm/style/acp_styles.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index 1978537cf4..098cc723d9 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -23,16 +23,17 @@
<dd><select id="new_id" name="new_id">{S_REPLACE_OPTIONS}</select></dd>
</dl>
<!-- IF S_DELETE_STYLE -->
+ <hr />
<dl>
- <dt><label for="new_template_id">{L_REPLACE_TEMPLATE}:</label><br /><span>{L_REPLACE_TEMPLATE_EXPLAIN}</span></dt>
+ <dt><label for="new_template_id">{L_DELETE_TEMPLATE}:</label><br /><span>{L_REPLACE_TEMPLATE_EXPLAIN}</span></dt>
<dd><select id="new_template_id" name="new_template_id">{S_REPLACE_TEMPLATE_OPTIONS}</select></dd>
</dl>
<dl>
- <dt><label for="new_theme_id">{L_REPLACE_THEME}:</label><br /><span>{L_REPLACE_THEME_EXPLAIN}</span></dt>
+ <dt><label for="new_theme_id">{L_DELETE_THEME}:</label><br /><span>{L_REPLACE_THEME_EXPLAIN}</span></dt>
<dd><select id="new_theme_id" name="new_theme_id">{S_REPLACE_THEME_OPTIONS}</select></dd>
</dl>
<dl>
- <dt><label for="new_imageset_id">{L_REPLACE_IMAGESET}:</label><br /><span>{L_REPLACE_IMAGESET_EXPLAIN}</span></dt>
+ <dt><label for="new_imageset_id">{L_DELETE_IMAGESET}:</label><br /><span>{L_REPLACE_IMAGESET_EXPLAIN}</span></dt>
<dd><select id="new_imageset_id" name="new_imageset_id">{S_REPLACE_IMAGESET_OPTIONS}</select></dd>
</dl>
<!-- ENDIF -->