From: timeless%mozdev.org <> Date: Mon, 11 Jun 2007 09:15:50 +0000 (+0000) Subject: Bug 380552 don't strike out "cancel and return to" it makes the link unreadable X-Git-Tag: bugzilla-3.0.1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e169c249de0f61404a01069a366884f87776c8e8;p=thirdparty%2Fbugzilla.git Bug 380552 don't strike out "cancel and return to" it makes the link unreadable r=mkanat a=mkanat --- 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 b3ec73241c..2355f75063 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 %]