aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ban.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-05 18:09:58 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-05 18:09:58 +0000
commitfb5f24578b46d8f7698ea4c4b3d764c4b0a1aa64 (patch)
treed2d0c783db3a6c1a8a1cc8880dabfd0acc56f0da /phpBB/adm/style/acp_ban.html
parent95c564636ff34cc30a48475f9ca0e23a8106fc5a (diff)
downloadforums-fb5f24578b46d8f7698ea4c4b3d764c4b0a1aa64.tar
forums-fb5f24578b46d8f7698ea4c4b3d764c4b0a1aa64.tar.gz
forums-fb5f24578b46d8f7698ea4c4b3d764c4b0a1aa64.tar.bz2
forums-fb5f24578b46d8f7698ea4c4b3d764c4b0a1aa64.tar.xz
forums-fb5f24578b46d8f7698ea4c4b3d764c4b0a1aa64.zip
bugfixes. :/ An ugly one included as a temporary solution...
git-svn-id: file:///svn/phpbb/trunk@7476 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_ban.html')
-rw-r--r--phpBB/adm/style/acp_ban.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html
index 24abf3e889..5bc029f75c 100644
--- a/phpBB/adm/style/acp_ban.html
+++ b/phpBB/adm/style/acp_ban.html
@@ -50,8 +50,8 @@
</dl>
<dl>
<dt><label for="banlength">{L_BAN_LENGTH}:</label></dt>
- <dd><select name="banlength" id="banlength">{S_BAN_END_OPTIONS}</select></dd>
- <dd><input type="text" class="text" name="banlengthother" maxlength="10" /> {L_YEAR_MONTH_DAY}</dd>
+ <dd><label for="banlength"><select name="banlength" id="banlength" onchange="if(this.value==-1){document.getElementById('banlengthother').style.display = 'block';}else{document.getElementById('banlengthother').style.display='none';}">{S_BAN_END_OPTIONS}</select></label></dd>
+ <dd id="banlengthother" style="display: none;"><label><input type="text" name="banlengthother" class="inputbox" /><br /><span>{L_YEAR_MONTH_DAY}</span></label></dd>
</dl>
<dl>
<dt><label for="banexclude">{L_BAN_EXCLUDE}:</label><br /><span>{L_BAN_EXCLUDE_EXPLAIN}</span></dt>