Fossil SCM
set default ticket view th1 with description
Commit
09d555c765c6ba79b9a3082316d66dbc7b2e611df18341ce7080efbfe0c83d64
Parent
460d27dcda0de20…
1 file changed
+7
-1
+7
-1
| --- src/tktsetup.c | ||
| +++ src/tktsetup.c | ||
| @@ -505,11 +505,17 @@ | ||
| 505 | 505 | @ </tr> |
| 506 | 506 | @ <tr><td class="tktDspLabel">Version Found In:</td> |
| 507 | 507 | @ <td colspan="3" valign="top" class="tktDspValue"> |
| 508 | 508 | @ $<foundin> |
| 509 | 509 | @ </td></tr> |
| 510 | +@ </table> | |
| 511 | +@ | |
| 512 | +@ <th1> | |
| 513 | +@ wiki_assoc "ticket" $tkt_uuid | |
| 514 | +@ </th1> | |
| 510 | 515 | @ |
| 516 | +@ <table cellpadding="5" style="min-width:100%"> | |
| 511 | 517 | @ <th1> |
| 512 | 518 | @ if {[info exists comment]} { |
| 513 | 519 | @ if {[string length $comment]>10} { |
| 514 | 520 | @ html { |
| 515 | 521 | @ <tr><td class="tktDspLabel">Description:</td></tr> |
| @@ -531,11 +537,11 @@ | ||
| 531 | 537 | @ FROM ticketchng |
| 532 | 538 | @ WHERE tkt_id=$tkt_id AND length(icomment)>0} { |
| 533 | 539 | @ if {$seenRow} { |
| 534 | 540 | @ html "<hr>\n" |
| 535 | 541 | @ } else { |
| 536 | -@ html "<tr><td class='tktDspLabel'>User Comments:</td></tr>\n" | |
| 542 | +@ html "<tr><td class='tktDspLabel' style='text-align:left'>User Comments:</td></tr>\n" | |
| 537 | 543 | @ html "<tr><td colspan='5' class='tktDspValue'>\n" |
| 538 | 544 | @ set seenRow 1 |
| 539 | 545 | @ } |
| 540 | 546 | @ html "<span class='tktDspCommenter'>" |
| 541 | 547 | @ html "[htmlize $xlogin]" |
| 542 | 548 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -505,11 +505,17 @@ | |
| 505 | @ </tr> |
| 506 | @ <tr><td class="tktDspLabel">Version Found In:</td> |
| 507 | @ <td colspan="3" valign="top" class="tktDspValue"> |
| 508 | @ $<foundin> |
| 509 | @ </td></tr> |
| 510 | @ |
| 511 | @ <th1> |
| 512 | @ if {[info exists comment]} { |
| 513 | @ if {[string length $comment]>10} { |
| 514 | @ html { |
| 515 | @ <tr><td class="tktDspLabel">Description:</td></tr> |
| @@ -531,11 +537,11 @@ | |
| 531 | @ FROM ticketchng |
| 532 | @ WHERE tkt_id=$tkt_id AND length(icomment)>0} { |
| 533 | @ if {$seenRow} { |
| 534 | @ html "<hr>\n" |
| 535 | @ } else { |
| 536 | @ html "<tr><td class='tktDspLabel'>User Comments:</td></tr>\n" |
| 537 | @ html "<tr><td colspan='5' class='tktDspValue'>\n" |
| 538 | @ set seenRow 1 |
| 539 | @ } |
| 540 | @ html "<span class='tktDspCommenter'>" |
| 541 | @ html "[htmlize $xlogin]" |
| 542 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -505,11 +505,17 @@ | |
| 505 | @ </tr> |
| 506 | @ <tr><td class="tktDspLabel">Version Found In:</td> |
| 507 | @ <td colspan="3" valign="top" class="tktDspValue"> |
| 508 | @ $<foundin> |
| 509 | @ </td></tr> |
| 510 | @ </table> |
| 511 | @ |
| 512 | @ <th1> |
| 513 | @ wiki_assoc "ticket" $tkt_uuid |
| 514 | @ </th1> |
| 515 | @ |
| 516 | @ <table cellpadding="5" style="min-width:100%"> |
| 517 | @ <th1> |
| 518 | @ if {[info exists comment]} { |
| 519 | @ if {[string length $comment]>10} { |
| 520 | @ html { |
| 521 | @ <tr><td class="tktDspLabel">Description:</td></tr> |
| @@ -531,11 +537,11 @@ | |
| 537 | @ FROM ticketchng |
| 538 | @ WHERE tkt_id=$tkt_id AND length(icomment)>0} { |
| 539 | @ if {$seenRow} { |
| 540 | @ html "<hr>\n" |
| 541 | @ } else { |
| 542 | @ html "<tr><td class='tktDspLabel' style='text-align:left'>User Comments:</td></tr>\n" |
| 543 | @ html "<tr><td colspan='5' class='tktDspValue'>\n" |
| 544 | @ set seenRow 1 |
| 545 | @ } |
| 546 | @ html "<span class='tktDspCommenter'>" |
| 547 | @ html "[htmlize $xlogin]" |
| 548 |