| 1293 |
dpurdie |
1 |
diff -u -r /home/sits/bugzilla/bugzilla-2.18/template/en/default/attachment/list.html.tmpl template/en/default/attachment/list.html.tmpl
|
|
|
2 |
--- /home/sits/bugzilla/bugzilla-2.18/template/en/default/attachment/list.html.tmpl Fri Sep 10 08:25:07 2004
|
|
|
3 |
+++ template/en/default/attachment/list.html.tmpl Tue Feb 15 20:23:17 2005
|
|
|
4 |
@@ -97,5 +97,16 @@
|
|
|
5 |
</td>
|
|
|
6 |
[% END %]
|
|
|
7 |
</tr>
|
|
|
8 |
+ <tr>
|
|
|
9 |
+ [%# *** Set the base codestriker URL here *** %]
|
|
|
10 |
+ [% SET codestriker_url = "http://localhost.localdomain/codestriker/codestriker.pl" %]
|
|
|
11 |
+ <td colspan="[% show_attachment_flags ? 5 : 4 %]">
|
|
|
12 |
+ <a href="[% codestriker_url %]?action=create&bug_ids=[% bugid %]&topic_title=[% bugtitle | uri | replace('&,'%26') | html_entity %]">Create a New Codestriker Topic</a>
|
|
|
13 |
+ </td>
|
|
|
14 |
+ <td colspan="1">
|
|
|
15 |
+ <a href="[% codestriker_url %]?action=list_topics&sbugid=[% bugid %]">View All</a>
|
|
|
16 |
+ </td>
|
|
|
17 |
+ </tr>
|
|
|
18 |
+
|
|
|
19 |
</table>
|
|
|
20 |
<br>
|
|
|
21 |
diff -u -r /home/sits/bugzilla/bugzilla-2.18/template/en/default/bug/edit.html.tmpl template/en/default/bug/edit.html.tmpl
|
|
|
22 |
--- /home/sits/bugzilla/bugzilla-2.18/template/en/default/bug/edit.html.tmpl Sat Jan 15 15:24:08 2005
|
|
|
23 |
+++ template/en/default/bug/edit.html.tmpl Tue Feb 15 20:29:40 2005
|
|
|
24 |
@@ -403,6 +403,7 @@
|
|
|
25 |
[% PROCESS attachment/list.html.tmpl
|
|
|
26 |
attachments = bug.attachments
|
|
|
27 |
bugid = bug.bug_id
|
|
|
28 |
+ bugtitle = bug.short_desc
|
|
|
29 |
num_attachment_flag_types = bug.num_attachment_flag_types
|
|
|
30 |
show_attachment_flags = bug.show_attachment_flags
|
|
|
31 |
%]
|
|
|
32 |
|