Bug 332034 - Add New Attachment as an option for attachment.cgi when we are not passed any parameters\nr=simon, a=glob

git-svn-id: svn://10.0.0.236/trunk@265020 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-09-19 03:03:25 +00:00
parent 141dd10046
commit 9f57c0e836
2 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
8743
8744

View File

@ -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 @@
</form>
<form method="get" action="show_bug.cgi">
<p>Or, access it from the list of attachments in its associated [% terms.bug %] report:</p>
<p>Or, Access it from the list of attachments in its associated [% terms.bug %] report:</p>
<p>[% terms.Bug %] ID: <input name="id" size="6">
<input type="submit" name="action" value="View" id="action">
</p>
</form>
<form method="get" action="attachment.cgi">
<p>Or, Create a new attachment by entering its [% terms.bug %] Id below:</p>
<p>[% terms.Bug %] ID: <input name="bugid" size="6">
<button name="action" value="enter" id="action">New Attachment</button>
</p>
</form>
[% PROCESS global/footer.html.tmpl %]