Revision 401
Added by Matthias almost 19 years ago
| template.html | ||
|---|---|---|
| 7 | 7 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
| 8 | 8 |
<tr> |
| 9 | 9 |
<td> |
| 10 |
<input type="file" name="userfile" size="82%" /> |
|
| 10 | 11 |
<script language="javascript" type="text/javascript"> |
| 11 |
document.install.file.focus(); |
|
| 12 |
document.install.userfile.focus();
|
|
| 12 | 13 |
</script> |
| 13 |
<input type="file" name="userfile" size="82%" /> |
|
| 14 | 14 |
</td> |
| 15 | 15 |
<td width="110" align="left"> |
| 16 | 16 |
<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)