mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
1.5 KiB
HTML
22 lines
1.5 KiB
HTML
|
<HTML><HEAD>
|
||
|
<TITLE>Edit parameters</TITLE>
|
||
|
|
||
|
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000"
|
||
|
LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000" >
|
||
|
|
||
|
<p>
|
||
|
Any item you check Reset on will get reset to its default value.
|
||
|
<form method=post action=doeditparams.cgi><table>
|
||
|
|
||
|
<tr><td valign=top><input type=checkbox name=reset-newchangedmail>Reset</td><td>
|
||
|
<textarea wrap=hard name=newchangedmail rows=10 cols=80>From: bugzilla-daemon
To: %to%
Cc: %cc%
Subject: [Bug %bugid%] %neworchanged% - %summary%

%urlbase%show_bug.cgi?id=%bugid%

%diffs%</textarea>
|
||
|
</td></tr>
|
||
|
<tr><td valign=top><input type=checkbox name=reset-whinemail>Reset</td><td>
|
||
|
<textarea wrap=hard name=whinemail rows=10 cols=80>From: bugzilla-daemon
To: %email%
Subject: Your Bugzilla buglist needs attention.

[This e-mail has been automatically generated.]

You have one or more bugs assigned to you in the Bugzilla 
bugsystem (%urlbase%) that require
attention.

All of these bugs are in the NEW state, and have not been touched
in %whinedays% days or more. You need to take a look at them, and 
decide on an initial action.



</textarea>
|
||
|
</td></tr>
|
||
|
<tr><td></td><td>2.11</td></tr></table>
|
||
|
<input type=reset value="Reset form"><br>
|
||
|
<input type=submit value="Submit changes">
|
||
|
</form>
|