diff options
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/process/results.html.tmpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl index f6305f554..711776419 100644 --- a/template/en/default/bug/process/results.html.tmpl +++ b/template/en/default/bug/process/results.html.tmpl @@ -45,6 +45,14 @@ 'votes' => "$terms.Bug $id confirmed by number of votes" , 'created' => "$terms.Bug $id has been added to the database" , } + + linktext = { + 'bug' => "Back To $terms.Bug $id" , + 'dupe' => "Go To $terms.Bug $id" , + 'dep' => "Go To $terms.Bug $id" , + 'votes' => "Go To $terms.Bug $id" , + 'created' => "Go To $terms.Bug $id" , + } %] <table border="1"> @@ -54,7 +62,7 @@ [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %] </td> <td> - <a href="show_bug.cgi?id=[% id %]">Back To [% terms.Bug %]# [% id %]</a> + <a href="show_bug.cgi?id=[% id %]">[% linktext.$type %]</a> [%# Links to more information about the changed bug. %] [% Hook.process("links") %] </td> |