Differences From:
File
src/timeline.c
part of check-in
[cb31e90868]
- Update the timeline so that it's use of "Leaf" conforms to the definition
given in the documentation.
by
drh on
2009-01-23 22:20:01.
[view]
To:
File
src/timeline.c
part of check-in
[9be1b00392]
- Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit".
by
drh on
2009-01-25 20:13:46.
[view]
@@ -55,9 +55,9 @@
char zShortUuid[UUID_SIZE+1];
sprintf(zShortUuid, "%.10s", zUuid);
if( g.okHistory ){
@ <a onmouseover='%s(zIn)("m%d(id)")' onmouseout='%s(zOut)("m%d(id)")'
- @ href="%s(g.zBaseURL)/vinfo/%s(zUuid)">[%s(zShortUuid)]</a>
+ @ href="%s(g.zBaseURL)/ci/%s(zUuid)">[%s(zShortUuid)]</a>
}else{
@ <b onmouseover='%s(zIn)("m%d(id)")' onmouseout='%s(zOut)("m%d(id)")'>
@ [%s(zShortUuid)]</b>
}