]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 577835: Improve the error message displayed when you put an invalid
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 18 Sep 2010 23:18:48 +0000 (16:18 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 18 Sep 2010 23:18:48 +0000 (16:18 -0700)
Bug URL into the See Also field.

template/en/default/global/user-error.html.tmpl

index 37cec07055b6ba6653dd49fa2961e3a7c7ff3bae..fbefc91322de94483bebff6fd86c8186873995a9 100644 (file)
     [% IF reason == 'http' %]
       URLs must start with "http" or "https".
     [% ELSIF reason == 'show_bug' %]
-      [%+ terms.Bug %] URLs should point to <code>show_bug.cgi</code>
-      in a [% terms.Bugzilla %] installation.
+      [%+ field_descs.see_also %] URLs should point to one of:
+      <ul>
+        <li><code>show_bug.cgi</code> in a [% terms.Bugzilla %]
+          installation.</li>
+        <li>A b[% %]ug on launchpad.net</li>
+        <li>An issue on code.google.com.</li>
+        <li>A b[% %]ug on b[% %]ugs.debian.org.</li>
+      </ul>
     [% ELSIF reason == 'id' %]
       There is no valid [% terms.bug %] id in that URL.
     [% END %]