aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-03-02 20:47:06 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-03-02 20:47:06 -0500
commitc177ba7a4e5a94f48da18c9a119f76f11f39cde6 (patch)
tree1117f8cac578d45d5f80e493ed06eacb71810925 /phpBB/adm/style
parent5c2243360d00b162b0f0f1547ee3742d13fb42cb (diff)
parent57ab0816e2512f4d2a175d9a5c98eada0dc16511 (diff)
downloadforums-c177ba7a4e5a94f48da18c9a119f76f11f39cde6.tar
forums-c177ba7a4e5a94f48da18c9a119f76f11f39cde6.tar.gz
forums-c177ba7a4e5a94f48da18c9a119f76f11f39cde6.tar.bz2
forums-c177ba7a4e5a94f48da18c9a119f76f11f39cde6.tar.xz
forums-c177ba7a4e5a94f48da18c9a119f76f11f39cde6.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9915] "Length of ban:" is not displayed in ACP
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_ban.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html
index cbcc6dfa60..2eeb748e4b 100644
--- a/phpBB/adm/style/acp_ban.html
+++ b/phpBB/adm/style/acp_ban.html
@@ -33,7 +33,7 @@
{
document.getElementById('acp_unban').unbangivereason.innerHTML = ban_give_reason[option];
document.getElementById('acp_unban').unbanreason.innerHTML = ban_reason[option];
- document.getElementById('acp_unban').unbanlength.innerHTML = ban_length[option];
+ document.getElementById('acp_unban').unbanlength.value = ban_length[option];
}
// ]]>