r201: Show custom fields on showreport.php
[bugdar.git] / templates / default / SHOWREPORT.tpl
1 <div><strong>Bug ID:</strong> $bug[bugid]</div>
2 <div><strong>Reported by:</strong> $bug[userinfo]</div>
3 <div><strong>Product:</strong> $bug[product] <if condition="$bug['componentid']">/ <strong>Component:</strong> $bug[component]</if> / <strong>Version:</strong> $bug[version]</div>
4 <div><strong>Title / summary:</strong> $bug[summary]</div>
5 <div><strong>Status:</strong> $bug[status] / <strong>Resolution:</strong> $bug[resolution]</div>
6 <div><strong>Severity:</strong> $bug[severity]</div>
7 <div><strong>Priority:</strong> $bug[priority]</div>
8 <if condition="$bug['assigninfo']"><div><strong>Assigned to:</strong> $bug[assigninfo]</div></if>
9
10 $customfields
11
12 <div>[<a href="showhistory.php?bugid=$bug[bugid]">Show Bug History</a>]<if condition="$show['editreport']"> [<a href="editreport.php?bugid=$bug[bugid]">Edit Bug Report</a>]</if></div>
13
14 <br />
15
16 <if condition="$show['getattachments'] OR $show['putattachments']">
17 <table border="1" cellspacing="2" cellpadding="4">
18 <thead style="background-color: #EEEEEE">
19 <tr>
20 <td>Attachments</td>
21 </tr>
22 </thead>
23 <tbody>
24 $attachments
25 <if condition="$show['putattachments']">
26 <tr>
27 <td style="background-color: #999999">[<a href="attachment.php?do=add&amp;bugid=$bug[bugid]">Add New Attachment</a>]</td>
28 </tr>
29 </if>
30 </tbody>
31 </table>
32
33 <br />
34 </if>
35
36 $comments
37
38 <if condition="$show['newreply']"><div>[<a href="newcomment.php?bugid=$bug[bugid]">New Comment</a>]</div></if>