mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9915] "Length of ban:" is not displayed in ACP
This commit is contained in:
commit
c177ba7a4e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
{
|
{
|
||||||
document.getElementById('acp_unban').unbangivereason.innerHTML = ban_give_reason[option];
|
document.getElementById('acp_unban').unbangivereason.innerHTML = ban_give_reason[option];
|
||||||
document.getElementById('acp_unban').unbanreason.innerHTML = ban_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];
|
||||||
}
|
}
|
||||||
|
|
||||||
// ]]>
|
// ]]>
|
||||||
|
|
Loading…
Add table
Reference in a new issue