Bug 69764 - Add commentsilent and work_time to "Submit only my new comment"

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@966 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-10-04 14:45:27 +00:00
parent f6f65e4616
commit 740761206b
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ You have the following choices:
<input type="hidden" name="id" value="[% cgi.param("id") | html %]">
<input type="hidden" name="delta_ts" value="[% bug.delta_ts | html %]">
<input type="hidden" name="comment" value="[% cgi.param("comment") | html %]">
<input type="hidden" name="commentsilent" value="[% cgi.param("commentsilent") | html %]">
<input type="hidden" name="work_time" value="[% cgi.param("work_time") | html %]">
<input type="hidden" name="commentprivacy" value="[% cgi.param("commentprivacy") | html %]">
<input type="hidden" name="token" value="[% cgi.param("token") | html %]">
[%# Double mid-air collision needs longdesclength in params! %]