Subversion Repositories DevTools

Rev

Rev 1295 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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&amp;bug_ids=[% bugid %]&amp;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&amp;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