Differences From:
File
src/style.c
part of check-in
[f55c6a1b62]
- Begin adding a TH1 script trace mechanism actived by the --th_trace option
on the "server" and "ui" commands. The implementation is incomplete, but
the plane is landing....
by
drh on
2008-10-24 18:23:23.
[view]
To:
File
src/style.c
part of check-in
[10df4ff603]
- Reinstate "Tags" on the default main menu. Allow the new tagview page to hand
over to the old (but no user interface for this yet).
by
eric on
2008-11-25 21:56:42.
[view]
@@ -194,9 +194,9 @@
@ }
@ if {[hascap o]} {
@ html "<a href='$baseurl/leaves'>Leaves</a>"
@ html "<a href='$baseurl/timeline'>Timeline</a>"
-@ # html "<a href='$baseurl/tagview'>Tags</a>"
+@ html "<a href='$baseurl/tagview'>Tags</a>"
@ }
@ if {[hascap r]} {
@ html "<a href='$baseurl/reportlist'>Bugs</a>"
@ }