]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 380552 don't strike out "cancel and return to" it makes the link unreadable
authortimeless%mozdev.org <>
Mon, 11 Jun 2007 09:15:50 +0000 (09:15 +0000)
committertimeless%mozdev.org <>
Mon, 11 Jun 2007 09:15:50 +0000 (09:15 +0000)
r=mkanat a=mkanat

template/en/default/bug/process/verify-new-product.html.tmpl

index b3ec73241c70ad7073108e32a856b057faa9c38d..2355f750631a9fb7b9dedb2536b1ed11ae6ff135 100644 (file)
 
 [% 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 %]
-  <a href="buglist.cgi?regetlastlist=1">Cancel and Return to the last search results</a>
+  Cancel and Return to <a href="buglist.cgi?regetlastlist=1">the last search results</a>
 [% END %]
 
 [% PROCESS global/footer.html.tmpl %]