Fossil SCM

On the activity report page, make sure the graph bar with the expected changes for the current week/month is not displayed on a separate line.

florian 2023-11-20 19:16 trunk
Commit 698dc59ec1dbd05d54a7754ddd6f7a5687c42ba724184163f2de1ceedf76f37d
1 file changed +2 -2
+2 -2
--- src/statrep.c
+++ src/statrep.c
@@ -309,11 +309,11 @@
309309
cgi_printf("&u=%t", zUserName);
310310
}
311311
cgi_printf("'>%s</a>", zTimeframe);
312312
}
313313
@ </td><td>%d(nCount)</td>
314
- @ <td>
314
+ @ <td style='white-space: nowrap;'>
315315
if( strcmp(zTimeframe, zCurrentTF)==0
316316
&& rNowFraction>0.05
317317
&& nCount>0
318318
&& nMaxEvents>0
319319
){
@@ -740,11 +740,11 @@
740740
cgi_printf("&u=%t",zUserName);
741741
}
742742
cgi_printf("'>%s</a></td>",zWeek);
743743
744744
cgi_printf("<td>%d</td>",nCount);
745
- cgi_printf("<td>");
745
+ cgi_printf("<td style='white-space: nowrap;'>");
746746
if( nCount ){
747747
if( zCurrentWeek!=0
748748
&& strcmp(zWeek, zCurrentWeek)==0
749749
&& rNowFraction>0.05
750750
&& nMaxEvents>0
751751
--- src/statrep.c
+++ src/statrep.c
@@ -309,11 +309,11 @@
309 cgi_printf("&u=%t", zUserName);
310 }
311 cgi_printf("'>%s</a>", zTimeframe);
312 }
313 @ </td><td>%d(nCount)</td>
314 @ <td>
315 if( strcmp(zTimeframe, zCurrentTF)==0
316 && rNowFraction>0.05
317 && nCount>0
318 && nMaxEvents>0
319 ){
@@ -740,11 +740,11 @@
740 cgi_printf("&u=%t",zUserName);
741 }
742 cgi_printf("'>%s</a></td>",zWeek);
743
744 cgi_printf("<td>%d</td>",nCount);
745 cgi_printf("<td>");
746 if( nCount ){
747 if( zCurrentWeek!=0
748 && strcmp(zWeek, zCurrentWeek)==0
749 && rNowFraction>0.05
750 && nMaxEvents>0
751
--- src/statrep.c
+++ src/statrep.c
@@ -309,11 +309,11 @@
309 cgi_printf("&u=%t", zUserName);
310 }
311 cgi_printf("'>%s</a>", zTimeframe);
312 }
313 @ </td><td>%d(nCount)</td>
314 @ <td style='white-space: nowrap;'>
315 if( strcmp(zTimeframe, zCurrentTF)==0
316 && rNowFraction>0.05
317 && nCount>0
318 && nMaxEvents>0
319 ){
@@ -740,11 +740,11 @@
740 cgi_printf("&u=%t",zUserName);
741 }
742 cgi_printf("'>%s</a></td>",zWeek);
743
744 cgi_printf("<td>%d</td>",nCount);
745 cgi_printf("<td style='white-space: nowrap;'>");
746 if( nCount ){
747 if( zCurrentWeek!=0
748 && strcmp(zWeek, zCurrentWeek)==0
749 && rNowFraction>0.05
750 && nMaxEvents>0
751

Keyboard Shortcuts

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