aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ban.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-01 16:27:06 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-01 16:27:06 +0000
commit5ed0be15abe090c426114240f06a01005edfefea (patch)
treecc56fdd8bf3a274e6eac21d907026c2bbeb5c4bf /phpBB/adm/style/acp_ban.html
parent2ffdd92975cdacd7c12b5a438a62730ec02e6129 (diff)
downloadforums-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/acp_ban.html')
-rw-r--r--phpBB/adm/style/acp_ban.html6
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];
}
//-->