From e188b153de2ed564ac20650b534b9da5a04d4b23 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 11 Jun 2007 09:15:48 +0000 Subject: Bug 380552 don't strike out "cancel and return to" it makes the link unreadable r=mkanat a=mkanat --- template/en/default/bug/process/verify-new-product.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index b3ec73241..2355f7506 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -124,9 +124,9 @@ [% IF cgi.param('id') AND cgi.param('id').match('^\d+$') %] [% id = cgi.param('id') %] - [% "Cancel and Return to $terms.bug $id" FILTER bug_link(id) FILTER none %] + Cancel and Return to [% "$terms.bug $id" FILTER bug_link(id) FILTER none %] [% ELSE %] - Cancel and Return to the last search results + Cancel and Return to the last search results [% END %] [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b