Fossil SCM

New class "timelineDetailCell" for all <td> elements that hold the separate detail column of a timeline.

drh 2017-11-24 20:46 trunk
Commit b39985508bf31c4d8890a283593018c1677fd493171e8ac81d936a48ce9d4d89
2 files changed +3 -2 +3 -2
+3 -2
--- src/finfo.c
+++ src/finfo.c
@@ -526,13 +526,14 @@
526526
hyperlink_to_uuid(zUuid);
527527
}
528528
if( bShowDetail ){
529529
if( bSeparateDetail ){
530530
if( zBgClr && zBgClr[0] ){
531
- @ <td class="timelineTableCell" style="background-color: %h(zBgClr);">
531
+ @ <td class="timelineTableCell timelineDetailCell"
532
+ @ style="background-color: %h(zBgClr);">
532533
}else{
533
- @ <td class="timelineTableCell">
534
+ @ <td class="timelineTableCell timelineDetailCell">
534535
}
535536
}
536537
cgi_printf("<span class='timelineDetail timelineCheckinDetail'>(");
537538
if( zUuid && bHashInDetail ){
538539
@ file: %z(href("%R/artifact/%!S",zUuid))[%S(zUuid)]</a>
539540
--- src/finfo.c
+++ src/finfo.c
@@ -526,13 +526,14 @@
526 hyperlink_to_uuid(zUuid);
527 }
528 if( bShowDetail ){
529 if( bSeparateDetail ){
530 if( zBgClr && zBgClr[0] ){
531 @ <td class="timelineTableCell" style="background-color: %h(zBgClr);">
 
532 }else{
533 @ <td class="timelineTableCell">
534 }
535 }
536 cgi_printf("<span class='timelineDetail timelineCheckinDetail'>(");
537 if( zUuid && bHashInDetail ){
538 @ file: %z(href("%R/artifact/%!S",zUuid))[%S(zUuid)]</a>
539
--- src/finfo.c
+++ src/finfo.c
@@ -526,13 +526,14 @@
526 hyperlink_to_uuid(zUuid);
527 }
528 if( bShowDetail ){
529 if( bSeparateDetail ){
530 if( zBgClr && zBgClr[0] ){
531 @ <td class="timelineTableCell timelineDetailCell"
532 @ style="background-color: %h(zBgClr);">
533 }else{
534 @ <td class="timelineTableCell timelineDetailCell">
535 }
536 }
537 cgi_printf("<span class='timelineDetail timelineCheckinDetail'>(");
538 if( zUuid && bHashInDetail ){
539 @ file: %z(href("%R/artifact/%!S",zUuid))[%S(zUuid)]</a>
540
+3 -2
--- src/timeline.c
+++ src/timeline.c
@@ -540,13 +540,14 @@
540540
** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
541541
*/
542542
if( bShowDetail ){
543543
if( bSeparateDetail ){
544544
if( zBgClr && zBgClr[0] && rid!=selectedRid ){
545
- @ <td class="timelineTableCell" style="background-color: %h(zBgClr);">
545
+ @ <td class="timelineTableCell timelineDetailCell"
546
+ @ style="background-color: %h(zBgClr);">
546547
}else{
547
- @ <td class="timelineTableCell">
548
+ @ <td class="timelineTableCell timelineDetailCell">
548549
}
549550
}
550551
if( zType[0]=='c' ){
551552
cgi_printf("<span class='timelineDetail timelineCheckinDetail'>(");
552553
}else{
553554
--- src/timeline.c
+++ src/timeline.c
@@ -540,13 +540,14 @@
540 ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
541 */
542 if( bShowDetail ){
543 if( bSeparateDetail ){
544 if( zBgClr && zBgClr[0] && rid!=selectedRid ){
545 @ <td class="timelineTableCell" style="background-color: %h(zBgClr);">
 
546 }else{
547 @ <td class="timelineTableCell">
548 }
549 }
550 if( zType[0]=='c' ){
551 cgi_printf("<span class='timelineDetail timelineCheckinDetail'>(");
552 }else{
553
--- src/timeline.c
+++ src/timeline.c
@@ -540,13 +540,14 @@
540 ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)"
541 */
542 if( bShowDetail ){
543 if( bSeparateDetail ){
544 if( zBgClr && zBgClr[0] && rid!=selectedRid ){
545 @ <td class="timelineTableCell timelineDetailCell"
546 @ style="background-color: %h(zBgClr);">
547 }else{
548 @ <td class="timelineTableCell timelineDetailCell">
549 }
550 }
551 if( zType[0]=='c' ){
552 cgi_printf("<span class='timelineDetail timelineCheckinDetail'>(");
553 }else{
554

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button