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:
parent
141dd10046
commit
9f57c0e836
@ -1 +1 @@
|
||||
8743
|
||||
8744
|
||||
@ -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 %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user