From b933a4e928489eb3fd91ddacfba041fdede20055 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Thu, 19 Sep 2013 12:58:30 +1000 Subject: Bug 332034 - Add New Attachment as an option for attachment.cgi when we are not passed any parameters\nr=simon, a=glob --- template/en/default/attachment/choose.html.tmpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl index c6b94d792..9a82d7c86 100644 --- a/template/en/default/attachment/choose.html.tmpl +++ b/template/en/default/attachment/choose.html.tmpl @@ -7,7 +7,7 @@ #%] [% PROCESS global/header.html.tmpl - title = "Locate attachment", + title = "Locate or Create Attachment", onload = "document.forms['choose-id'].id.focus()" %] @@ -20,10 +20,16 @@
-

Or, access it from the list of attachments in its associated [% terms.bug %] report:

+

Or, Access it from the list of attachments in its associated [% terms.bug %] report:

[% terms.Bug %] ID:

+
+

Or, Create a new attachment by entering its [% terms.bug %] Id below:

+

[% terms.Bug %] ID: + +

+
[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b