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/whine/mail.html.tmpl | 4 ++-- template/en/default/whine/mail.txt.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/whine') diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 0d7f91911..a3953afeb 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -51,7 +51,7 @@

[% IF author.login == recipient.login %] - Click + Click here to edit your whine schedule [% ELSE %] This search was scheduled by [% author.login FILTER html %]. @@ -77,7 +77,7 @@ [% FOREACH bug=query.bugs %] - [% bug.bug_id %] [% bug.bug_severity FILTER html %] [% bug.priority FILTER html %] diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index 02078b7bd..351452114 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -40,7 +40,7 @@ [% IF author.login == recipient.login %] To edit your whine schedule, visit the following URL: - [%+ Param('urlbase') %]editwhines.cgi + [%+ urlbase %]editwhines.cgi [% ELSE %] This search was scheduled by [% author.login %]. [% END %] @@ -53,7 +53,7 @@ [% FOREACH bug=query.bugs %] [% terms.Bug +%] [%+ bug.bug_id %]: - [%+ Param('urlbase') %]show_bug.cgi?id=[% bug.bug_id +%] + [%+ urlbase %]show_bug.cgi?id=[% bug.bug_id +%] Priority: [%+ bug.priority -%] Severity: [%+ bug.bug_severity -%] Platform: [%+ bug.rep_platform %] -- cgit v1.2.3-24-g4f1b