Differences From:
File
src/tktconfig.c
part of check-in
[fde1d82372]
- Cut over all code to use TH1 instead of subscript. Completely remove
the subscript interpreter from the source tree.
by
drh on
2008-02-13 22:31:59.
[view]
To:
File
src/tktconfig.c
part of check-in
[3122fc4c7e]
- Continuing work on tickets (still not working right.) Improvements to
the web pages.
by
drh on
2008-02-14 02:49:41.
Also file
src/tktconfig.c
part of check-in
[588bb7cd73]
- Merged to ed26056bb5.
by
aku on
2008-02-24 18:50:35.
[view]
@@ -62,8 +62,9 @@
@ priority TEXT,
@ severity TEXT,
@ foundin TEXT,
@ contact TEXT,
+@ resolution TEXT,
@ title TEXT,
@ comment TEXT,
@ -- Do not alter this UNIQUE clause:
@ UNIQUE(tkt_uuid, tkt_mtime)
@@ -145,9 +146,9 @@
@ </tr>
@
@ <tr>
@ <td align="right">Severity:
-@ <th1>comboboxy severity severity_choices 1</th1>
+@ <th1>combobox severity $severity_choices 1</th1>
@ </td>
@ <td>How debilitating is the problem? How badly does the problem
@ effect the operation of the product?</td>
@ </tr>
@@ -251,8 +252,9 @@
@ if {![info exists eall]} {set eall 0}
@ if {[info exists aonlybtn]} {set eall 0}
@ if {[info exists eallbtn]} {set eall 1}
@ if {![hascap w]} {set eall 0}
+@ if {![info exists cmappnd]} {set cmappnd {}}
@ set nline [linecount $comment 15 10]
@ enable_output $eall
@ </th1>
@ Description And Comments:<br>
@@ -259,9 +261,9 @@
@ <textarea name="comment" cols="80" rows="$nline"
@ wrap="virtual" class="wikiedit">$<comment></textarea><br>
@ <input type="hidden" name="eall" value="1">
@ <input type="submit" name="aonlybtn" value="Append Remark">
-@ <th1>enable_output [expr {!$eall}]</th>
+@ <th1>enable_output [expr {!$eall}]</th1>
@ Append Remark from
@ <input type="text" name="username" value="$<username>" size="30">:<br>
@ <textarea name="cmappnd" cols="80" rows="15"
@ wrap="virtual" class="wikiedit">$<cmappnd></textarea><br>