aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authordhruveshk <sunny.rules1@gmail.com>2019-02-13 21:41:32 +0530
committerMarc Alexander <admin@m-a-styles.de>2019-03-30 16:43:48 +0100
commite2356f86e807d6aae13278dc46c5bfcaf61794c2 (patch)
tree71b5b8d2dd1655c0460a191240cc573d09d38edb /phpBB/adm
parentd431e1306cf43334cf5ea4160be0b5aee4fb7b16 (diff)
downloadforums-e2356f86e807d6aae13278dc46c5bfcaf61794c2.tar
forums-e2356f86e807d6aae13278dc46c5bfcaf61794c2.tar.gz
forums-e2356f86e807d6aae13278dc46c5bfcaf61794c2.tar.bz2
forums-e2356f86e807d6aae13278dc46c5bfcaf61794c2.tar.xz
forums-e2356f86e807d6aae13278dc46c5bfcaf61794c2.zip
[ticket/15957] Disable both choice
Disable both choice when jabber is disabled in general settings PHPBB3-15957
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_users_prefs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_prefs.html b/phpBB/adm/style/acp_users_prefs.html
index 136cdf9e16..c1192fddff 100644
--- a/phpBB/adm/style/acp_users_prefs.html
+++ b/phpBB/adm/style/acp_users_prefs.html
@@ -33,7 +33,7 @@
<dt><label for="notifymethod">{L_NOTIFY_METHOD}{L_COLON}</label><br /><span>{L_NOTIFY_METHOD_EXPLAIN}</span></dt>
<dd><label><input type="radio" class="radio" name="notifymethod" value="0"<!-- IF NOTIFY_EMAIL --> id="notifymethod" checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_EMAIL}</label>
<label><input type="radio" class="radio" name="notifymethod" value="1"<!-- IF NOTIFY_IM --> id="notifymethod" checked="checked"<!-- ENDIF --><!-- IF S_JABBER_DISABLED --> disabled="disabled"<!-- ENDIF --> /> {L_NOTIFY_METHOD_IM}</label>
- <label><input type="radio" class="radio" name="notifymethod" value="2"<!-- IF NOTIFY_BOTH --> id="notifymethod" checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_BOTH}</label></dd>
+ <label><input type="radio" class="radio" name="notifymethod" value="2"<!-- IF NOTIFY_BOTH --> id="notifymethod" checked="checked"<!-- ENDIF --><!-- IF S_JABBER_DISABLED --> disabled="disabled"<!-- ENDIF --> /> {L_NOTIFY_METHOD_BOTH}</label></dd>
</dl>
<dl>
<dt><label for="notifypm">{L_NOTIFY_ON_PM}{L_COLON}</label></dt>