summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-06-11 11:15:48 +0200
committertimeless%mozdev.org <>2007-06-11 11:15:48 +0200
commite188b153de2ed564ac20650b534b9da5a04d4b23 (patch)
tree1b1f58dd7249416eba509b08cbe448ace8cbd2d5 /template
parentcb7e19b406a9684d375a06f7c92f9988b657ef76 (diff)
downloadbugzilla-e188b153de2ed564ac20650b534b9da5a04d4b23.tar.gz
bugzilla-e188b153de2ed564ac20650b534b9da5a04d4b23.tar.xz
Bug 380552 don't strike out "cancel and return to" it makes the link unreadable
r=mkanat a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/process/verify-new-product.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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 %]
- <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 %]