diff options
author | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2002-03-10 03:23:56 +0000 |
---|---|---|
committer | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2002-03-10 03:23:56 +0000 |
commit | 0383e1b80a7048863a16bb533a9c8d6c5e94f091 (patch) | |
tree | e159c16cc83f3f9cf6bb64943be7aa93acb755f7 /phpBB/templates | |
parent | cb97372773a384860d64642b0770c4730186ad1a (diff) | |
download | forums-0383e1b80a7048863a16bb533a9c8d6c5e94f091.tar forums-0383e1b80a7048863a16bb533a9c8d6c5e94f091.tar.gz forums-0383e1b80a7048863a16bb533a9c8d6c5e94f091.tar.bz2 forums-0383e1b80a7048863a16bb533a9c8d6c5e94f091.tar.xz forums-0383e1b80a7048863a16bb533a9c8d6c5e94f091.zip |
Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and 520872. Manily, a few typos were fixed, along with a problem in the jumpbox (fixed using a quick Javascript check, there really isn't another way without modifying some large portions of code), and a problem in the rank control panel. In other words, everything assigned to me (as of this morning) has been fixed. I also ran the lovely fix_files.sh, so CVS might be a little wacky and try to update everything. I hope not...
That's it for now!
dougk_ff7
git-svn-id: file:///svn/phpbb/trunk@2287 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/jumpbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/jumpbox.tpl b/phpBB/templates/subSilver/jumpbox.tpl index eed9f9ddf6..41d0bbf634 100644 --- a/phpBB/templates/subSilver/jumpbox.tpl +++ b/phpBB/templates/subSilver/jumpbox.tpl @@ -1,5 +1,5 @@ -<form method="GET" name="jumpbox" action="{S_JUMPBOX_ACTION}"> +<form method="GET" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.f.value == -1){return false;}"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_LIST} |