From 96ec4a1733464af174dc0bf4e5c91be5d89424d4 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Mon, 23 Aug 2004 22:34:30 +0000 Subject: Fix for bug 254370: attachment/choose.html.tmpl focus onload. r=jouni, a=myk. --- template/en/default/attachment/choose.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/en/default/attachment/choose.html.tmpl') diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl index 628dafb96..2f7b86f19 100644 --- a/template/en/default/attachment/choose.html.tmpl +++ b/template/en/default/attachment/choose.html.tmpl @@ -22,10 +22,11 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Locate attachment" + title = "Locate attachment", + onload = "document.forms['choose-id'].id.focus()" %] -
+

Access an attachment by entering its ID into the form below:

Attachment ID: -- cgit v1.2.3-24-g4f1b