var bz_no_validate_enter_bug = false;
function validateEnterBug(theform) {
- // This is for the "bookmarkable templates" button.
+ // This is for the "Make Template" button.
if (bz_no_validate_enter_bug) {
// Set it back to false for people who hit the "back" button
bz_no_validate_enter_bug = false;
<input type="submit" id="commit" value="Submit [% terms.Bug %]">
<input type="submit" name="maketemplate" id="maketemplate"
- value="Remember values as bookmarkable template"
+ value="Make Template"
onclick="bz_no_validate_enter_bug=true" class="expert_fields">
+ (useful for filing several similar bugs)
</td>
</tr>
</tbody>
[%# INTERFACE:
# url: URL to a pre-filled bug entry form.
- # short_desc: Bug summary as entered in the form.
#%]
[% PROCESS global/header.html.tmpl
- title = "Bookmark For $terms.Bug Entry"
+ title = "Template For $terms.Bug Entry"
header = "Template constructed"
%]
<p>
- You can bookmark this link:
- “<a href="enter_bug.cgi?[% url FILTER html %]">
- [% IF short_desc %]
- [% short_desc FILTER html %]
- [% ELSE %]
- [% terms.Bug %] entry template
- [% END %]</a>”.
- This bookmark will bring up the <em>Enter [% terms.Bug %]</em> page with the
- fields initialized as you've requested.
+ If you bookmark or right-click <a href="enter_bug.cgi?[% url FILTER html %]">
+ this link to the [% terms.Bug %] entry form</a>, and open it repeatedly
+ in a new window, you can bring up multiple copies of the <em>Enter
+ [%+ terms.Bug %]</em> page with the fields initialized in the way you just had
+ them completed. You can then customize each one as necessary.
</p>
[% PROCESS global/footer.html.tmpl %]