Revision 401
Added by Matthias almost 18 years ago
template.html | ||
---|---|---|
9 | 9 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
10 | 10 |
<tr> |
11 | 11 |
<td> |
12 |
<input type="file" name="userfile" size="82%" /> |
|
12 | 13 |
<script language="javascript" type="text/javascript"> |
13 |
document.install.file.focus(); |
|
14 |
document.install.userfile.focus();
|
|
14 | 15 |
</script> |
15 |
<input type="file" name="userfile" size="82%" /> |
|
16 | 16 |
</td> |
17 | 17 |
<td width="110" align="left"> |
18 | 18 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /> |
Also available in: Unified diff
Fixed some minor javascript errors in admin (thanks to pcwacht)