diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-03-30 16:47:05 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-03-30 16:47:05 +0100 |
| commit | 0a3698d08de44cdf4eb92b105ac46c5c56f7ca25 (patch) | |
| tree | 8dfc896756cbb5cb119814062afbdf365a7a1069 | |
| parent | 0d04f53f374db12a1a285992a9c789a836848b3e (diff) | |
| parent | f0ccf7d93eb9dfc5c6dbec89bfad6e2c7f1e08cf (diff) | |
| download | forums-0a3698d08de44cdf4eb92b105ac46c5c56f7ca25.tar forums-0a3698d08de44cdf4eb92b105ac46c5c56f7ca25.tar.gz forums-0a3698d08de44cdf4eb92b105ac46c5c56f7ca25.tar.bz2 forums-0a3698d08de44cdf4eb92b105ac46c5c56f7ca25.tar.xz forums-0a3698d08de44cdf4eb92b105ac46c5c56f7ca25.zip | |
Merge pull request #5536 from dhruveshk/ticket/15957
[ticket/15957] Disabling both choice
| -rw-r--r-- | phpBB/adm/style/acp_users_prefs.html | 2 |
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 61904adc23..484c5b3976 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> |
