From 40e63525a8bda9132a4d2c0d296b2b7e89fe75de Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 19 Apr 2007 15:05:20 +0000 Subject: Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to get the correct URL to the Bugzilla installation - Patch by Alex Eiser r/a=LpSolit --- template/en/default/email/whine.txt.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/email/whine.txt.tmpl') diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl index 764b581e8..57f2d13c5 100644 --- a/template/en/default/email/whine.txt.tmpl +++ b/template/en/default/email/whine.txt.tmpl @@ -28,7 +28,7 @@ X-Bugzilla-Type: whine [This e-mail has been automatically generated.] You have one or more [% terms.bugs %] assigned to you in the [% terms.Bugzilla %] -[% terms.bug %] tracking system ([% Param("urlbase") %]) that require +[% terms.bug %] tracking system ([% urlbase %]) that require attention. All of these [% terms.bugs %] are in the [% get_status("NEW") %] or @@ -50,10 +50,10 @@ Generally, this means one of three things: To get a list of all [% get_status("NEW") %]/[% get_status("REOPENED") %] [%+ terms.bugs %], you can use this URL (bookmark it if you like!): - [% Param("urlbase") %]buglist.cgi?bug_status=NEW&bug_status=REOPENED&assigned_to=[% email %] + [% urlbase %]buglist.cgi?bug_status=NEW&bug_status=REOPENED&assigned_to=[% email %] Or, you can use the general query page, at -[%+ Param("urlbase") %]query.cgi +[%+ urlbase %]query.cgi Appended below are the individual URLs to get to all of your [% get_status("NEW") %] [%+ terms.bugs %] that haven't been touched for a week or more. @@ -62,5 +62,5 @@ You will get this message once a day until you've dealt with these [% terms.bugs [% FOREACH bug = bugs %] [%+ bug.summary %] - -> [% Param("urlbase") %]show_bug.cgi?id=[% bug.id %] + -> [% urlbase %]show_bug.cgi?id=[% bug.id %] [% END %] -- cgit v1.2.1