]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 488942: The term "bookmarkable template" is meaningless to new users, change...
authorMatt Selsky <selsky@columbia.edu>
Fri, 30 Jan 2015 13:58:17 +0000 (13:58 +0000)
committerGervase Markham <gerv@gerv.net>
Fri, 30 Jan 2015 13:58:17 +0000 (13:58 +0000)
js/field.js
template/en/default/bug/create/create.html.tmpl
template/en/default/bug/create/make-template.html.tmpl

index c24603988f04c28d4f5d1356e0719136bdf9eba8..c0a2218a8bf5f9a6438fc3e2a5a147c2181243c3 100644 (file)
@@ -11,7 +11,7 @@
 
 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;
index 0815f36009496097715311f4430fed12bfec7260..d8abec6a11a6b024d15a5943851b2823d3598533 100644 (file)
@@ -615,8 +615,9 @@ TUI_hide_default('attachment_text_field');
       <input type="submit" id="commit" value="Submit [% terms.Bug %]">
       &nbsp;&nbsp;&nbsp;&nbsp;
       <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>
index 31f255f81fdea07f1d93447ba0c978eb646dc67d..b3b95531db2f5f9afd9d77b8b6646eebfc40063e 100644 (file)
@@ -8,24 +8,19 @@
 
 [%# 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:
-  &ldquo;<a href="enter_bug.cgi?[% url FILTER html %]">
-  [% IF short_desc %]
-    [% short_desc FILTER html %]
-  [% ELSE %]
-    [% 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.
+  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 %]