aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-20 20:54:57 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-29 02:14:46 +0200
commit975afa90480f6d48f266e40870fb948a38e00f2a (patch)
treebd3f3fa4a7084dc25c0ac229e2ca37dbd644909d /phpBB/adm/style
parent81f22a1c8e4e67d83a9308ad832db3c96a835798 (diff)
downloadforums-975afa90480f6d48f266e40870fb948a38e00f2a.tar
forums-975afa90480f6d48f266e40870fb948a38e00f2a.tar.gz
forums-975afa90480f6d48f266e40870fb948a38e00f2a.tar.bz2
forums-975afa90480f6d48f266e40870fb948a38e00f2a.tar.xz
forums-975afa90480f6d48f266e40870fb948a38e00f2a.zip
[ticket/10073] Deduplicate template variable names
PHPBB3-10073
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_contact.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_contact.html b/phpBB/adm/style/acp_contact.html
index 532617cc16..828fd4b659 100644
--- a/phpBB/adm/style/acp_contact.html
+++ b/phpBB/adm/style/acp_contact.html
@@ -53,13 +53,13 @@
<dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 5px;">
<!-- IF S_BBCODE_ALLOWED -->
- <label><input type="checkbox" class="radio" name="disable_bbcode"<!-- IF not S_BBCODE_ALLOWED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_BBCODE}</label>
+ <label><input type="checkbox" class="radio" name="disable_bbcode"<!-- IF S_BBCODE_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_BBCODE}</label>
<!-- ENDIF -->
<!-- IF S_SMILIES_ALLOWED -->
- <label><input type="checkbox" class="radio" name="disable_smilies"<!-- IF not S_SMILIES_ALLOWED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_SMILIES}</label>
+ <label><input type="checkbox" class="radio" name="disable_smilies"<!-- IF S_SMILIES_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_SMILIES}</label>
<!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED -->
- <label><input type="checkbox" class="radio" name="disable_magic_url"<!-- IF not S_MAGIC_URL_ALLOWED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_MAGIC_URL}</label>
+ <label><input type="checkbox" class="radio" name="disable_magic_url"<!-- IF S_MAGIC_URL_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_MAGIC_URL}</label>
<!-- ENDIF -->
</dd>
<dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 10px;"><strong>{L_OPTIONS}{L_COLON} </strong>{BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS}</dd>