aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-05-16 18:58:15 +0200
committerNils Adermann <naderman@naderman.de>2010-05-16 18:58:15 +0200
commitb308cfe5ea6e80f8e772345fe3d5b00c48e7193a (patch)
tree4e8f2d1adc450533fb79b71f79fb3e9d4ec60614 /phpBB/adm
parent7499c7c884a391c5bee64974e3907764514d4257 (diff)
parentd555e83b80b79f7afd1730b50502105a2c2f76d2 (diff)
downloadforums-b308cfe5ea6e80f8e772345fe3d5b00c48e7193a.tar
forums-b308cfe5ea6e80f8e772345fe3d5b00c48e7193a.tar.gz
forums-b308cfe5ea6e80f8e772345fe3d5b00c48e7193a.tar.bz2
forums-b308cfe5ea6e80f8e772345fe3d5b00c48e7193a.tar.xz
forums-b308cfe5ea6e80f8e772345fe3d5b00c48e7193a.zip
Merge branch 'ticket/bantu/9547' into develop-olympus
* ticket/bantu/9547: [ticket/9547] Use separate constants for display/enable active topics.
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_forums.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 937a288cb2..9f9216a068 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -189,8 +189,8 @@
<legend>{L_GENERAL_FORUM_SETTINGS}</legend>
<dl>
<dt><label for="display_active">{L_DISPLAY_ACTIVE_TOPICS}:</label><br /><span>{L_DISPLAY_ACTIVE_TOPICS_EXPLAIN}</span></dt>
- <dd><label><input type="radio" class="radio" name="display_active" value="1"<!-- IF S_DISPLAY_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label><input type="radio" class="radio" name="display_active" value="0"<!-- IF not S_DISPLAY_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
+ <dd><label><input type="radio" class="radio" name="display_active" value="1"<!-- IF S_ENABLE_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label><input type="radio" class="radio" name="display_active" value="0"<!-- IF not S_ENABLE_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
</dl>
</fieldset>
</div>