From 972506395083cdec17f91a70a24d9ef76e3219e2 Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 10 Apr 2007 21:11:58 +0000 Subject: #9754 git-svn-id: file:///svn/phpbb/trunk@7323 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/mcp_ban.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html index 353bdfba2e..318906349d 100644 --- a/phpBB/styles/prosilver/template/mcp_ban.html +++ b/phpBB/styles/prosilver/template/mcp_ban.html @@ -23,9 +23,9 @@ function display_details(option) { - document.getElementById('mcp_ban').unbangivereason.value = ban_give_reason[option]; - document.getElementById('mcp_ban').unbanreason.value = ban_reason[option]; - document.getElementById('mcp_ban').unbanlength.value = ban_length[option]; + document.getElementById('unbangivereason').textContent = ban_give_reason[option]; + document.getElementById('unbanreason').textContent = ban_reason[option]; + document.getElementById('unbanlength').textContent = ban_length[option]; } //--> @@ -44,13 +44,13 @@
-
+
{L_FIND_USERNAME}
- +
@@ -89,7 +89,7 @@
-
+
-- cgit v1.2.1