From d2241d31e8f3e5eebd035d4844f7692297c9fe4f Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Wed, 8 May 2002 21:48:18 +0000 Subject: [PATCH] Last half of fix for bug 142911: shows location of file instead of its name if possible. git-svn-id: svn://10.0.0.236/trunk@121100 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/doctor/templates/committed.tmpl | 2 +- mozilla/webtools/doctor/templates/edit.tmpl | 2 +- mozilla/webtools/doctor/templates/review.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/doctor/templates/committed.tmpl b/mozilla/webtools/doctor/templates/committed.tmpl index f55124b84bb..ca7d49ab0c7 100644 --- a/mozilla/webtools/doctor/templates/committed.tmpl +++ b/mozilla/webtools/doctor/templates/committed.tmpl @@ -22,7 +22,7 @@ - Doctor - committed [% file FILTER html %] + Doctor - committed [% (file_url ? file_url : file) FILTER html %] diff --git a/mozilla/webtools/doctor/templates/edit.tmpl b/mozilla/webtools/doctor/templates/edit.tmpl index 566d81232a3..2cfb0311865 100644 --- a/mozilla/webtools/doctor/templates/edit.tmpl +++ b/mozilla/webtools/doctor/templates/edit.tmpl @@ -22,7 +22,7 @@ - Doctor - edit [% file FILTER html %] + Doctor - edit [% (file_url ? file_url : file) FILTER html %] diff --git a/mozilla/webtools/doctor/templates/review.tmpl b/mozilla/webtools/doctor/templates/review.tmpl index 43aa42d3d62..af639dcba30 100644 --- a/mozilla/webtools/doctor/templates/review.tmpl +++ b/mozilla/webtools/doctor/templates/review.tmpl @@ -22,7 +22,7 @@ - Doctor - review changes to [% file FILTER html %] + Doctor - review changes to [% (file_url ? file_url : file) FILTER html %]