diff options
author | Lukasz <luki_9@wp.pl> | 2013-11-07 19:52:27 +0100 |
---|---|---|
committer | Lukasz <luki_9@wp.pl> | 2013-11-08 21:57:03 +0100 |
commit | 57ec9ee49e95fa45f8c5c441b4ed05095c3918a8 (patch) | |
tree | 70b163f8967ddfb1a64971c95087db6a41988ceb /phpBB/adm/style/acp_users_prefs.html | |
parent | 0a3bb18e93bcb8321e09ca313431ae66f2284e7b (diff) | |
download | forums-57ec9ee49e95fa45f8c5c441b4ed05095c3918a8.tar forums-57ec9ee49e95fa45f8c5c441b4ed05095c3918a8.tar.gz forums-57ec9ee49e95fa45f8c5c441b4ed05095c3918a8.tar.bz2 forums-57ec9ee49e95fa45f8c5c441b4ed05095c3918a8.tar.xz forums-57ec9ee49e95fa45f8c5c441b4ed05095c3918a8.zip |
[ticket/12005] Remove PM popup setting from user preferences
PHPBB3-12005
Diffstat (limited to 'phpBB/adm/style/acp_users_prefs.html')
-rw-r--r-- | phpBB/adm/style/acp_users_prefs.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_users_prefs.html b/phpBB/adm/style/acp_users_prefs.html index f1b9e28a66..1092b25b04 100644 --- a/phpBB/adm/style/acp_users_prefs.html +++ b/phpBB/adm/style/acp_users_prefs.html @@ -40,11 +40,6 @@ <label><input type="radio" class="radio" name="notifypm" value="0"<!-- IF not NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> - <dt><label for="popuppm">{L_POPUP_ON_PM}{L_COLON}</label></dt> - <dd><label><input type="radio" class="radio" name="popuppm" value="1"<!-- IF POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> /> {L_YES}</label> - <label><input type="radio" class="radio" name="popuppm" value="0"<!-- IF not POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> - </dl> - <dl> <dt><label for="lang">{L_BOARD_LANGUAGE}{L_COLON}</label></dt> <dd><select id="lang" name="lang">{S_LANG_OPTIONS}</select></dd> </dl> |