diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-03-02 20:47:06 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-03-02 20:47:06 -0500 |
commit | c177ba7a4e5a94f48da18c9a119f76f11f39cde6 (patch) | |
tree | 1117f8cac578d45d5f80e493ed06eacb71810925 /phpBB/adm/style | |
parent | 5c2243360d00b162b0f0f1547ee3742d13fb42cb (diff) | |
parent | 57ab0816e2512f4d2a175d9a5c98eada0dc16511 (diff) | |
download | forums-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.html | 2 |
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]; } // ]]> |