diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-01 16:27:06 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-01 16:27:06 +0000 |
commit | 5ed0be15abe090c426114240f06a01005edfefea (patch) | |
tree | cc56fdd8bf3a274e6eac21d907026c2bbeb5c4bf /phpBB/adm/style | |
parent | 2ffdd92975cdacd7c12b5a438a62730ec02e6129 (diff) | |
download | forums-5ed0be15abe090c426114240f06a01005edfefea.tar forums-5ed0be15abe090c426114240f06a01005edfefea.tar.gz forums-5ed0be15abe090c426114240f06a01005edfefea.tar.bz2 forums-5ed0be15abe090c426114240f06a01005edfefea.tar.xz forums-5ed0be15abe090c426114240f06a01005edfefea.zip |
some tiny fixes and two new features. ;)
git-svn-id: file:///svn/phpbb/trunk@7994 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_ban.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 334d245edf..e371d48bfc 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -31,9 +31,9 @@ function display_details(option) { - document.getElementById('acp_ban').unbangivereason.value = ban_give_reason[option]; - document.getElementById('acp_ban').unbanreason.value = ban_reason[option]; - document.getElementById('acp_ban').unbanlength.value = ban_length[option]; + document.getElementById('acp_unban').unbangivereason.value = ban_give_reason[option]; + document.getElementById('acp_unban').unbanreason.value = ban_reason[option]; + document.getElementById('acp_unban').unbanlength.value = ban_length[option]; } //--> |