Bug 278823: Make the "Back to bug ####" text read "Go to bug ####" if you didn't just come from said bug.

Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>
r=LpSolit, a=justdave
This commit is contained in:
justdave%bugzilla.org 2005-03-17 06:13:15 +00:00
Родитель d5c891f84d
Коммит 802571fdb5
2 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -414,6 +414,7 @@
'bug/process/results.html.tmpl' => [
'title.$type',
'id',
'linktext.$type',
],
'bug/create/comment.txt.tmpl' => [