Revision 401
Added by Matthias almost 18 years ago
template.html | ||
---|---|---|
62 | 62 |
<input type="text" name="website_title" value="{WEBSITE_TITLE}" /> |
63 | 63 |
</td> |
64 | 64 |
<script language="javascript" type="text/javascript"> |
65 |
document.settings.title.focus(); |
|
65 |
document.settings.website_title.focus();
|
|
66 | 66 |
</script> |
67 | 67 |
</tr> |
68 | 68 |
<tr> |
Also available in: Unified diff
Fixed some minor javascript errors in admin (thanks to pcwacht)