diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-07-14 20:35:53 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-07-14 20:35:53 +0000 |
commit | e3866c939d78b925844cd61d6ad567988f24e42d (patch) | |
tree | 5dc7ead67990b8770adac05a2d9464064e33e617 /phpBB/adm/style/acp_users.html | |
parent | 0b2979c6bab97297f839937606635fd4cc6b1eae (diff) | |
download | forums-e3866c939d78b925844cd61d6ad567988f24e42d.tar forums-e3866c939d78b925844cd61d6ad567988f24e42d.tar.gz forums-e3866c939d78b925844cd61d6ad567988f24e42d.tar.bz2 forums-e3866c939d78b925844cd61d6ad567988f24e42d.tar.xz forums-e3866c939d78b925844cd61d6ad567988f24e42d.zip |
Feature Bug #43375 - Ability to delete warnings and keep warnings permanently
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9758 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users.html')
-rw-r--r-- | phpBB/adm/style/acp_users.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index 34e4147356..da7d2a495b 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -83,6 +83,10 @@ <!-- INCLUDE acp_users_feedback.html --> +<!-- ELSEIF S_WARNINGS --> + +<!-- INCLUDE acp_users_warnings.html --> + <!-- ELSEIF S_PROFILE --> <!-- INCLUDE acp_users_profile.html --> |