diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-02-02 12:52:57 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-03-29 21:57:00 +0100 |
commit | d97c58aeeaf24b6d76e21642e1764b471f212d87 (patch) | |
tree | dd10abac4cfea9d9ad3ef0b5b5dc3397b9ea4270 /phpBB/adm | |
parent | 02fdae4e8800ded878dcdc848563aef202069317 (diff) | |
download | forums-d97c58aeeaf24b6d76e21642e1764b471f212d87.tar forums-d97c58aeeaf24b6d76e21642e1764b471f212d87.tar.gz forums-d97c58aeeaf24b6d76e21642e1764b471f212d87.tar.bz2 forums-d97c58aeeaf24b6d76e21642e1764b471f212d87.tar.xz forums-d97c58aeeaf24b6d76e21642e1764b471f212d87.zip |
[ticket/12150] Add missing prune settings variables in acp_forums
PHPBB3-12150
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_forums.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 4a534d0592..2e826e7c13 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -280,8 +280,8 @@ </dl> <dl> <dt><label for="enable_shadow_topic_prune">{L_FORUM_PRUNE_SHADOW_TOPICS}{L_COLON}</label><br /><span>{L_FORUM_PRUNE_SHADOW_TOPICS_EXPLAIN}</span></dt> - <dd><label><input type="radio" class="radio" name="enable_shadow_topic_prune" value="1"<!-- IF S_PRUNE_ENABLE --> id="enable_shadow_topic_prune" checked="checked"<!-- ENDIF --> /> {L_YES}</label> - <label><input type="radio" class="radio" name="enable_shadow_topic_prune" value="0"<!-- IF not S_PRUNE_ENABLE --> id="enable_shadow_topic_prune" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> + <dd><label><input type="radio" class="radio" name="enable_shadow_topic_prune" value="1"<!-- IF S_PRUNE_SHADOW_TOPIC_ENABLE --> id="enable_shadow_topic_prune" checked="checked"<!-- ENDIF --> /> {L_YES}</label> + <label><input type="radio" class="radio" name="enable_shadow_topic_prune" value="0"<!-- IF not S_PRUNE_SHADOW_TOPIC_ENABLE --> id="enable_shadow_topic_prune" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="prune_shadow_topic_freq">{L_AUTO_PRUNE_FREQ}{L_COLON}</label><br /><span>{L_AUTO_PRUNE_FREQ_EXPLAIN}</span></dt> |