Commit bc69ce1e authored by Matt Selsky's avatar Matt Selsky Committed by Gervase Markham

Bug 488942: The term "bookmarkable template" is meaningless to new users, change…

Bug 488942: The term "bookmarkable template" is meaningless to new users, change to "Make Template". r=gerv, a=glob.
parent b8575ad2
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
var bz_no_validate_enter_bug = false; var bz_no_validate_enter_bug = false;
function validateEnterBug(theform) { function validateEnterBug(theform) {
// This is for the "bookmarkable templates" button. // This is for the "Make Template" button.
if (bz_no_validate_enter_bug) { if (bz_no_validate_enter_bug) {
// Set it back to false for people who hit the "back" button // Set it back to false for people who hit the "back" button
bz_no_validate_enter_bug = false; bz_no_validate_enter_bug = false;
......
...@@ -615,8 +615,9 @@ TUI_hide_default('attachment_text_field'); ...@@ -615,8 +615,9 @@ TUI_hide_default('attachment_text_field');
<input type="submit" id="commit" value="Submit [% terms.Bug %]"> <input type="submit" id="commit" value="Submit [% terms.Bug %]">
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" name="maketemplate" id="maketemplate" <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"> onclick="bz_no_validate_enter_bug=true" class="expert_fields">
(useful for filing several similar bugs)
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
...@@ -8,24 +8,19 @@ ...@@ -8,24 +8,19 @@
[%# INTERFACE: [%# INTERFACE:
# url: URL to a pre-filled bug entry form. # url: URL to a pre-filled bug entry form.
# short_desc: Bug summary as entered in the form.
#%] #%]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = "Bookmark For $terms.Bug Entry" title = "Template For $terms.Bug Entry"
header = "Template constructed" header = "Template constructed"
%] %]
<p> <p>
You can bookmark this link: If you bookmark or right-click <a href="enter_bug.cgi?[% url FILTER html %]">
&ldquo;<a href="enter_bug.cgi?[% url FILTER html %]"> this link to the [% terms.Bug %] entry form</a>, and open it repeatedly
[% IF short_desc %] in a new window, you can bring up multiple copies of the <em>Enter
[% short_desc FILTER html %] [%+ terms.Bug %]</em> page with the fields initialized in the way you just had
[% ELSE %] them completed. You can then customize each one as necessary.
[% terms.Bug %] entry template
[% END %]</a>&rdquo;.
This bookmark will bring up the <em>Enter [% terms.Bug %]</em> page with the
fields initialized as you've requested.
</p> </p>
[% PROCESS global/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment