Differences From Artifact [b35ac95d03]:
- File skins/blitz/ticket.txt — part of check-in [4db19dccd3] at 2015-09-16 08:57:11 on branch trunk — Remove unnecessary end-of-line spacing in various places (user: jan.nijtmans size: 3358) [more...]
- File skins/blitz_no_logo/ticket.txt — part of check-in [4db19dccd3] at 2015-09-16 08:57:11 on branch trunk — Remove unnecessary end-of-line spacing in various places (user: jan.nijtmans size: 3358)
To Artifact [f917613ec7]:
- File skins/blitz/ticket.txt — part of check-in [df5201950e] at 2020-05-27 22:14:14 on branch uuid-to-hash — Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. (user: wyoung size: 3359) [more...]
- File skins/blitz_no_logo/ticket.txt — part of check-in [df5201950e] at 2020-05-27 22:14:14 on branch uuid-to-hash — Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. (user: wyoung size: 3359)
1 2 | <h4>$<title></h4> <table class="tktDsp"> | | | 1 2 3 4 5 6 7 8 9 10 |
<h4>$<title></h4>
<table class="tktDsp">
<tr><td class="tktDspLabel">Ticket Hash</td>
<th1>
if {[info exists tkt_uuid]} {
if {[hascap s]} {
html "<td class='tktDspValue' colspan='3'>$tkt_uuid "
html "($tkt_id)</td></tr>\n"
} else {
html "<td class='tktDspValue' colspan='3'>$tkt_uuid</td></tr>\n"
|
| ︙ | ︙ |