diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-09-14 17:25:46 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-08 14:27:27 +0100 |
commit | ffcd307746af6a578fe771c31c306feb9d393e9c (patch) | |
tree | 94667e84eac33dfbacfbca584065d9d3be61e82e /phpBB/adm/style | |
parent | afc856417f89114d7ea56eb0b290f7604dba0d6b (diff) | |
download | forums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar forums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar.gz forums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar.bz2 forums-ffcd307746af6a578fe771c31c306feb9d393e9c.tar.xz forums-ffcd307746af6a578fe771c31c306feb9d393e9c.zip |
[ticket/9675] Add option to delete template/theme/imageset when deleting style.
PHPBB3-9675
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index cb4361dd6f..1978537cf4 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -22,6 +22,20 @@ <dt><label for="new_id">{L_REPLACE}:</label><br /><span>{L_REPLACE_EXPLAIN}</span></dt> <dd><select id="new_id" name="new_id">{S_REPLACE_OPTIONS}</select></dd> </dl> + <!-- IF S_DELETE_STYLE --> + <dl> + <dt><label for="new_template_id">{L_REPLACE_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> + <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> + <dd><select id="new_imageset_id" name="new_imageset_id">{S_REPLACE_IMAGESET_OPTIONS}</select></dd> + </dl> + <!-- ENDIF --> <p class="quick"> <input class="button1" type="submit" name="update" value="{L_DELETE}" /> |