summaryrefslogtreecommitdiff
path: root/template/patch_comment_form.tt2
blob: 6c124adfaf831b8ebf339d8df5f47f6f01eb2a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<p>Enter your comments below.  If you wish your comment to reference a message
from the mailing list archives, enter the message ID into the space provided.
The Message-ID can be found in the headers of the relevant email to the
pgsql-hackers mailing list, and also in the mailing list archives at <a
href='http://archives.postgresql.org/'>archives.postgresql.org</a>. It looks
something like this (the format varies somewhat depending on the sender's Mail
User Agent): [email protected]</p>

<div class='tblBasic'>
<table cellspacing='0' class='tblBasicGrey'>
<tr class='firstrow'>
  <td class='colFirst'>[% control.patch_comment_type.display_name_html %]</td>
  <td class='colLast'>[% control.patch_comment_type.render %]</td>
</tr>
<tr>
  <td class='colFirst'>[% control.message_id.display_name_html %]</td>
  <td class='colLast'>[% control.message_id.render %]</td>
</tr>
<tr class='lastrow'>
  <td class='colFirst'>[% control.content.display_name_html %]</td>
  <td class='colLast'>[% control.content.render %]</td>
</tr>
</table>
</div>

<div><input type='submit' value='Submit'>
[% IF !is_included %]<input name='cancel' type='submit' value='Cancel'>[% END %]
<input name='go' type='hidden' value='1'>
[% IF is_included %]<input name='id' type='hidden' value='[% d.id %]'>[% ELSIF id %]<input name='id' type='hidden' value='[% id %]'>[% ELSE %]<input name='patch' type='hidden' value='[% d.patch_id %]'>[% END %]</div>