Changes to ticket f5e414efde
By kkinnell on 2008-11-25 20:22:28. See also: artifact content, and ticket history
- Appended to comment:
kkinnell added on 2008-11-25 20:22:28:
Here is a "cut & paste" patch for version dec2c22d9d.Setup->Tickets->Edit Ticket Page
Copy the default html, and paste it into a file.
Copy the patch text below, and paste it into a different file.
Run "
patch -c default file patch file
"Then clear out the html in the text area on the Edit Ticket Page and cut&paste the patched text.
The changes just adding buttons and connecting them to display areas, but it's easier to explain it in diff -c than it is in English. :)
*** distedit.th1 2008-11-25 14:06:08.000000000 -0600 --- prvwedit.th1 2008-11-25 14:03:41.000000000 -0600 *************** *** 60,65 **** --- 60,66 ---- wrap="virtual" class="wikiedit">$<comment></textarea>
HTH
<input type="hidden" name="eall" value="1"> <input type="submit" name="aonlybtn" value="Append Remark"> + <input type="submit" name="prevw1btn" value="Preview"> <th1>enable_output [expr {!$eall}]</th1> Append Remark from <input type="text" name="username" value="$<username>" size="30">:
*************** *** 67,73 **** --- 68,92 ---- wrap="virtual" class="wikiedit">$<cmappnd></textarea>
<th1>enable_output [expr {[hascap w] && !$eall}]</th1> <input type="submit" name="eallbtn" value="Edit All"> + <input type="submit" name="prevw2btn" value="Preview"> <th1>enable_output 1</th1> + + <th1>enable_output [info exists prevw1btn]</th1> + + Description Preview:
+ <th1>wiki $comment</th1> +
+ + <th1>enable_output 1</th1> + + <th1>enable_output [info exists prevw2btn]</th1> + + Description Preview:
+ <th1>wiki $cmappnd</th1> +
+ + <th1>enable_output 1</th1> + <input type="submit" name="submit" value="Submit Changes"> - Change resolution to "Drive_By_Patch"
- Change severity to "Minor"