Skip to content

Commit 67c73c1

Browse files
author
Richard Jones
committed
Fixes to the uploading stuff (I forgot to put the code in the issue class ;)
1 parent f8f5c3c commit 67c73c1

File tree

2 files changed

+34
-10
lines changed

2 files changed

+34
-10
lines changed

roundup/templates/extended/html/issue.item

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Id: issue.item,v 1.4 2001-07-30 02:35:28 richard Exp $-->
1+
<!-- $Id: issue.item,v 1.5 2001-07-30 08:03:56 richard Exp $-->
22
<table border=0 cellspacing=0 cellpadding=2>
33

44
<tr class="strong-header">
@@ -57,19 +57,24 @@
5757
<td colspan=3 class="form-text"><display call="submit()"></td>
5858
</tr>
5959

60-
<property name="messages">
6160
<tr class="strong-header">
6261
<td colspan=4><b>Messages</b></td>
6362
</tr>
63+
<property name="messages">
6464
<tr>
6565
<td colspan=4><display call="list('messages')"></td>
6666
</tr>
6767
</property>
6868

69+
<tr class="strong-header">
70+
<td colspan=4><b>Files</b></td>
71+
</tr>
72+
<tr class="form-help">
73+
<td colspan=4>
74+
<a href="newfile?:multilink=issue<display call="plain('id')">:files">Attach a file to this issue</a>
75+
</td>
76+
</tr>
6977
<property name="files">
70-
<tr class="strong-header">
71-
<td colspan=4><b>Files</b></td>
72-
</tr>
7378
<tr>
7479
<td colspan=4><display call="list('files')"></td>
7580
</tr>

roundup/templates/extended/html/support.item

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Id: support.item,v 1.1 2001-07-30 01:27:28 richard Exp $-->
1+
<!-- $Id: support.item,v 1.2 2001-07-30 08:03:56 richard Exp $-->
22
<table border=0 cellspacing=0 cellpadding=2>
33

44
<tr class="strong-header">
@@ -64,19 +64,38 @@
6464
<td colspan=3 class="form-text"><display call="submit()"></td>
6565
</tr>
6666

67-
<property name="messages">
6867
<tr class="strong-header">
6968
<td colspan=4><b>Messages</b></td>
7069
</tr>
70+
<property name="messages">
7171
<tr>
7272
<td colspan=4><display call="list('messages')"></td>
7373
</tr>
7474
</property>
7575

76-
<property name="files">
77-
<tr class="strong-header">
78-
<td colspan=4><b>Files</b></td>
76+
<tr class="strong-header">
77+
<td colspan=4><b>Timelog</b></td>
78+
</tr>
79+
<tr class="form-help">
80+
<td colspan=4>
81+
<a href="newtimelog?:multilink=support<display call="plain('id')">:timelog">Log time against this support call</a>
82+
</td>
83+
</tr>
84+
<property name="timelog">
85+
<tr>
86+
<td colspan=4><display call="list('timelog')"></td>
7987
</tr>
88+
</property>
89+
90+
<tr class="strong-header">
91+
<td colspan=4><b>Files</b></td>
92+
</tr>
93+
<tr class="form-help">
94+
<td colspan=4>
95+
<a href="newfile?:multilink=support<display call="plain('id')">:files">Attach a file to support call</a>
96+
</td>
97+
</tr>
98+
<property name="files">
8099
<tr>
81100
<td colspan=4><display call="list('files')"></td>
82101
</tr>

0 commit comments

Comments
 (0)