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.16/template/en/default/attachment/list.html.tmpl template/en/default/attachment/list.html.tmpl
2
--- /home/sits/bugzilla/bugzilla-2.16/template/en/default/attachment/list.html.tmpl	Fri Apr 19 04:56:30 2002
3
+++ template/en/default/attachment/list.html.tmpl	Tue Feb 15 19:43:43 2005
4
@@ -77,5 +77,15 @@
5
       <a href="attachment.cgi?bugid=[% bugid %]&amp;action=viewall">View All</a>
6
     </td>
7
   </tr>
8
+  <tr>
9
+    [%# *** Set the base codestriker URL here *** %]
10
+    [% SET codestriker_url = "http://localhost.localdomain/codestriker/codestriker.pl" %]
11
+    <td colspan="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
 </table>
19
 <br>
20
diff -u -r /home/sits/bugzilla/bugzilla-2.16/template/en/default/bug/edit.html.tmpl template/en/default/bug/edit.html.tmpl
21
--- /home/sits/bugzilla/bugzilla-2.16/template/en/default/bug/edit.html.tmpl	Tue Jul  9 11:17:59 2002
22
+++ template/en/default/bug/edit.html.tmpl	Tue Feb 15 19:23:27 2005
23
@@ -252,7 +252,8 @@
24
 
25
   [% PROCESS attachment/list.html.tmpl 
26
      attachments = bug.attachments 
27
-     bugid = bug.bug_id %]
28
+     bugid = bug.bug_id 
29
+     bugtitle = bug.short_desc %]
30
 
31
 [%# *** Dependencies Votes *** %]
32