summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/create/create.html.tmpl3
-rw-r--r--template/en/default/bug/knob.html.tmpl3
-rw-r--r--template/en/default/bug/process/results.html.tmpl2
3 files changed, 8 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index ce5aaa922..a1a7d2f06 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -420,6 +420,9 @@ function set_assign_to() {
<input type="hidden" name="form_name" value="enter_bug">
</form>
+[%# Links or content with more information about the bug being created. %]
+[% Hook.process("end") %]
+
[% PROCESS global/footer.html.tmpl %]
[%############################################################################%]
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 0adb69928..f73821675 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -171,6 +171,9 @@
<a href="show_bug.cgi?format=multiple&amp;id=[% bug.bug_id %]">Format For Printing</a>
&nbsp; | &nbsp;
<a href="enter_bug.cgi?cloned_bug_id=[% bug.bug_id %]">Clone This [% terms.Bug %]</a>
+
+ [%# Links to more things users can do with this bug. %]
+ [% Hook.process("links") %]
</b>
</font>
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl
index f3e7a0791..f6305f554 100644
--- a/template/en/default/bug/process/results.html.tmpl
+++ b/template/en/default/bug/process/results.html.tmpl
@@ -55,6 +55,8 @@
</td>
<td>
<a href="show_bug.cgi?id=[% id %]">Back To [% terms.Bug %]# [% id %]</a>
+ [%# Links to more information about the changed bug. %]
+ [% Hook.process("links") %]
</td>
</tr>
</table>